html {   overflow-y: scroll; }
/* Standard HTML Components */

body { 
	background-color: #729FCF;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.6;
	text-align: left;
	color: #000000;
}

.PageContainer {
	margin:0px 5px;
	background-color:White;
	padding:10px;
}

.contentcell {
	background-image: url('../images/background_content_interior.jpg');

}

.navbackground {
	background-image: url('../images/background_nav.jpg');

}



/* White Lines Horizontal and Vertical */
.whitevert{
	width: 1px;
	background-color: #FFFFFF;
}


.whitehorz{
	height: 1px;
	background-color: #FFFFFF;
}



/* Special Text */
.featuredtitletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CE5C00;
}
.featuredtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.2;
	color: #000000;
}

.featuredbox{
	background-color: #204A87;
	}


.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CE5C00;
}


.quicklink {
	background-image: url('../images/background_quicklinks.jpg');
}
.quicklink2 {
	background-image: url('../images/background_quicklinks2.jpg');
}


.logintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}


h6 {
font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #CD5F00;
	margin-bottom: 8px;
}

/* Hyperlinks */

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CE5C00;
}


a:visited {
		font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CE5C00;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CE5C00;
	text-decoration: underline;
}

.footerlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.footerlinks a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
}
.footerlinks a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}
.footerlinks a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
}
.footerlinks a:active{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
}

.GrayColor { color:Gray; }
.ActiveColor { color:#CE5C00; }
