body, html {height: 100%;} /* 100% Height Fix */
body {
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
/*	text-align:center;*/
	background-color: #DDDDDD;
}
* html {/*only ie gets this style*/
	height:1%;
	margin-bottom:12px ;
}
/* div, td,p {
	text-align:left;
}*/
td {
	font-size:11px;
}
#container {
	width:771px;
	border-left: 1px solid Black;
	border-right: 1px solid Black;
	background-color: #FFF;
	margin-left:auto;
	margin-right:auto;
	height:100%;
	min-height:100%;
	margin-bottom:-30px;
}
html>body #container{
	height:auto;
}
/*header styles begin*/
#header {
	background: #FFFFFF url(../images/header.jpg) no-repeat;
	width:771px;
	height: 100px;

}
div.header_quotes {
	width: 300px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
}
div.header_quotes div.body {
	color: white;
	font-size: 11px;
	padding: 5px 5px 0px 0px;
}

div.header_quotes div.author {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
}

#header_nav {
/*	border: 1px solid black;*/
	position: relative;
	margin-top: -20px;
	right: 20px;
	float: right;
	clear: right 
}
/*header styles end*/

/*middle content styles begin*/

#fpimage {
	background: #00498A;
	height:140px;
	border-bottom: 10px solid #00498A;
	text-align: right;
}

/*middle content styles begin*/
#leftpanel {
	position: relative;
/*	margin-top: -150px;*/
	float: left;
	width: 200px;
	z-index: 5;

}

#content {
	width: 570px;
	position: relative;
	float: left;
}

#content_in {
	padding: 10px 30px 0px 10px;
	color: #000;
}
#content_in h1 {
	margin: 0px;
	font-size: 18px;
	color: #03427F;
}

#content_in p {

}

div.events {
	float: left;
	margin-top:10px;
	padding: 5px 0px 8px 0px;
	width: 100%;
	font-size:9pt;
	font-family: Arial, Helvetica, sans-serif;
}
div.events div.title {
	padding: 6px 0px 0px 16px;
	font-weight:bold;
	font-size:14px;
	color:#03427f;
}
div.events hr {
	color:#03427f;
	height: 1px;
	width: 90%;
	text-align: center;
}
div.events div.body {
	padding: 0px 0px 0px 10px;
	line-height:125%;
	font-size:12px;
	color: #8a8a8a;
}
div.events div.body p {
	margin-top:0px;
	margin-bottom:0px;
	padding: 0px 0px 0px 0px;
	line-height:125%;
	font-size:12px;
	color: #8a8a8a;
}

div.events div.body a:link,
div.events div.body a:visited,
div.events div.body a:active {
	color: #434343;
	text-decoration:none;
	font-weight: bold;
}
div.events div.body a:hover {
	text-decoration:underline;
	color:#FFB001;
}

/*middle content styles end*/

/*footer styles begin*/

#clearfooter{
	clear:both;
	height:30px;
}


div.footer {
	clear:both;
	border-left: 1px solid Black;
	border-right: 1px solid Black;
	width:771px;
	height:30px;
	margin-left:auto;
	margin-right:auto;
	position:relative;

}

div.footer div.copy {
	text-align: center;
	height:30px;
	font-size: 12px;
	color: White;
	background-color: #00498A;
}
div.footer div.copy a {  
	color: #FFF;
	text-decoration: underline;
}
div.footer div.copy a:hover {
	color : White;
}
div.footer div.bottom {
	/*text-align: center;
	height:30px;
	background-color: #9BD9F6;*/
}
/*footer styles end*/

/* BEGIN CAT LINK PAGES*/

div.catpage {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
div.catpage div.title {
	background-color:#00498A;
	font-size: 14px;
	font-weight:bold;
	color:#FFFFFF;
	padding: 0px 0px 0px 4px;
	border-left:1px solid #00498A;
	border-right:1px solid #00498A;
	border-top:1px solid #00498A;
}

div.catpage div.body {
	margin: 0px;
	padding: 3px 0px 5px 5px;
	line-height:125%;
	font-weight: bold;
	font-size:12px;
	border-left:1px solid #00498A;
	border-right:1px solid #00498A;
	border-bottom:1px solid #00498A;
}

div.catpage div.body a:link,
div.catpage div.body a:visited,
div.catpage div.body a:active {
	text-decoration:none;
	font-weight: bold;
	color: #00498A;
	background-color: transparent;
}
div.catpage div.body a:hover {
	text-decoration:underline;
	font-weight: bold;
	color:#00498A;
	background-color: transparent;
}

/*CLASSES FOR TESTS PAGES*/

div.tests div.link {
	padding: 0px 0px 5px 0px;
}
div.tests div.Title {
	font-weight:bold;
	font-size:14px;
	color:#434343;
}
div.tests div.num {
	font-size:12px;
	color:#8A8A8A;
	padding: 0px 0px 15px 0px;
}
div.tests div.SubTitle {
	padding: 1px 0px 1px 10px;
	background-color: #00498A;
	font-weight:bold;
	font-size:14px;
	color:#FFFFFF;
}
div.tests div.Body {
	margin: 0px;
	padding: 3px 0px 5px 5px;
	border-left:1px solid #00498A;
	border-right:1px solid #00498A;
	border-bottom:1px solid #00498A;
}
div.tests div.link {
	font-size:11px;
	font-weight: bold;
}
div.tests div.link a:link,
div.tests div.link a:visited,
div.tests div.link a:active {
	color: #434343;
	text-decoration:underline;
	font-weight: bold;
}
div.tests div.link a:hover {
	text-decoration:underline;
	color:#FFB001;
}