@charset "utf-8";
/* CSS Document */

body{
	font: 100% Verdana,Arial,sans-serif;
	background-color:#ffffff;
/* Scrollbar style for IE only */ 
	scrollbar-3dlight-color : #00875D;
	scrollbar-arrow-color : #00875D;
	scrollbar-base-color : #e0e0e0;
	scrollbar-darkshadow-color : #e0e0e0;
	scrollbar-face-color : #ffffff;
	scrollbar-highlight-color : #dddddd;
	scrollbar-shadow-color : #00875D;
	scrollbar-track-color : #FFFFFF;
	margin: 2px 0px 0px 0px;
	
}

/* Main DIVS */
div#main{
	width:100%;
	height:650px;
	margin:0px auto;

}

div#hold{
	width:950px;
	height:650px;
	margin:0px auto;
	background-color:#ffffff;
}
	
div#logo{
	width:950px;
	height:65px;
	margin:0px;
	float:left;
	text-align:left;
	background-color:#ffffff;
	}
	
div#banner{
	width:950px;
	height:200px;
	margin:2px 0px 0px 0px;
	float:left;
	text-align:center;
	background-color:#ffffff;
	}
	
	
div#left{
	width:685px;
	height:555px;
	margin:2px 0px 0px 0px;
	background-color:#ffffff;
	float:left;
	display:inline;
}

div#right{
	width:255px;
	height:555px;
	margin:2px 0px 0px 5px;
	background-color:#ffffff;
	float:right;
	display:inline;
}

div#box1{
	width:225px;
	height:275px;
	margin:0px 1px 2px 1px;
	background-color:#F79449;
	display:inline;
	float:left;
}

div#box2{
	width:225px;
	height:275px;
	margin:0px 2px 2px 3px;
	background-color:#00875D;
	display:inline;
	float:left;
}

div#box3{
	width:225px;
	height:275px;
	margin:0px 1px 2px 1px;
	background-color:#F79449;
	display:inline;
	float:right;
}
div#box4{
	width:225px;
	height:275px;
	margin:0px 1px 2px 1px;
	background-color:#00875D;
	display:inline;
	float:left;
}

div#box5{
	width:225px;
	height:275px;
	margin:0px 2px 2px 3px;
	background-color:#F79449;
	display:inline;
	float:left;
}

div#box6{
	width:225px;
	height:275px;
	margin:0px 1px 2px 1px;
	background-color:#00875D;
	display:inline;
	float:right;
}

div#img{
width:213px;
height:81px;
margin:2px auto;
text-align:center;
}
div#txt{
width:213px;
margin:4px auto;
text-align:left;
}


div#rss{
	width:250px;
	height:275px;
	margin:0px 1px 0px 0px;
	background-color:#ffffff;
	border:dotted #00875D 1px;
	float:right;
	}
	
	
div#bot{
	width:250px;
	height:275px;
	margin:0px 1px 0px 0px;
	border:dotted #ffffff 1px;
	float:right;
	}

div#footer{
width:100%;
margin:5px 0px 5px 0px;
background-color:#ffffff;
border-top:dotted 1px #00875D;
border-bottom:dotted 1px #00875D;
text-align:center;
}

/* Main DIVS */

/* TEXT STYLES*/

div#left p{ color:#ffffff; font-size:80%;}
div#left a{color:#ffffff; font-weight:bold; text-decoration:none;}
div#left a:hover{ text-decoration:underline;}

div#rss h1{ color:#00875D; font-size:95%; margin:4px; font-family: "Trebuchet MS"; }
div#rss p{ color:#00875D; font-size:80%; margin:4px;}

div#footer p{ color:#00875D; font-size:80%; margin:4px;}
div#footer a{color:#00875D; font-weight:bold; text-decoration:none;}
div#footer a:hover{ text-decoration:underline;}
/* TEXT STYLES*/
