/*
-----------------------------------------------
Version:  April 2009
Author:   Jane Ashley
Email:    jane@jahley.net   

----------------------------------------------- */

body {  background-color: #e0d8ce;
text-align:center;}
p {  
	font-family: Verdana, sans-serif; font-size: 11px; 
	color: #333333;
	line-height: 18px;
	letter-spacing: .03em;
	
	}
td {  
	font-family: Verdana, sans-serif; font-size: 11px;
	color: #333333;
	line-height: 18px;
	letter-spacing: .03em;
	
	}
	
h1 {  
	font-family: Verdana, sans-serif; font-size: 14px; 
	color: #25538d;
	font-weight: bold;
	line-height: 18px;
	letter-spacing: .04em;
	
	}

.tbl_gray {
	border: 1px solid #666666;
	background-color: #e2e2e2;
}

.ads {
	border-top: 1px solid #5E602C;
	border-right: 1px solid #5E602C;
	border-bottom: 1px solid #5E602C;
	border-left: 1px solid #5E602C;
	background-color: #FFFFFF;
}


.blacktxt {  
	font-family: Verdana, Arial, sans-serif; 
	font-size: 9px; 
	color: #000000; 
	line-height: 11px
}

.redtext {  
	font-family: Verdana, Arial, sans-serif; 
	font-size: 11px; 
	color: #990000; 
	line-height: 18px
}

.bluetxt {  
	font-family: Verdana, Arial, sans-serif; 
	font-size: 11px; 
	color: #1F5394; 
	line-height: 18px
}

.address {  
	font-family: Arial, sans-serif; 
	font-size: 13px; 
	color: #000000; 
	line-height: 18px;
	font-weight: bold;
}

.title {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #666666;
	line-height: 16px;
	font-weight: bold;
}

.pagetitle {
	font-family: Verdana, Arial, sans-serif;
	font-size: 15px;
	color: #CC0000;
	line-height: 16px;
	font-weight: bold;
}

.subtitle {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #CC0000;
	line-height: 16px;
	font-weight: bold;
}


.subtxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	line-height: 11px;
	color: #1F5394;
	line-height: 19px;
	text-decoration: none;
}

.style1 {
	color: #003399;
	font-weight: bold;
	font-style: italic;
}

.smtextbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003399;
	font-weight: bold;
	font-size: 10px;
	

}

.style12 {text-decoration: none;
	color: #333399;
	text-transform: none;
	font-size: 10px;
}
.style7 {; text-transform: none; font-family: Arial, Helvetica, sans-serif; line-height: 19px;}


/*	Link Styles
--------------------------------------------------------*/

a:link {
	color: #333333;
		  text-decoration: underline;
}

a:visited {
  color: #333333;
  	  text-decoration: underline;
}

a:hover {
	  color: #990000;
	  text-decoration: underline;
}

a:active {
	color: #333333;
		  text-decoration: underline;
}


a.redlink:link {
color: #990000; text-decoration: none;
}

a.redlink:visited {
color: #990000; text-decoration: none;
}

a.redlink:hover {
color: #993333; text-decoration: none;
}

a.redlink:active {
color: #990000; text-decoration: none;
}


/*	Layout
--------------------------------------------------------*/

#container
{
   width:900px;
   margin: 0 auto;
   margin-top: 20px;
   text-align: left;
   background-image:url(../images/blueback.gif);
   background-color: #FFF;
   text-align:center;
   border:1px solid #AAA291;
   z-index: 1px;
}

#top {
	height: 136px;
	z-index:3;
     }
	 
	 
#menu {
	float: left;
	width:200px;
	text-align: left;
	letter-spacing: 0.01cm;
	padding:2px;
	z-index:3;

     }
	 
#content {
	width:680px;
	float: left;
	margin-left: 5px;
	letter-spacing: 0.01cm;
	text-align: left;
	padding:2px;
	z-index:3;
     }
	 
#content_h {
	width:680px;
	float: left;
	margin-left: 5px;
	letter-spacing: 0.01cm;
	text-align: left;
	padding:2px;
	z-index:3;
     }
	 	 
#footer {
	margin-top: 0px;
	clear: both;
	padding: 10px;
	border-top: 1px dotted #CC0000;
	background-color: #FFF;
	z-index: 1;
	}

}

/*- Left Menu--------------------------- */
	
#coolmenu{
border: 1px solid black;
border-bottom-width: 0;
width: 167px;
background-color: #5b92da;
}

* html #coolmenu{ /*IE only rule, to negate the padding below IE includes in menu width.*/
width: 167px;
}

#coolmenu a{
font: bold 11px Verdana;
padding: 4px;
padding-left: 4px;
display: block;
width: 100%;
color: black;
text-decoration: none;
border-bottom: 1px solid black;
}

html>body #coolmenu a{ /*Non IE rule*/
width: auto;
}

#coolmenu a:hover{
background-color: e4b066;
color: #990000;
}
