/* CSS Document */

body {
font-family:Arial, Helvetica, sans-serif;
font-size: 13px;
color:#333333;
background-color:#c1c1c1;
margin:20px;
}

h2 { line-height:30px;}

#container
{
width: 100%;
margin: 0px auto;
color: #333;
border: 1px solid gray;
line-height: 130%;
min-width:1000px;
background-color:#ffffff;
width:1000px;
}

#top
{
padding: 0 0 0 0;
background-color: #fff;
background-image:url(images/header_bg.jpg);
background-repeat: repeat;
height:140px;
}

#top .headerImages {
float:right;
display:inline;
}

#leftnav
{
float: left;
width: 200px;
margin: 0;
padding: 0;
}

 #nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
margin-top:5px;
text-align: center;
width:200px;
}
 #nav-menu li 
{
text-align: center;
line-height: 26px;
}

 #nav-menu li a
{
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color:#000000;
}


#content
{
margin-left: 200px;
padding: 1em;
/*max-width: 36em;*/
background-color: #fff;
}

#content .login {
float:right;
display:inline;
border: 1px dashed #000000;
margin:10px;
padding:10px;
}

#footer
{
clear: both;
text-align:center;
font-size: 9px;
margin: 0;
padding: .5em;
color: #333;
background-color: #ffff99;
border-top: 1px solid gray;
}
#bottom
{
clear: both;
text-align:center;
font-size: 9px;
margin: 0;
padding: .5em;
color: #333;
background-color: #ffffff;
border-top: 1px solid gray;
}

a:link {color: #000099; text-decoration:underline; }
a:visited { color:#000099; text-decoration:underline;}
a:active { color:#CC0000; text-decoration:none;}
a:hover { color:#CC0000; text-decoration:underline;}

a.footer {text-decoration:none;}
a.footer:hover {text-decoration:underline; color:#CC3300}

#content h2 { margin: 0 0 .5em 0; }

/* main tab styles */
.navSub {background-image: url(images/menu_bg.jpg);
background-position:bottom;background-repeat: repeat-x;}
.navHover{background-image: url(images/menu_bg_hover.jpg);
background-position:bottom;background-repeat: repeat-x;color: #333399;}
a.nav:link {color:#000000; text-decoration:none; }
a.nav:visited { color:#000000; text-decoration:none;}
a.nav:active { color:#CC0000; text-decoration:none;}
a.nav:hover { color:#CC0000; text-decoration:none;}

.plead {color:#330066;font-size: 13px;font-weight:bold;}
.small {font-size: 9px;}

