@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color:#00257b;
	height:100%;
}
body,td,th {
	color: #795E93;
}
.style1 {font-size: 12px}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 12px;
	color: #D24488;
}
h2 {
	font-size: 13px;
	color: #D24488;
}
h3 {
	font-size: 14px;
	color: #D24488;
}
h4 {
	font-size: 15px;
	color: #D24488;
}
h5 {
	font-size: 16px;
	color: #D24488;
}
h6 {
	font-size: 17px;
	color: #D24488;
}
a {
	font-size: 11px;
	color: #F3C;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F3C;
}
a:hover {
	text-decoration: underline;
	color: #90C;
}
a:active {
	text-decoration: none;
	color: #90F;
}

#container{
	width:800px;
	margin:0 auto;
	height: auto;
	text-align:justify;
	background-color:#FFF;
}
#top{
	width:800px;
	margin:0 auto;
	height: 283px;
		float:left;
		background-color:#FFF;
}
#navbar{
	width:800px;
	height: auto;
	float:left;
}

#chromemenu{
width: 100%;
font-weight: bold;
font-size: 90%;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
border: 1px solid #BBB;
width: 100%;
background:  url(../images/chromebg.gif) center center repeat-x;
padding: 5px 0;
margin: 0;
text-align: left; /*set value to "right" for example to align menu to the left of page*/
}

#chromemenu ul li{
display: inline;
}

#chromemenu ul li a{
color: #494949;
padding: 5px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

#chromemenu ul li a:hover{
background: url(../images/chromebg2.gif) center center repeat-x;
}

#main{
	width:800px;
	height:auto;
	float:left;
		background-color:#FFF;
}
#left{
	width:200px;
	height:auto;
	float:left;
}
#right{
	width:600px;
	height:auto;
	float:left;
}

#inside{
	padding:20px;
}
#footertop{
	width:800px;
	height: 10px;
	float:left;
	text-align:center;
}
#footermain{
	width:800px;
	height: 60px;
	float:left;
	text-align:center;
}

.picright {
FLOAT:right;
padding-left: 10px;
}
.picLEFT {
FLOAT:LEFT;
padding-RIGHT: 10px;
}
.stylewhite {
	color:#FFF;}

.slidedoormenu{
list-style-type: none;
margin: 0;
padding: 0;
width: 192px; /* width of menu (don't forget to add border with below!) */
border-left: 8px solid #D24488; /* thick left border of menu */

}

.slidedoormenu li{
border-bottom: 1px solid #885b5c; /* Gray border beneath each menu item */
}

.slidedoormenu li a{
background: white  url(../images/vstrip.gif) repeat-y left top; /* Background image positioned to the left(v) top(h) corner initially */
font: bold 11px "Lucida Grande", "Trebuchet MS", Verdana;
display: block;
color: #D24488;
width: auto;
border-bottom: 1px solid white; /* White border beneath each menu item link, to add depth */
padding: 7px 0; /* Vertical (top/bottom) padding for each menu link */
text-indent: 8px;
text-decoration: none;
}

.slidedoormenu li a:visited, .slidedoormenu li a:active{
color: #734F9B;
}

.slidedoormenu li a:hover{
background-position: -387px 0; /* Shift background image horizontally 387px, or the start of the 2nd background image */
color: #734F9B;
}

.slidedoormenu li.lastitem, .slidedoormenu li.lastitem a{
border-bottom-width: 0; /* For last menu item within menu, remove bottom border */
}

.slidedoormenu li.lastitem a{
padding: 8px 0; /* increase vertical border of last menu link by 2px (default is padding: 7px 0) to account for removed border width */
}

<!--[if IE]>
<style type="text/css">
.slidedoormenu li a{ /* Menu link width value for IE */
width: 100%;
}
</style>
<![endif]-->


