body {
	font-family: "Comic Sans MS", Arial, Helvetica, Verdana,  sans-serif;
	font-size: 12pt;
	color: #666666;
	padding: 0px;
	margin: 0px;
	margin-left: 20px;
}

body.bodyback{
    font-family: "Comic Sans MS", Arial, Helvetica, Verdana,  sans-serif;
	background-image: url('/images/background.jpg');
	background-repeat: repeat-x;
	background-color: #999999;
}

td {
	font-family: "Comic Sans MS", Arial, Helvetica, Verdana, sans-serif;
	font-size: 10pt;
	color: #666666;
	}

h1, h2 {
margin:0;
padding:0;
font-family: "Comic Sans MS", Arial, Helvetica, Verdana,  sans-serif;
color:#FF6600;
}

h3, h4, h5 {
margin:0;
padding:0;
font-family: "Comic Sans MS", Arial, Helvetica, Verdana,  sans-serif;
color:#666666;
text-align:center;
}

/* turns off all image borders */
a img { border: none;}

.shifted_in {
margin-left:-20px;
}
/*
div#submenu_container
{
margin-left: 10px;
padding: 5px;
padding-top: 0px;
width:180px;
background-color: #5C3317;
}
*/
div#submenu
{
width:180px;
border-bottom: 2px solid #99CCFF;
margin-left: 10px;
background-color: #6161B6;
}


.side_bar
{
border: 2px dotted #339900;
margin: 5px;
padding:5px;
}

div#submenu a
{
display: block;
text-decoration: none;
padding:5px;
padding-top:10px;
padding-bottom:10px;
margin:0px;
margin-bottom:0px;
color:#FFFFFF;
font-weight:bold;
}

div#submenu a:hover
{
background-color: #FF6600;
color:#cccccc;
}


ul#nav
{
list-style-type: none;
margin:0px;
padding:0px;
}

ul#nav li a
{
font-weight:normal;
display: block;
text-decoration: none;
padding-left: 15px;
padding-top: 2px;
padding-bottom: 2px;
margin: 0px;
margin-bottom: -15px; /*css hack since IE can read this*/
}

html>body #nav li a {margin-bottom:0px;} /*css hack since IE can't read this*/

ul#nav li a:hover
{
color: #ffffff;
background-color: #FF6600
}

.content
{
padding:10px;
border-top: 2px solid #6161B6;
border-left: 1px solid #6161B6;
border-right: 1px solid #6161B6;
}


.tablecontent 
{
padding-left:5px;
padding-top:2px;
padding-bottom:2px;
border-bottom: 1px dotted #6161B6;
}

div#footer
{
color: white;
background-color: #6161B6;
text-align: center;
}

div#footer a
{
color: white;
text-decoration: none;
}

div#footer a:hover
{
color: #99CCFF;
text-decoration: none;
}

div#locator
{
padding-top:10px;
color: #000000;
font-size: 8pt;
}

div#locator a
{
color: #6161B6;
text-decoration: underline;
font-size: 8pt;

}

div#locator a:hover
{
color: #666666;
text-decoration: underline;
}

div#sizer {
border: 1px dotted #5C3317;
color: #000000;
padding:2px;
margin-right:3px;
font-size: 8pt;
float: right;
}

div#sizer a
{
color: #6161B6;
text-decoration: none;
}

div#sizer a:hover
{
color: #6161B6;
text-decoration: underline;
}

#pic_left {
float:left;
margin:5px;
}





.underlined {text-decoration: underline;}



ul#worksheet_list li{
list-style-type: none;
}
ul#worksheet_list li a{
list-style-type: none;
text-decoration: none;
padding-left: 15px;
padding-top: 2px;
padding-bottom: 2px;
}

/*for charts and tables */
.tablerow {border-bottom: thin dotted #CCCCCC;}
.tablechart {border: thin dotted #CCCCCC;}
.l_border {border-left: 1px solid #CCCCCC;}
.r_border {border-right: 1px solid #CCCCCC;}
.b_border {border-bottom: 1px solid #CCCCCC;}
.t_border {border-top: 1px solid #CCCCCC;}

.parentnote {
background:#FFFFCC;
border:3px solid #000000;
padding:5px;
}

.box1 { /* for cells with green box with white text */
color:#FFFFFF;
font-family:"Comic Sans MS";
font-size:14px;
font-weight:bold;
background-color:#339933;
text-align:center;
border: 1px solid #333333;
}
.box2 { /* for cells with white box with grey text */
color:#999999;
font-family:"Comic Sans MS";
font-size:14px;
font-weight:bold;
background-color:#FFFFFF;
text-align:center;
border-right: 1px solid #333333;
/*border-left: 1px solid #333333;*/
}

.box3 { /* like box2 except no border on the right */
color:#999999;
font-family:"Comic Sans MS";
font-size:14px;
font-weight:bold;
background-color:#FFFFFF;
text-align:center;
}

.box4 { /* for cells with white box with grey text with border along bottom */
color:#999999;
font-family:"Comic Sans MS";
font-size:14px;
font-weight:bold;
background-color:#FFFFFF;
text-align:center;
border-bottom: 1px solid #333333;
}