body{
	background-color : white;
	background-image : url(images/background.jpg);
	
}

H1 {
	font-family : arial, san-serif; 
	font-size : 30px;
	font-weight : 300;
	text-decoration : none;
	color : #002200;
    line-height: 25px;
	margin-left: 0px;
	margin-bottom: 8px;
	margin-top: 18px;
}

H2 {
font-family : arial, san-serif; 
	font-size : 16px;
	font-weight :600;
	text-decoration : none;
	color : black;
	margin: 0;
	text-align: left;
	margin-left: 0px;
	line-height: 20px;
}

H3 {
font-family : Times New Roman, Times, serif;
	font-size : 16px;
	font-weight : bold;
	text-decoration : none;
	color : black;
	margin-bottom: 8px;
}

blockquote {
	margin-left: 30px;
	margin-bottom: 0px;
	margin-top: 0px;
}


A {
	text-decoration : none;
	color : #0000AA;
}

A:HOVER {
	text-decoration : none;
	color : #333333;
}

.body{
	font-family : Verdana, Arial, san-serif;
	font-size : 12px;
	color :black;
	font-weight: 400;
	line-height: 13px;
	text-decoration : none;
}
.body A{
	font-family :  Verdana, Arial, san-serif;
	font-size : 12px;
	color : #336699;
    font-weight: 400;
	line-height: 13px;
	text-decoration : none ;
}
.body A:Hover{
	color : #990033;
	text-decoration : none;
}

.bigbody{
	font-family : Verdana, Arial, san-serif;
	font-size : 13px;
	color :black;
	font-weight: 400;
	line-height: 16px;
	text-decoration : none;
}
.bigbody A{
	font-family :  Verdana, Arial, san-serif;
	font-size : 13px;
	color : #336699;
    font-weight: 400;
	line-height: 16px;
	text-decoration : none ;
}
.bigbody A:Hover{
	color : #990033;
	text-decoration : none;
}

.list {font-family : verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height : 14px;
	color : black;
	font-weight: normal;
}

A.list {font-family : verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height : 14px;
	color : #336699;
	font-weight: 400;
	text-decoration :none;
}
A.list:Hover {
	color : black;
	text-decoration : none;
}
.small {font-family : verdana, Arial, Helvetica, sans-serif;
	font-size : 9px;
	line-height : 11px;
	color : black;
	font-weight: normal;
}

A.small {font-family : verdana, Arial, Helvetica, sans-serif;
	font-size : 9px;
	line-height : 11px;
	color : #336699;
	font-weight: 400;
	text-decoration :none;
}
A.small:Hover {
	color : black;
	text-decoration : none;
}
.comments{
	font-family : Verdana, Arial, san-serif;
	font-size : 10px;
	color :gray;
	font-weight: 600;
	line-height: 15px;
	text-decoration : none;
}
.comments A{
	font-family :  Verdana, Arial, san-serif;
	font-size : 10px;
	color : #336699;
    font-weight: 600;
	line-height: 15px;
	text-decoration : none ;
}
.comments A:Hover{
	color : #990033;
	text-decoration : none;
}

.tabs {font-family :  Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height : 16px;
	color : black;
	font-weight: normal;
}

A.tabs {font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height : 16px;
	color : #666666;
	font-weight: 600;
	text-decoration :none;
}
A.tabs:Hover {
	color : black;
	text-decoration : none;
}

A.whitebody {
	font-family : Times New Roman, Times, serif;
	font-size : 15px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	text-decoration : none;
	color: #ccddcc ;
	line-height: 18px;
}


A.whitebody:HOVER {
    text-decoration: none; 
    color: #9B5A5D;
}

A.menu {
	font-family : Arial, sans-serif;
	 font-size: 12px;
	font-weight: 400;
	text-decoration : none;
	color: #336699;
	 line-height: 20px;
	padding: 0px 0px 0px 0px;
	margin: 0;
}

.menu:HOVER {
	text-decoration: none;
	color: #111111;
}


A.menu2 {
	font-family : Arial, sans-serif;
	 font-size: 12px;
	font-weight: 400;
	text-decoration : none;
	color: #336699;
	 line-height: 20px;
	padding: 0px 0px 0px 0px;
	margin: 0;
}

.menu2:HOVER {
	text-decoration: none;
	color: #336666;
}


.footer {
   font-family : Arial, sans-serif;
    color: black;
    font-size: 10px;
    font-weight: 400;
    line-height: 16px

}

A.footer{
   font-family : Arial, sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
	text-decoration: none;
	 color: #336666 ;
}
A.footer:hover{
    text-decoration: none; 
    color: #9B5A5D;
}

.copyright {
      font-family : Arial, sans-serif;
    color: #445544;
    font-size: 10px;
    font-weight: 400;
    line-height: 13px

}


#nav, #nav ul { /* all lists */
	margin: 0;
	list-style: none;
	line-height: 0;
	text-align: left;
	padding: 0px 0px 0px 0px;
	font-weight: 180;
	font-family: arial,sans-serif;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
}

#nav a {
	display: block;
	width: 180px;
}

#nav li { /* all list items */
		
		float: left;
	width: 180px; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	
	position: absolute;
	border: 1px 1px 1px  1px;
	margin: 0px 0px 0px  0px;
	width: 180px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -18px 0px 110px  80px;
	
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em; 
} 

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto; }

#content {
	font-size : 10px;
	clear: left;
	color: #404827;
}




