#frame {
	margin:0px;
	background-color:#000033;
	height:100%;
}

#header{
	margin:0px auto;
	width:760px;
	height:155px;
	}
	
#logobox {
	float:left;
	margin:0px;
	height:155px;
	width:144px;
	background-color:#B7C5E3;
	text-align:center;
}

#titlebox {
	float:right;
	margin:0px;
	width:616px;
	height:155px;
	background-color:#E5EAF5;
	text-align:center;
}

#titlebox h1 {
	margin:0px;
	font-family:"Times New Roman", Times, serif;
	font-size:40px;
	font-weight:bold;
	color:#003399;
}

#titlebox h5 {
	font-family:verdana,arial,helvetica,sans-serif;
	font-weight:bold;
	font-size:11px;
	margin-top:5px;
	margin-bottom:2px;
	color:#003399;
}

#titlebox p {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-weight:normal;
	color:#003399;
	margin-top:1px;
	margin-bottom:0px;
	text-align:center;
}





#content {
	margin:0px auto;
	width:760px;
	height:100%;
	background-color:#ffffff;
}

#sidebar {
	float:left;
	margin-top:0px;
	margin-left:4px;
	background-color:#ffffff;
	width:130px;
	height:460px;
}

#menu {
	background-color:#ffffff;
	border:0px;
	padding:4px;
	width:130px;
	height:280px;
	line-height:22px;
	text-align:center;
}

#scrollbox {
	float:right;
	margin-right:7px;
	padding:0px;
	width:600px;
	height:100%;
}

#main {
	padding:12px;
	width:475px;
	height:100%;
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size:13px;
}

#bottom {
	clear:both;
	width:695px;
	height:50px;
}

.redbold {
	color:#cc0000;
	font-weight:bold;
}

.left {
	text-align:left;
}

p {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	text-align:justify;
}

h5.medblue {
	color:#003399;
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size:14px;
}

a.sidenav1:link, a.sidenav1:visited, a.sidenav1:active {
	background-color : #DDE4F3;
	font-family : Arial, Verdana, Helvetica, sans-serif;
	color : #003366;
	font-size : 13px;
	text-decoration : none;
}

a.sidenav1:hover {
	background-color : #003366;
	font-family : Arial, Verdana, Helvetica, sans-serif;
	color : #DDE4F3;
	font-size : 13px;
	text-decoration : none;
}

a.sidenav2:link, a.sidenav2:active, a.sidenav2:visited {
	background-color : #9999cc;
	font-family : Arial, Verdana, Helvetica, sans-serif;
	color : #000033;
	font-size : 13px;
	text-decoration : none;
}

a.sidenav2:hover {
	background-color : #000033;
	font-family : Arial, Verdana, Helvetica, sans-serif;
	color : #DDE4F3;
	font-size : 13px;
	text-decoration : none;
}

h4.blue{
	color: #003366;
	font-family : Arial, Verdana, Helvetica, sans-serif;
	border-bottom:1px solid #003366;
	font-size:16px;
}

h2 {
	color: #003399;
	font-family : verdana,arial,sans-serif;
	border-bottom:1px solid #003399;
	font-size:20px;
}



