/**************** Body and tag styles ****************/



body{
font: .8em tahoma, verdana, sans-serif;
line-height:1.4em;
text-align:center;
color:#303030;
background:#e8eaec;
}
#content{
float:right;
width:530px;
font-size:0.9em;
padding: 10px 15px 0 15px;
text-align: justify;
}
#container{
width:760px;
margin:20px auto;
padding: 1px;
background:#ffffff;
color:#303030;
border:2px solid #a0a0a0;
}

#header{
height:110px;
width:758px;
margin:0 1px 1px 1px;
background:#467aa7;
color: Black;
background-image: url(../../images/cscaback.jpg);
}
#sidenav{
float:left;
width:170px;
padding: 20px 10px 20px 0px;
}
#subcontent{
float:left;
width:170px;
padding: 20px 10px 10px 10px;
line-height:1.4em;
}

a, a:visited{
color:#467aa7;
font-weight:bold;
text-decoration:none;
background-color:inherit;
}

a:visited img{
	color: inherit;
	border: none;
}

img {padding: 1em;}
img.left{float:left; margin:0 12px 5px 0;}
img.center{display:block; margin:0 auto 5px auto;}
img.right{float:right; margin:0 0 5px 12px;}
/**************** Header styles ****************/

h1 {
margin:0 0 20px 0;
font-size:2.2em;
font-weight:bold;
color: #467aa7;
font-family: Georgia;
}

h2 {
margin:0 0 12px 0;
font-size:1.6em;
font-weight:bold;
color: #467aa7;
font-family: Georgia;

}

h3 {
margin:0 0 10px 0;
font-size:1.4em;
font-weight:bold;
color: #467aa7;
font-family: Georgia;
}

/**************** Menublock styles ****************/
.menublock ul { 
margin-left: -25px;
padding: 0;
list-style-type: none;
}

 }
.menublock ul a {
width: 9em;
display: block;
color: #036;
padding: .2em .8em;
border-top: 1px solid #467aa7;
border-left: 1px solid #467aa7;
border-right: 1px solid #467aa7;

 }
.menublock ul a:hover
{
background-color: #e8eaec;
color: Black;
border-left: 1px solid #467aa7;
border-right: 1px solid #467aa7;
}
.menublock ul li { margin: 0 0 .2em 0; 
}
#sidenav .rightcurrent{
background-color: #e8eaec;
color: Black;
text-decoration:none;
}

/**************** Searchbar styles ****************/


#searchbar #s{
height:1.2em;
width:110px;
margin:0 5px 0 0;
border:1px solid #a0a0a0;
}

#searchbar #searchbutton{
width:auto;
padding:0 1px;
border:1px solid #808080;
font-size:0.9em;
text-align:center;
}

/**************** Footer styles ****************/

#footer{
clear:both;
width:758px;
padding:5px 0;
margin:0 1px;
font-size:0.9em;
color:#f0f0f0;
background:#467aa7;
}

#footer p{padding:0; margin:0; text-align:center;}
#footer a{color:#f0f0f0; background-color:inherit; font-weight:bold;}
#footer a:hover{color:#ffffff; background-color:inherit; text-decoration: underline;}



.splitcontentleft{float:left; width:48%;}
.splitcontentright{float:right; width:48%;}
.clear{clear:both;}
.small{font-size:0.8em;}
.hide{display:none;}
.textcenter{text-align:center;}
.textright{text-align:right;}
.important{color:#f02025; background-color:inherit; font-weight:bold;}

.box{
margin:0 0 20px 0;
padding:9px;
border:1px solid #c0c0c0;
background-color:#fafbfc;
color:#505050;
line-height:1.5em;
text-align: left;
}
/******* TOP Nav ********/

#navigation{
height:2.2em;
line-height:2.2em;
width:758px;
margin:0 1px;
background: #467aa7;
color: Black;
}

#navigation li{
float:left;
list-style-type:none;
border-right:1px solid #ffffff;
white-space:nowrap;
}

#navigation li a{
display:block;
padding:0 10px;
font-size:0.9em;
font-weight:normal;
text-transform:uppercase;
text-decoration:none;
background-color:inherit;
color: White;
}


* html #navigation a {width:1%;}

#navigation .selected,#navigation a:hover{
background:#80b0da;
color:#ffffff;
text-decoration:none;
}