/* CSS Document */

body {
	background-image:url(/assets/designimages/bluegradient-background.gif);
	background-repeat: repeat-x;
	background-position: top; 
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	background-color: #2d3d57;
	margin-top: 0px;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	
}

/* body section */
#pagecontainer {
	width: 900px;
	margin: auto;
	text-align: left;
	border: 1px solid #ffffff;
	background-color: #ffffff;
}

#navlinks {
	width: 100%;
	background-image: url(/assets/designimages/linkbackground_rust.gif);
	background-repeat: repeat;
	height: 34px;
	border-top: 1px solid #993300;
	border-bottom: 1px solid #993300;
	overflow: hidden;
}

#navlinks a {
	display: block;
	padding: 9px;
	float: right;
	/*border: 1px solid #000;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-stretch: condensed;
	color: #ffffff;
	text-decoration: none;
}

#navlinks a:hover {
	background-color: #b46842;
}	


#textcontainer {
	min-height: 500px;
	background-color: #ffffff;
}

h1 {
 	font-family: Arial, Helvetica, sans-serif;
	/*color: #42a1c9;*/
	color: #333333;
	font-weight: normal;
	font-size: 18px;
	margin-top: 0px;
	padding-bottom: 3px;
	padding-top: 15px;
	padding-left: 15px;
	height: 22px;
	font-stretch: condensed;
}

h2 {
 	font-family: Arial, Helvetica, sans-serif;
	/*color: #42a1c9;*/
	color:#333333;
	font-weight: normal;
	font-size: 14px;
	margin-top: 0px;
	padding-bottom: 3px;
	padding-left: 15px;
	height: 18px;
	font-stretch: condensed;
}

h3 {
 	font-family: Arial, Helvetica, sans-serif;
	/*color: #42a1c9;*/
	color:#333333;
	font-weight: normal;
	font-size: 12px;
	margin-top: 0px;
	padding-bottom: 3px;
	padding-left: 15px;
	height: 16px;
	font-stretch: condensed;
}

p {
	padding-left: 15px;
	padding-right: 15px;
}

.picRight {
	margin-left: 10px;
}
.picLeft {
	margin-right: 10px;
}

.websiteby {
	font-size: 9px;
	color: #969eab;
}	
.websiteby a {
	color: #0099CC;
}