/* CSS Document */


body {
	background-color: #FFFFFF;
	background-image: url(images/gradient-background.gif); 
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif; font-size:small;
	
	}

#container {
	width: 800px;
	height: auto;
	text-align: center;
	margin-left:auto; margin-right:auto;
	}

#stdbanners {
	background-image:url(images/std-banner.gif);
	background-repeat:no-repeat;
	width: 800px;
	height: 157px;
	}
	
#pagetitle { width: 800px;
text-align: center;}
	
#content {
	background-image: url(images/homemainbg_02rev.gif);
	background-repeat: no-repeat;
	width: 800px;
	height: 330px;
	position: relative; top: auto; left: auto; 
	}
	
#intro {
	width: 780px; 
	text-align: left;
	margin: 10px; }

#navigation {width: 800px; }

.bodytext {
	width: 550px; height: 315px;
	margin-right:50px;
	float:right;
}

#samplebox {
	width:790px; 
	text-align:left;
	}

a:link {
	color: #006600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #663366;
}
a:active {
	text-decoration: none;
}
a {
	font-weight: bold;
}

.copyrighttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
}

.style1 {color: #663366}
.style2 {color: #000000}
.style3 {
	font-size: medium;
	font-weight: bold;
	color: #251841;
}

	
#footer {
	width: 800px;
	position:relative; bottom:-20px;
	}
blockquote {
	text-indent: 5px;
}

.formfields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
.line {
	background-image:url(images/vertical-line.gif);
	background-repeat:repeat-y;
	text-align:center;
	}

