/* CSS Document */

/* HTML Tags */
body {
	margin: 0 auto;
	text-align: left;
	margin-right: 10px;
	font-size: 120%;
	font: normal 50% Arial, Helvetica, sans-serif;
}

p {
font-size: 13px;
}

copy {
	margin: 0 auto;
	text-align: left;
	margin-right: 10px;
	font-size: 12px;
	font: normal 50% Arial, Helvetica, sans-serif;
}

h1 {
 font-weight: bold;
 text-align:left; 
 color: #333399;
 font-size: 16px;
 margin-left:15px;

}

a:link, a:hover, a:visited {
	color: #0068b1;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	color: #113f5f;	
	}

/* Classes */

#navi li.last {
	border-bottom: none;
	}

.right {
	margin-right: 2px;
	}

.bot {
	margin-bottom: 2px;
	}

/* Navigation Layout */
#navi {
	list-style-type: none;
	float: left;
	margin-left: 0;
	margin-top: 5px;
	padding-left: 15px;
	font: "Times New Roman", Times, serif;
	}

#navi li {
	display: block;
	float: left;
	padding-top: 4px;
	padding-bottom: 4px;
	color: white;
	border-bottom: 1px dotted white;
	width: 135px;
	position: relative;
	}

#navi li a {
	display: block;
	color: white;
	text-decoration: none;
	}

#navi ul {
	text-indent: 5px;
	margin-left: 0px;
	padding-left: 0;
	background-color: #5d8bc8;
	border: 1px solid #fff;
	display: none;
	z-index: 500;
	position: absolute;
	left: 100%;
	top: 0;
	color: white;
	width: 137px;
	}

#navi ul li {
	padding-right: 2px;
	}

#nav #navi ul li ul, #tanyanav #navi ul li ul {
	display: none;
	}

ul li:hover {
	background-color: #b2c1e3;
	font-size: 13px;
	}
	
	ul li {
	font-size: 13px;
	}

#nav ul li:hover ul, #tanyanav ul li:hover ul {
	display: block;
	}
	
#nav #navi ul li:hover ul, #tanyanav #navi ul li:hover ul {
	display: block;
}

/* DIV ID Modifications */
#wrapper {
	width: 850px;
	}

#header {
	width: 853px;
	height: 88px;
	background-color: white;
	}

#header #logo {
	float: left;
	width: 200px;
	}

#header #headercenter {
	float: left;
	width: 500px;
	}

#header #headerright {
	float: left;
	width: 137px;
	padding-top: 40px;
	padding-left: 15px;
	}
#headerright #textsize {
	font-size: 70%;
	color: #2e4093;
	}

#a1 {
	font-size: 6pt;
	}

#a2 {
	font-size: 10pt;
	}

#a3 {
	font-size: 12pt;
	}

#bluebar {
	background-color: #0068b1;
	border-bottom: 5px #d6c896 solid;
	width: 850px;
	height: 25px;
	}
	
#leftbar {
	width: 850px;
	float: left;
	margin-right: 1px;
	}

#leftbar #nav, #leftbar #tanyanav {
	background-color: #0068b1;
	margin-bottom: 2px;
	height: 25px;
	}
	
#leftbar #tanyanav {
	height: 315px;
	}

#leftbar #leftbottom {
	background-color: #d6c896;
	height: 149px;
	text-align: center;
	vertical-align: middle;
	padding-top: 70px;
	font: bold italic 10pt Arial;
	color: #2e4093;
	}

#main {
	float: left;
	width: 678px;
	margin-left: 1px;
	}

#main #content {
	background-color: white;
	border-bottom: 5px #5d8bc8 solid;
	padding-bottom: 2px;
	font-size: 120%;
	min-height: 386px;
	}

/* The following is an IE6 Hack for content area height because min-height isn't recognized in IE6 */
* html body #main #content {
	height: 386px;
	}

#main #footer {
	background-color: white;
	height: 99px;
	text-align: right;
	}
	
	#pageNav{
	text-align: center;
	font-family:"Book Antiqua", Times, Serif;
	float: center;
	padding: 12px 0px 12px 0px;
	border-bottom: 1px solid #113f5f;
	font-size: 80%;
	width: 100%;
}