/* CSS Document border: 1px solid #cccccc;*/
html,body {margin:0;padding:0}
body {text-align:center; background-color:#ffffff; padding:0px; margin:0px;}
br {
padding: 0px;
margin: 0px;
}
* {
padding: 0px;
margin: 0px;
-moz-box-sizing: border-box; 
}

/* STRUCTURAL DIVS */
div#container{position:relative; text-align:left; width:800px; background-color:#ffffff; padding:0px; margin:0 auto; overflow:hidden; background:url(../images/leftbar_bg.gif); background-repeat: repeat-y;}
div#topbar{position:relative; width:800px; height:29px; background-color:#99CC33; padding:0px; overflow:hidden; margin:0 auto;}
div#btmbar{position:relative; width:800px; height:35px; z-index:100; margin:0 auto; padding:0px; background:url(../images/btmbar_bg.gif); background-repeat: repeat-x;}
div#leftbar{position:relative; width:264px; padding:0 15px 15px 15px; z-index:100; text-align:left; margin:0px;}
div#viewport{position:absolute; width:482px; top:25px; left:304px; margin:0px; z-index:1000; text-align:left; margin:0px;}

div#generic{position:relative; margin:0px; padding:0px; text-align:left;}
div#generic ul {
	list-style-image: url(../images/arrow_orange.gif);
	list-style-type: disk;
	margin:0px 0px 12px 12px;
	padding:0px;
}
div#generic ul li {
	margin:5px 0px 0px 0px;
	padding:0px;
}
div#generic ul li a {
	font-size: 11px; 
	line-height: 14px; 
	color: #0061CE; 
	font-family:Verdana,Arial,Helvetica,Sans-Serif;
}
div#generic ul li a:hover {
	color: #ffffff; 
	background: #84BD11;
}

/* FONT STYLES */
bodysmaller {font-size: 11px; line-height: 14px; color: #000000; font-family:Arial,Helvetica,Sans-Serif;}
body {font-size: 12px; line-height: 20px; color: #000000; font-family:Arial,Helvetica,Sans-Serif;}
body td {font-size: 12px; line-height: 20px; color: #000000; font-family:Arial,Helvetica,Sans-Serif;}
.bodyblue {font-size: 14px; line-height: 18px; color: #131A77; font-family:Arial,Helvetica,Sans-Serif;}
.bodylarge {font-size: 14px; line-height: 18px; color: #000000; font-family:Arial,Helvetica,Sans-Serif;}
.header {font-size: 18px; line-height: 20px; color: #99CC33; font-family:Arial,Helvetica,Sans-Serif; font-weight:bold}
.body {font-size: 12px; line-height: 20px; color: #000000; font-family:Arial,Helvetica,Sans-Serif;}
.bodyblue1 {font-size: 12px; line-height: 20px; color: #131A77; font-family:Arial,Helvetica,Sans-Serif;}
.bodywhitebold {font-size: 14px; line-height: 15px; color: #ffffff; font-family:Arial,Helvetica,Sans-Serif; font-weight:bold}
.bodywhite {font-size: 12px; line-height: 15px; color: #ffffff; font-family:Arial,Helvetica,Sans-Serif;}
.caption {font-size: 11px; line-height: 18px; color: #000000; font-family:Arial,Helvetica,Sans-Serif;}
.captionwhite {font-size: 10px; line-height: 11px; color: #ffffff; font-family:Arial,Helvetica,Sans-Serif;}
.captionsmall {font-size: 10px; line-height: 14px; color: #666666; font-family:Arial,Helvetica,Sans-Serif;}
a:hover {color: #ffffff; background: #99CC33;}
