/* CSS Document */

body {margin-left: 0px;margin-top: 0px;margin-right: 0px;margin-bottom: 0px; background-color:#FFFFCC;}
 
#background {width:100%; position:absolute; z-index:1; top:100px; height: 100%; left:0;background-image: url(images/jpg/background.jpg);background-repeat:repeat-y;background-position:center top;}
#main {width: 100%; position:absolute; z-index:100; top:0; left:0; height:100%; text-align:center;}
#main_area {background-image:url(images/jpg/right_main.jpg);background-repeat:no-repeat;background-position: left top;}
body,td,th {font-family: Arial, geneva, verdana;font-size: 11px;color: #231F20;line-height: 22px; font-weight:bold;}
#links {background-image:url(images/jpg/links_bg.jpg);background-repeat:repeat-y;background-position:left top;}

#nav td a {display:block;background:#317383;width:100%;background-image: url(images/gif/navbg.gif);background-repeat:no-repeat;background-position: 95%;text-decoration: none;color: #FFFFFF; font-weight:bold; font-size:12px;}
#nav td a:hover {display:block;background:#2E616B;width:100%;background-image: url(images/gif/navbg.gif);background-repeat:no-repeat;background-position: 95%;text-decoration: none;color: #FFFFFF; font-weight:bold; font-size:12px; cursor:auto;}



.white_bold {color: #FFFFFF; font-weight:bold;}

.pic {border:1px solid #CC0000;}

.red_sub {color: #990000;font-style: italic;font-size: 14px;}
.red {color: #990000;}

.upper {text-transform:uppercase;}

a {color:#990000; text-decoration:none;}
a:hover {color:#CC0000;}

.bottom {border-bottom: 1px solid #CCCCCC;}

.generic {width:100%;}