/***********************************************/
/* allseasons.css                                    */
/* February 11 2005        	
*/
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 1.40;	
	margin: 0px;
	padding: 0px;
	font-size:12px;
	background: #FFFFFF url(none) scroll;
	text-align:center;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #0099FF; /*blue*/
	text-decoration: none;
}

a:hover{
	text-decoration: none;
	color:#FF6600}

/************** header tag styles **************/

h1{
 font: normal 175% Georgia, "Times New Roman", Times, serif;
 color: #999999;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 100% Arial, Helvetica, sans-serif;
 color: #666666;
 text-transform:uppercase;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial, Helvetica, sans-serif;
 color: #666666;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
 line-height:normal;
}

ul ul{
 list-style-type: disc;
 line-height:normal;
}

ul ul ul{
 list-style-type: none;
 line-height:normal;
}


/***********  IMAGE CLASSES ************************/

.content_img {
	border:1px solid #000000;
}

.img_table {
	margin:0px 5px 0px 5px;
	border:0px;
}

.img_table td {
	border:0px;
	font-size:9px;
	text-align:left;
	color: #000000;
}


/************ Text Formatting Styles *********/

.indent {
padding:15px 0px 15px 45px;
}
 
/************ section styles (ids) ***********/

#mainpage{
 margin:15px 15px 15px 15px;
 width: 730px;
 padding: 10px;
 background-color:#FFFFFF;
 border: 1px solid #999999;
 margin-left:auto;
 margin-right:auto;
 text-align:left;
 }

 
 /******* content ********/
 
#content {
	margin:0px 0px 0px 0px;
	width:700px; /*-2px for border*/
	padding:10px;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
 }
 

 #content p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: justify;
	font-style: normal;
	text-transform: none;
	font-variant: normal;
	margin:0px;
	padding:0px;
	line-height: 20px;
 }
 
 
 #footer {
	margin:20px 0px 0px 0px;
	width:700px;
	background-color:#FFFFFF;
	font-size:11px;
	color:#666666;
	padding:5px;
	text-align:center;
	border:0px dashed;
	position: relative;
}



#header {
	position: static;
	top: 0px;
	width: auto;
}
.content_flash {

	border:1px none #000000;
}
h4 {
	font: bold 100% Arial, Helvetica, sans-serif;
	color: #669933;
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
}
