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:#843139;
}

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

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


/*
div#submenu_container
{
margin-left: 10px;
padding: 5px;
padding-top: 0px;
width:180px;
background-color: #5C3317;
}
*/
.nav
{
width:300px;
border-bottom: 4px solid #e4e2d3;
margin-left: 10px;
margin-right: 10px;
background-color: #a5425a;
border-bottom: 1px solid #e4e2d3;
padding:10px;
font-family: Arial, Helvetica, Verdana,  sans-serif;
color:#FFFFFF;
}

.nav p {
margin:0px 0px 5px 0px;
}

.nav a
{
display: block;
color:#FFFFFF;
text-decoration: none;

font-weight:bold;
}

.nav a:hover
{
color: #cccccc;
}

.nav_bigger {
border-bottom: 2px solid #e4e2d3;
border-top: 2px solid #e4e2d3;
padding-top:15px;
padding-bottom:15px;
}


.content
{
padding:10px;
border-top: 4px solid #e4e2d3;
border-left: 2px solid #e4e2d3;
border-right: 2px solid #e4e2d3;
}


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

div#footer
{
color: white;
background-color: #843139;
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: #843139;
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: #843139;
text-decoration: none;
}

div#sizer a:hover
{
color: #843139;
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;
}

.hww_style1 { /*box with thick dark border */
font-family:"Comic Sans MS";
border: 2px solid #999999;
padding: 5px;
}
