body { 
background-color : none; 
} 
h1 { 
font-family : Arial, Helvetica, sans-serif;/*Georgia;*/ 
font-size : 24px; 
line-height : 24px; 
font-weight : normal; 
color : #8b4513;
margin-top:20px; 
} 
h2 { 
font-family : Arial, Helvetica, sans-serif;/*Georgia;*/  
font-size : 18px;
line-height:18px; 
font-weight : normal; 
color : #8b4513; 
}
h3 { 
font-family : Arial, Helvetica, sans-serif;/*Georgia;*/  
font-size : 14px; 
font-weight : normal; 
color : #8b4513; 
}
hr {
color:#996600;
height:1px;
}
 
#container { 
font-family : Arial, Helvetica, sans-serif; 
font-size : 1em; 
line-height : 1.5em; 
background-color : #ffffcc; 
color : #333333; 
width : 700px; 
margin : auto; 
} 
#header { 
display:none;
}

#searchbox { 
display:none;
} 

#searchbox a {
color : #ffffcc;
font-size : 12px;
font-weight : bold;
text-decoration : none;
height : 15px;
}

#searchbox a:hover {
font-weight : bold;
}

input.btn {
color : #ffffcc;
font-size : .8em;
}

#sectionhead {
color: #ffffcc;
font-size : 16px;
margin-top : 50px;
margin-bottom : 4px;
margin-left : 380px;
line-height : 20px;
text-align:right;
width:300px;
}

/*START CONTENT*/ 
#contentteaser {
display:none;
}

#teasercopy {
width:150px;
color:#ffffcc;/*ffcc33;*/
font-size:18px;
line-height:24px;
float:left;
margin-left:10px;
margin-top:10px;
font-family:Georgia;
}

#contentpic {
width:323px;
float:right;
}


#content {
width:85%;
font-size:.75em;
line-height:1.5em;
margin : 20px 0 30px 20px;
/*margin-top:20px;
margin " 0 30 30 30; THIS IS WHAT I DID TO MAKE IE 6 SHOW THE DAMN BULLETS. NOT WORKING COMPLETELY THO!!!!!!!*/
/*border-left:1px solid #daa520;*/
}


#content ul {
width: 380px;
/*list-style-type:disc;*/
margin-bottom: 0;

}
#content ul li {
width: 360px;
margin-bottom:.4em;

}
#content ol {
list-style-type:decimal;
}

.bullet_list ul li{
background-image: url(images/square_bullet.gif);
background-repeat: no-repeat;
background-position: 6px 6px;
list-style-type:none;
padding-left:20px;
}/*This is to render bulleted lists in IE6*/

 
.highlight { 
font-weight : bold; 
} 

.more {
font-weight:normal;
color:#660000;
}

.indent {
margin-left:30px;
}



/*TABLES*/

td 
{color:#333333;font-family:Arial,Helvetica,Geneva,Swiss,SusSans-Regular;font-size:12px;line-height:16px;}

td.small 
{color:#333333;font-family:Arial,Helvetica,Geneva,Swiss,SusSans-Regular;font-size:12px;line-height:15px;padding-bottom:10px;}

.sub1
{color:#333333;font-family:Arial,Helvetica,Geneva,Swiss,SusSans-Regular;font-size:1em;line-height:1.2em;font-weight:bold;text-align:center;}

.sub2
{color:#333333;font-family:Arial,Helvetica,Geneva,Swiss,SusSans-Regular;font-size:1em;line-height:1.2em;font-weight:bold;}

.colorBold
{color:#990000;font-family:Arial,Helvetica,Geneva,Swiss,SusSans-Regular;font-size:1em;line-height:1.5em;font-weight:bold;}

/*START NAVBAR*/
#nav2{ 
display:none;
} 
#nav2 ul { 
margin : 0; 
padding : 0; 
list-style : none; 
/*text-indent : 10px;*/
width : 170px; 
} 
#nav2 ul li a { 
display : block;
width:170px; 
text-decoration : none; 
color : #ffcc66; 
font-weight : normal; 
font-size : 13px; 
line-height : 24px;
padding-left:10px;
border-bottom : 1px solid #660000; 
} 
#nav2 a:hover, #leftnav a:active { 
color : #ffffcc;
font-weight:bold;
background-color : #cc9900; 

border-top:1px solid #330000; 
border-bottom : 1px solid #ffcc66;
} 
#nav2 .sub { 
Width:160px;
}

#nav2 a.navhighmain {
font-size:12px;
color:#ffffcc;
font-weight:bold;
background-image: url(images/square_bullet_ffffcc.gif);
background-repeat: no-repeat;
background-position: 10px 9px;
list-style-type:none;
text-indent:10px;
}

#nav2 a.navhigh {
font-size:12px;
color:#ffffcc;
font-weight:bold;
background-image: url(images/square_bullet_ffffcc.gif);
background-repeat: no-repeat;
background-position: 25px 9px;
list-style-type:none;
text-indent:25px;
}

#nav2 a.navhighspan {
font-size:12px;
color:#ffffcc;
font-weight:bold;
background-image: url(images/square_bullet_ffffcc.gif);
background-repeat: no-repeat;
background-position: 10px 6px;
list-style-type:none;
text-indent:10px;
line-height:18px;
}

* html ul li { 
float : left; 
} 
* html ul li a { 
height : 1%; 
}






#footer { 
clear : both; 
background-color : #660000; 
font-family : Arial, Helvetica, sans-serif; 
font-size : 10px; line-height:14px;
color : #ffffcc; 
text-align : center; 
width : 100%; 
margin : auto; padding-top:5px; padding-bottom:10px; 
} 
#footer a, #footer a:link, #footer a:visited { 
color : #ffffcc; 
text-decoration : none; 
} 
#footer a:hover, #footer a:active { 
color : #ffffcc; 
text-decoration : underline; 
}

