@charset "UTF-8";
/* CSS Document */

body{
	background-image:url(images/bgimage.gif); 
	background-repeat:repeat-x; 
	background-color:#fffbc5;
	/* Font Style */
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff890;
	font-size:12px;
	}
h1 {
	color:#fffbc5;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:22px;
	font-weight:normal;
	font-variant:normal;
	}

h2 {
	color:#fffbc5;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:18px;
	font-weight:normal;
	font-variant:normal;
	padding-top:15px;
	}
	
img{ border:none;}

a:link {text-decoration: none; color:#006633}
a:visited {text-decoration: none; color:#006633; }
a:active {text-decoration: none; color:#006633}
a:hover {text-decoration: underline; color:#990033;}

#b {
color:#fffbc5
}

#content a:link {text-decoration: none;	color:#FF9900}
#content a:visited {text-decoration: none; color:#FF9900}
#content a:active {text-decoration: none; color:#FF9900}
#content a:hover {text-decoration: underline; color:#660000;}

.flash{
	width:230px;
	float:right;
	margin-top:-600px;
	margin-right:-10px;
}


.flash_con{
	width:230px;
	float:right;
	margin-top: -400px;
	margin-right:5px;
}

blockquote{
	font:Georgia, "Times New Roman", Times, serif;
	color:#666666;
	font-size:.9em;
	}

blockquote span{
	color:#006633;
	font-size:.9em;
	}
	
ul,li{
	padding-bootom: 0px 0px 0px 0px;/*top right bottom left */
	margin-bottom: 0px 0px 0px 0px; /*top right bottom left */
	color:#fffbc5
}

.container{
	margin-top:-15px; 
	background-color:#2b5646; 
	width:702px; 
	margin-left:25px; 
	background-image:url(images/wrap_bgimage.gif); 
	background-position:bottom; 
	background-repeat:repeat-x; 
	padding-bottom:10px;
}


