/* background colors  - in order of layers*/

html {overflow-y: scroll;
}


body {
	background-image: url(images/mainbg.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	background-position:top;
	background-color: #BCDEB3;	
}

/*banner*/

.banner{
	color:#F8FAC8;
	font-weight:normal;
	}

.banner a:link {text-decoration: none; color:#6D9476; font-weight:bold;}
.banner a:visited {text-decoration: none; color:#6D9476; font-weight:bold;}
.banner a:active {text-decoration: none; color:#6D9476; font-weight:bold;}
.banner a:hover {text-decoration: none; color:#33CC66; font-weight:bold;}


/*Light blue border*/
.mainoutline{
	background-color: #899F9E;
	}

/*Dark blue border*/
.inneroutline{
	background-color: #576D6C;
	}


/*Tan section background*/
.tansection{
	background-color: #F8FAC8;
	}



/*top column 1*/

.topcolumn1{
	color:#000000;
	font-weight:normal;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: .8em;
	padding-left:40px;
	padding-top:0px;
	padding-right:10px;
	vertical-align:top;
	}

.topcolumn1 a:link {text-decoration: underline; color:#6D9476; font-weight:bold;}
.topcolumn1 a:visited {text-decoration: underline; color:#6D9476; font-weight:bold;}
.topcolumn1 a:active {text-decoration: underline; color:#6D9476; font-weight:bold;}
.topcolumn1 a:hover {text-decoration: underline; color:#33CC66; font-weight:bold;}



/*column 1 lower*/

.column1{
	color:#000000;
	font-weight:normal;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: .8em;
	padding-left:40px;
	padding-top:10px;
	padding-right:00px;
	vertical-align:middle;
	}

.column1 a:link {text-decoration: underline; color:#6D9476; font-weight:bold;}
.column1 a:visited {text-decoration: underline; color:#6D9476; font-weight:bold;}
.column1 a:active {text-decoration: underline; color:#6D9476; font-weight:bold;}
.column1 a:hover {text-decoration: underline; color:#33CC66; font-weight:bold;}

/*video box*/

.videobox{
	color:#000000;
	font-weight:normal;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: .8em;
	padding-left:40px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	vertical-align:top;
	}
	
	
	
	

/*column 2 props*/

.column2{
	color:#F8FAC8;
	font-weight:normal;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: .8em;
	padding-left:0px;
	padding-top:0px;
	vertical-align:middle;
	}

.column2 a:link {text-decoration: underline; color:#6D9476; font-weight:bold;}
.column2 a:visited {text-decoration: underline; color:#6D9476; font-weight:bold;}
.column2 a:active {text-decoration: underline; color:#6D9476; font-weight:bold;}
.column2 a:hover {text-decoration: underline; color:#33CC66; font-weight:bold;}


/*HOME ROW*/

.homerow{
	color:#999999;
	font-weight:normal;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: .7em;
	padding-left:20px;
	padding-top:0px;
	padding-right:0px;
	vertical-align:middle;
	}

.homerow a:link {text-decoration: none; color:#bcddb2; font-weight:normal;}
.homerow a:visited {text-decoration: none; color:#bcddb2; font-weight:normal;}
.homerow a:active {text-decoration: none; color:#bcddb2; font-weight:normal;}
.homerow a:hover {text-decoration: none; color:#364e2e; font-weight:normal; background-color:#bcddb2;}




/*copyright text*/

.copyright-text {
	color:#576D6C;
	font-weight:normal;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: .6em;
	vertical-align:middle;
	}

.copyright-text a:link {text-decoration: none; color:#576D6C;}
.copyright-text a:visited {text-decoration: none; color:#576D6C;}
.copyright-text a:active {text-decoration: none; color:#576D6C;}
.copyright-text a:hover {text-decoration: underline; color:#576D6C;}
