/* CSS Document */


/* Header Content styles */
ul#topnav_boxes {
margin: 0;
padding: 0;
list-style: none;
clear: both;
}

ul#topnav_boxes li {
list-style: none;
margin: 0;
padding: 0;
float: left;
height: 36px;
overflow: hidden;
width: auto;
}

a.topnav {
			 background-image: url(/includes/images/button-sliver.jpg);
			 background-repeat: repeat-x;
		     font-family: Arial, Helvetica, sans-serif;
			 padding: 0px 12px 0px 13px;
			 display: block; float: left;
			 height: 100%; width: auto;
			 line-height: 36px;
		     font-size: 15px;
			 font-weight:bold;
			 text-decoration: none;
			 }

a.topnav:hover {
			    background-image: url(/includes/images/button-sliver-over.jpg);
			    background-repeat: repeat-x;

				}

				
/*  Main Content styles  */
td.maincontent {
	font-family: "Trebuchet MS";
	color: #FFFFFF;
	font-size: 14px;
	}

td.maincontent p {margin: 2px; color: #FFFFFF; font-size: 14px; font-family: "Trebuchet MS";
		line-height: 24px; 
 }

td.maincontent a:active, td.maincontent a:link, td.maincontent a:visited {
	color: #ffffff;
	text-decoration: underline;
	}
td.maincontent a:hover {
	color: #7ADAFF;
	text-decoration: underline;
	}



/*  Footer styles  */

.footer,.bottomnav { color: #6B6A71; font-family: "Trebuchet MS"; font-size: 12px; } 
a.bottomnav:active, a.bottomnav:link,a.bottomnav:visited {
	text-decoration: none;
	color: #6B6A71;
	font-size: 12px;
	}
a.bottomnav:hover {
	color: #333333;
	text-decoration: underline;
	font-size: 12px;
	}

ul.table {
		  list-style: none;
		  margin: 0 auto 0 auto;
		  padding: 0;
		  clear: both;
		  width: 90%;
		  }
ul.table li {
			list-style: none;
			margin: 0;
			padding: 0;
			float: left;
			width: 30%;
		}

ul.table li a {
				display: block;
				width: auto;
				color: #FFFFFF;
				font-family: Tahoma, Arial, Georgia;
				font-weight: bold;
				font-size:14px;
}

.largepageheader {
			font-size: 20px;
			font-weight: bold;
			color: #FFFFFF;
		 }

.largepageheaderblue {
		  color: #7ADAFF;
		  font-size: 20px;
		  font-weight: bold;
		  }

.mediumitalicheader {
		font-size: 16px; 
		font-weight: bold;
		color: #FFFFFF;
		font-style:italic;
		}

.mediumparagraphtext {
		font-size: 16px;
		color: #FFFFFF;
		}

.mediumparagraphtextbold {
		font-size: 16px;
		font-weight: bold;
		color: #FFFFFF;
		 }