html {
 overflow: -moz-scrollbars-vertical;
 margin: 0;
 padding: 0;
}
  
body {
 max-width: 765px;
 background: #e0e0e0;
 margin: 0 auto;
}

H1{
 FONT-FAMILY: Verdana;
 FONT-WEIGHT: normal;
 text-align: center;
 text-indent: -9999px;
} 
 
H2 {
 font-family: arial, tahoma, verdana, sans-serif;
 font-weight: bold;
 color: #3333cc;
 margin-bottom: 0.5em;
 margin-top: 0.5em;
}

H3 {
 font-family: arial, tahoma, verdana, sans-serif;
 font-weight: bold;
 color: #6c6c6c;
 margin-bottom: 0.4em;
 margin-top: 0.3em;
 padding: 0 20px;
}

H4 {
 font-family: arial, tahoma, verdana, sans-serif;
 font-weight: bold;
 color: #6c6c6c;
 margin-bottom: 0.4em;
 margin-top: 0.3em;
 padding: 0 20px;
}

H5 {
 font-family: Arial, tahoma, verdana, sans-serif;
 font-weight: bold;
 font-size: 0.8em;
 color: #1B0069;
 margin-bottom: 0.1em;
 margin-top: 0.3em;
}

p {
 font-family: Arial, tahoma, verdana, sans-serif;
 font-size: 1em;
 color: #000000;
 margin-bottom: 0.6em;
 margin-top: 0.6em;
}

table {
 margin-left: auto;
 margin-right: auto;
 width: 98%;
 background: #fff;
 border: 0px solid #fff;
 padding: 4px 4px;
 text-align: left;
 color: #000;
}

table p{
 text-align: left;
} 

#hdr {
 width: 765px;
 height: 125px;
 background: transparent url(../Images/Header.jpg) no-repeat top;
 margin: 0 auto;
 z-index: 100;
}

#content {
 width: 765px;
 margin: 0 auto;
 background: #fff;
}

#content p {
 background: #fff;
 margin-right: 0px;
 margin-bottom: 15px;
 padding: 1px 0px 1px 4px;
}

#content li {
 line-height: 130%;
 color: #000000;
}

#topmenu{
 width: 99.9%;
 Z-Index: 2;
 font-size: 10pt;
}

#login{
 padding: 2px 0 0px 5px;
 text-align: right;
 font-size: 0.8em;
 letter-spacing: .2em;
}

#login a:link { 
 font-weight: normal; 
 text-decoration: none; 
 color: #c0c0c0;
 letter-spacing: .2em;
}

#login a:visited { 
 font-weight: normal; 
 text-decoration: none;
 color: #c0c0c0;
 letter-spacing: .2em;
}

#login a:hover, a:active { 
 text-decoration: none; 
 color: #3333cc; 
}

#c-col {
 color: #f0f0f0;
 width: 100%;
}

#c-col a:link {
 text-decoration: none;
}

#c-col a:hover {
 text-decoration: none;
 border-bottom: 1px solid #fff;
}

#imagebox {
 width: 91%
 /** float: right; **/
 text-align: center;
 padding: 0 30px 0 15px;
 margin: 0 10px 0 0;
} 

#imagebox img{
 display: block;
 margin-left: auto;
 margin-right: auto }

} 

 #sidebar { 
 float: left; 
/** width: 20%; **/
 text-align: center; 
 padding: 0 0 0 15px; 
 margin: 0 10px 0 0; 
} 

#sidebar ul {
 list-style: none;
 margin: 0 auto;
 padding: 0 0;
 border: none;
}

#sidebar li{
 border-bottom: 1px solid #90bade;
 margin: 0;
}
#sidebar li a {
	display: block;
	width: 1.1em;
	width: 0.7em;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #3300cc;
}

#sidebar li a { width: auto; }

#sidebar li a:hover{
background: #2586d7;
color: #fff;
border: 0;
}

#boxsmall {
 background: #fff;
 height: 100%;
 text-align: left;
 font-size: 10pt;
 line-height: 120%;
}

#boxsmall p {
 width: 91%;
 line-height: 120%;
 text-align: left;
 padding-left: 20px;
}

#boxsmall li {
 width: 80%;
 list-style: disc;
 list-style-position: outside;
 font-family: Arial, tahoma, verdana, sans-serif;
}

#boxsmall ul {
 list-style:none; 
}

#footer {
 clear: both;
 width: 100%;
 height: 30px;
 font-size: 10pt;
 color: #fff;
 font-weight: bold;
 text-align: center;
 background: #3300cc;
 border-top:4px solid #9999ff;
 font-family: Arial, tahoma, verdana, sans-serif;
 padding: 4px 0;
}

#footer ul {
 list-style: none;
 padding: 0;
 margin: 0;
}

#footer li {
 display: inline;
 border-right: 1px solid #c0c0c0;
 padding: 0 5px 0 5px;
 font-size: 10pt;
}

#footer li.last {
 border-right: 0px;
}

#footer li a:link {
 color: #c0c0c0;
 text-decoration: none;
}

#footer li a:hover {
 color: #f0f0f0;
 text-decoration: none;
 border-bottom: 1px solid #f0f0f0;
}

#footer li a:visited {
 color: #c0c0c0;
 text-decoration: none;
}

#footer a:link {
 color: #fff;
 text-decoration: none;
}

#footer a:hover {
 color: #fff;
 text-decoration: none;
}

#footer a:visited {
 color: #fff;
 text-decoration: none;
}  

/** Top Nav Start**/

#nav {
	float: left;
	width: 99.8%;
	list-style: none;
	line-height: 1;
	background: white;
	border-bottom:1px solid #3300cc ;
	border-top:1px  solid #3300cc ;
	border-left:1px solid #3300cc ;
	border-right:1px solid #3300cc ;
	padding: 0em;
	margin: 0em 0em 0em 0em;
}

#nav ul {
	float: left;
	width: 100%;
	list-style: none;
	line-height: 1;
	background: #3300cc;
	padding: 0em;
	border-bottom:4px solid #9999ff;
	margin: 0em 0em 0em 0em;
        text-align: left;
}

#nav a {
	display: block;
	rwidth: 1.1em;
	ewidth: 0.7em;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0.25em 1.1em;
	sbackground-color:#B55972;
	font: bold 0.9em  Arial, tahoma, verdana, sans-se
}

#nav a:hover {
	display: block;
	ewidth: 1.1em;
	ewidth: 0.7em;
	scolor: #FFFFFF;
	text-decoration: none;
	padding: 0.25em 1.1em;
	background-color:#6666ff;
	font: bold 0.9em  Arial, tahoma, verdana, sans-se
}

#nav a:visited {
	color: #FFFFFF;
}

#nav li {
	float: left;
	padding: 0em;
	ewidth: 4em;
	color: #ffffff;
	font-family: Arial, tahoma, verdana, sans-se
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 1em;
	width: 11.05em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
}

#nav li ul a {
	width: 17em;
	width: 13.5em;
	font-weight: bold;
}

#nav a.daddy {
	border: solid #6666ff;
	border-width: 1px 1px 0px 1px;
	width: 17em;
	width: 13.5em;
	font: 0.7em  Arial, tahoma, verdana, sans-se;
}

#nav a:hover.daddy {
	dbackground-color:#6666ff;
	background:#6666ff url("../images/menu_blue.gif")  no-repeat left; 
	color: #FFFFFF;
	width: 17em;
	width: 13.5em;
	font: 0.7em  Arial, tahoma, verdana, sans-se
}

#nav a:active.daddy  {
	dbackground-color:#6666ff;
	background:#6666ff url("../images/menu_blue.gif")  no-repeat left; 
	color: #FFFFFF;
	width: 17em;
	width: 13.5em;
	font: 0.7em  Arial, tahoma, verdana, sans-se
}

#nav a:focus.daddy  {
	dbackground-color:#6666ff;
	background:#6666ff url("../images/menu_blue.gif")  no-repeat left; 
	color: #FFFFFF;
	width: 17em;
	width: 13.5em;
	font: 0.7em  Arial, tahoma, verdana, sans-se
}

#nav a:visited.daddy  {
	color: #ffffff;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #6666ff;
	color: #FFFFFF;
}

 /** Top Nav End**/
