

*{margin:0; padding:0;}

body{
font:76% Verdana,Tahoma,Arial,sans-serif;
line-height:1.4em;
text-align:center;
color:#303030;
margin: 0, auto;
background: url(background.jpg) top center repeat-y;
}


#container{
width:760px;
margin:0 auto;
text-align:left;
color:#000;
}

#header{
height:150px;
width:758px;
margin:20px 1px 1px 1px;
background:#696 url(header.jpg);
color:#ffffff;
}


#navigation{
font-size: 1.3em;
height:1.5em;
line-height:1.5em;
width:758px;
margin:0 1px;
background:#696;
color:#ffffff;
}

#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.8em;
font-weight:normal;
text-decoration:none;
background-color:696;
color: #ffffff;
}

* html #navigation a {width:1%;}

#navigation .selected,#navigation a:hover{
background:#9c9;
color:#ffffff;
text-decoration:none;
}


#content{
float:left;
width:450px;
font-size:0.9em;
padding:20px 0 0 20px;
}

#content h2{
margin:0 0 15px 0;
padding-bottom: 5px;
font-size:12px;
font-weight:strong;
color:#000;
border-bottom: 4px double #9c9;
}

#subcontent{
float:right;
width:170px;
padding:20px 20px 10px 0;
line-height:1.4em;
}

#subcontent h2{
display:block;
margin:0 0 15px 0;
font-size:1.6em;
font-weight:normal;
text-align:left;
letter-spacing:-1px;
color:#505050;
background-color:inherit;
}

#subcontent p{margin:0 0 16px 0; font-size:0.9em;}

.box{
margin:0 0 20px 0;
padding:10px;
color:#505050;
line-height:1.5em;
}


#footer{
clear:both;
width:758px;
padding:5px 0;
margin:0 1px;
font-size:1em;
color:#fff;
background:#696;
}

#footer p{padding:0; margin:0; text-align:center;}

.left {
margin: 2px 4px 2px 0px;
float: left;
}

.right {
margin: 10px 10px 5px 0;
float: right;
}



/**************** Misc classes and styles ****************/

.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;}