body{
margin:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
background:url(images/bg.png) center repeat-y #f4f4f4;
}
/********************************************************************** Structure */
#wrapper{
width:730px;
padding-top:5px;
background:url(images/wrapper_top.png) no-repeat center top;
}
.clear{
clear:both;
height:0px;
}
#topbar{
height:150px;
background:url(images/topbar.jpg) no-repeat center;
}
/********************************************************************** Header */
#header_left{
height:73px;
width:40%;
float:left;
text-align:left;
}
#header_right{
float:right;
font-size:10px;
width:40%;
padding-top:20px;
height:20px;
text-align:right;
font-variant:small-caps;
}
/********************************************************************** Main Navigation (left column)*/
#leftcol{
float:left;
width:220px;
text-align:left;
}
#leftcol_nav a{
display:block;
height:30px;
font-variant:small-caps;
font-size:12px;
border-bottom:1px solid #CCCCCC;
border-top:1px solid #FFFFFF;
border-right:#BBBBBB 3px solid;
background-color:#F7F7F7;
text-decoration:none;
color:#666666;
line-height:3em;
}
#leftcol_nav a:hover{color:#000000; border-right:3px solid #C5DF8E; background-color:#FFFFFF; background-image:none;}
.highlighted{background:url(images/nav.jpg) repeat-x !important; border-right:3px solid #33CCFF !important; border-top:none !important;}

/********************************************************************** Menu navigation */
.menu{
width:220px;
position:absolute;
background-color:#FFFFFF;
text-align:left;
visibility:hidden;
}
.menu a{
display:block;
height:30px;
font-variant:small-caps;
font-size:12px;
border-bottom:1px solid #CCCCCC;
border-top:1px solid #FFFFFF;
border-right:#BBBBBB 3px solid;
background-color:#F7F7F7;
text-decoration:none;
color:#666666;
line-height:3em;
}
.menu a:hover{color:#000000; border-right:3px solid #C5DF8E; background-color:#FFFFFF; background-image:none;}
/********************************************************************** Content (right column) */
#rightcol{
float:right;
width:480px;
text-align:left;
line-height:1.5em;
color:#000000;
background:url(images/watermark.jpg) bottom right no-repeat;
min-height:500px;
}
/********************************************************************** Footer */
#footer{
clear:both;
width:730px;
border-top:1px solid #CCCCCC;
background:url(images/footer.jpg) no-repeat center top;
height:5%;
padding-top:2px;
padding-bottom:3px;
color:#D0DD9F;
line-height:1.5em;
}
#footer a{color:#99A583}
/********************************************************************** Content styling */
h1{
font-size:22px;
text-transform:capitalize;
font-weight:normal;
font-family:Georgia, "Times New Roman", Times, serif;
color:#333333;
}
h2{
font-weight:bold;
font-size:10px;
/*font-variant:small-caps;*/
margin:0;
margin-bottom:1em;
}
/********************************************************************** Link styling */
#rightcol a{
color:#006699;
text-decoration:none;
border-bottom:1px dotted #669999;
}
#rightcol a:visited{color:#003366;}
#rightcol a:hover{color:#669999;}