/***************************************** Defaults ****************************************/

* {					margin:0px;
					padding:0px;
					border:none;}
					
body {				background-color:#B0CCC6;
					color:#FFF;
					font-size:13px;
					font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
					text-align: center;}


img {
					border:0;}
				
td, p, ul, ol {
	font-size:13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	line-height:1.5em;
				}
				

p {margin-bottom: 10px;	}	
b { font-weight: bold;}
i { font-style: italic;}

ul {  list-style-position: outside; 
	list-style-type: square;
	margin-left:35px;
	margin-bottom:10px;}
ol {  list-style-position: outside; 
	margin-left:35px;
	margin-bottom:10px;}
blockquote {margin-left:25px;}

.subhead1 {					color: #996633;	
					background:inherit;
					font-size:24px;
					font-weight:bold;
					margin-bottom:-4px;}

.subhead2 {					color:#996633;
					background:inherit;
					font-size:18px;
					font-weight:bold;
					margin-bottom:-2px;}
					
					
.subhead3 {					color:#996633;
					background:inherit;
					font-size:13px;
					font-weight:bold;}

.homepagetext {line-height:14px;}
/***************************************** Div IDs ***************************************/

#container {		width:665px;
					margin:0px auto;
					text-align:center;}


#content {margin: 15px;
	width: 450px;
	text-align: left;
}

					
/***************************************** form classes ***************************************/
form { 
 border: 1px solid #666699; 
 padding: 5px; 
}

input, select{
	font-size:10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #444;
				}
				
.formtextfield {	font-size: 12px; 
 				background-color: #DDDDDD; 
 				border: 1px solid #666666;
				padding: 3px; 
				margin: 5px;
}			
				


/************************************* Image Classes **************************************/

img.left {				float:left;
						padding-right:5px;}

img.right {				float:right;
						padding-left:5px;}



/************************************* Link Classes **************************************/


#content a, #content a:link, #content a:visited {
	color:#FFF;


}
#content a:hover, #content a:active {	color:#CCC;}


#bottomtext {
	line-height: 14px;
	font-size:11px;
	color: #679C93;
	background-color: transparent;
					}
					
#bottomtext a, #bottomtext a:link, #bottomtext a:visited {				
					font-weight:bold;
					font-size:11px;
					color: #679C93;}

#bottomtext a:hover, #bottomtext a:active {	color:#E1ECEA;}


/********************************** Horizontal Rule Styles ************************************/
hr {border: none 0; 
	border-bottom: 1px solid #FFF;
	width: 100%;
	height: 1px;
	}
hr.HR_dkgrey {border: none 0; 
	border-bottom: 1px solid #FFF;
	width: 100%;
	height: 1px;
	}
hr.HR_dotted {border: none 0; 
	border-bottom: 2px dotted #FFF;
	width: 100%;
	height: 2px;
	}   
hr.HR_dashed {border: none 0; 
	border-bottom: 2px dashed #FFF;
	width: 100%;
	height: 2px;
	} 
