/*Font and background*/
body {
	font-size: 62.5%;
	font-family:Verdana, Tahoma, Geneva, sans-serif;
	background: url(site-images/body-bg.png) center repeat-y #1a4485;
}
div#main-content div#center-col p{
font-size: 1.3em; 
}

/*Unordered list elements*/
div#main-content div#center-col ul {
	font-size: 1.3em;
	line-height: 1.3em;
	margin-bottom: 0.8em;
}

div#main-content div#center-col ul ul {
	font-size: 1.3em;
	line-height: 1.3em;
	margin-bottom: 0.8em;
}

div#main-content div#center-col ol {
	font-size: 1.3em;
	line-height: 1.3em;
	margin-bottom: 0.8em;
}

/*Headers(styles 1, 2, 3, and 4 respectively) */
h1 { font-size: 1.8em; margin-bottom: 0.4em; color: #1a4485; }

h2{ font-size: 1.5em; margin-bottom: 0.8em; color:#009;}

h3{ font-size: 1.3em; margin-bottom: 0.8em; color:#006; }

h4 { font-size: 1.1em; margin-bottom: 0.8em; color: #003;}

/*Links: unactive, hover and active states (respectively)*/
a {
	color: #009;
	text-decoration:underline;
	}
	a:hover {
	color: #686666;
	text-decoration: none;
	}
	a: active {
	font-weight: bold;
	}

/*Image border styles*/
img { border-style: none; }

/*Table elements*/
		div#main-content table{
			width: 95%;
			border: #999999 1px solid;
		}
		div#main-content th{ /* This is the header portion of the table. */
			background: #b5dbf7;
			font-size: 1.3em;
			text-align: center;
			font-weight: bold;
			padding: 2px 0px 2px 0;
			border: 1px solid #999999;
		}
		div#main-content td{ /* This is the non-header portion of the table. */
			border: 1px solid #999999;
			padding: 2px 2px 2px 2px;
			vertical-align: top;
			font-size: 1.2em; /* Change this number to change the size of the font within the table. */
		}

/*Nothing beyond this point will be modified*/
* {
	margin: 0;
	padding: 0;
}

.clear { clear: both; }

div#page-wrap {
	width: 908px;
	margin: 0 auto;
}

ul#nav {
	height: 193px;
	width: 911px;
	background: url(site-images/header-bg.gif) no-repeat;
	list-style: none;
	padding: 0 0 0 2px;
	}
	ul#nav li {
		display: inline;
	}
	ul#nav li a {
		display:inline;
		width: 149px;
		float: left;
		margin-top: 150px;
		color: #1a4485;
		font-size: 1.3em;
		text-decoration: none;
		text-align: center;
		padding: 2px 0 0 2px;
	}
	ul#nav li a:hover {
		color: #74b5e6;
	}
	ul#nav li a:active {
		font-weight: bold;
	}
	ul#nav li b {
		border-bottom: solid 1px #666;	
		color: #6F0;
	}
div#page-wrap div#layover img {
		position:absolute;
	}

div#main-content {
	padding-bottom: 200px;	
	}
	div#main-content div#left-col{
		float: left;
		width: 187px;
		padding: 20px 0 0 10px; 
		margin: 0 auto;
		text-align: center;
		}
		div#main-content div#left-col div#menu-title{
			text-transform: none;
			font-size: 1.1em;
			line-height: 1.1em;
			color: white;
			height: 22px;
			background: url(site-images/menu-title.gif) center repeat-y;
			padding: 10px 0 10px 0;
			font-weight:bold;

		}
		div#main-content div#left-col div#menu-title a{
			color: #FFFFFF;
			text-decoration:none;
		}
		div#main-content div#left-col div#menu-content{
			background: #eaf7fb;
			text-align: left;
			width: 140px;
			margin: 0 auto;
			font-size: 1.1em;
			padding: 2px 0 1px 10px;
			margin-bottom: 0.0em;
		}
		div#main-content div#left-col div#menu-content p{
			line-height: 150%;
			margin-top: 3px;
			margin-bottom: 3px;
		}
		div#main-content div#left-col div#menu-content a{
			color:#009;
			text-decoration: none;
		}
		div#main-content div#left-col div#menu-content a:hover{
			color: #666;
			text-decoration:underline;
		}
		div#main-content div#left-col div#menu-footer{
			background: url(site-images/menu-footer.gif) center repeat-y;
			height: 30px;
		}
	div#main-content div#center-col{
		float: left;
		width: 511px;
		padding: 0 10px 0 10px;
		}
		div#main-content div#center-col div#wide{
			float: left;
			width: 625;
			padding: 0 10px 0 10px;
		}
		div#main-content div#center-col ul{
			padding-left: 25px;	
		}
		div#main-content div#center-col ol{
			padding-left: 30px;
		}
		div#main-content div#center-col div#special-table table{
			border: none;	
		}
		div#main-content div#center-col div#special-table td{
			border: none;
		}	
	div#main-content div#right-col{
		float: right;
		width: 160px;
		padding: 30px 10px 10px 10px;
	}

div#footer{
	position: relative;
	margin-top:-75px;
	height:75px;
	clear:both;
	
	background: #74b5e6;
	color: white;
	border-top: 2px solid #1a4485;
	text-align: center;
	padding-top:20px;

	}
	div#footer a{
		color: #FFF;	
	}
	div#footer a:hover{
		color: #000;
	}

div#alt-page{
	padding: 20px 75px 0 75px;	
}#page-wrap #main-content #center-col .MsoNormal {
	margin:0in;
	margin-bottom:.0001pt;
	line-height:14.0pt;
}