/* CSS Document */

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

a:hover {
	color : red;
	text-decoration: none;
}

body {
	margin: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;
	background-image:url(Images/background-foliage.jpg);
}

.headerfont {
		font-weight: bold;
		font-size: 15px;
		color: brown;
}



.style1 {font-size: 12px; 
		font-weight:bold; 
		color: white;
		text-decoration:underline;
}

.style2 {font-size: 12px; 
		color: white;
}

.style3 {font-size: 20px; 
		font-weight:bold; 
		color: #A8B400;
}

.style4 {font-size: 12px; 
		font-weight:bold; 
		color: white;
}

.style5 {font-size: 11px; 
		color: 001B96;
}

.style6 {font-size: 11px; 
		color: white;
		font-weight:bold; 
}

.style7 {font-size: 10px; font-weight:bold}

/***********************************************/
/* Link Styles                                 */
/***********************************************/

#header a {color:white;
			text-decoration:none;
}



#left a {color:white; font-weight:bold; text-decoration:none;}
#left a:visited {color:white; font-weight:bold; text-decoration:none;}
#left a:hover {
	color:red;
	font-weight:bold;
	text-decoration:none;
}

#rightbottom a {color:#A8B400; font-weight:bold; text-decoration:none;}
#rightbottom a:visited {color:#A8B400; font-weight:bold; text-decoration:none;}
#rightbottom a:hover {
	color:red;
	font-weight:bold;
	text-decoration:none;
}

#rightbottombottom a {color:#A8B400; font-weight:bold; text-decoration:none;}
#rightbottombottom a:visited {color:#A8B400; font-weight:bold; text-decoration:none;}
#rightbottombottom a:hover {
	color:red;
	font-weight:bold;
	text-decoration:none;
}

#footer a {color:blue; font-weight:bold; text-decoration:none;}
#footer a:visited {color:blue; font-weight:bold; text-decoration:none;}
#footer a:hover {
	color:red;
	font-weight:bold;
	text-decoration:none;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container{
	position:relative;
	width:955px;
	margin:0 auto 0;
	background-color: white;
	border: 3px solid #A8B400;
} 

#sectiontitle {
	text-align:center;
	font-size: 20px; 
	font-weight:bold; 
	color: #A8B400;
	padding-top: 5px;
}

#sectiontitlebonus {
	text-align:center;
	font-size: 16px; 
	font-weight:bold; 
	color: black;
}

#left  {
	position: relative;
	width: 200px;
	height: 500px;
	border-top: 3px solid #A8B400;
	border-right: 3px solid #A8B400;
	border-bottom: 3px solid #A8B400;
	background-color: #001B96;
}

#leftmenu {
	border-bottom: 3px solid #A8B400;
	height: 280px;
}

#leftbottom {
	background-color: white;
	text-align:center;
	height: 188px;
}

#middle {
	position: relative;
	width: 505px;
	height: 500px;
	border-right: 3px solid #A8B400;
	float: right;
	border-bottom: 3px solid #A8B400;
	border-top: 3px solid #A8B400;
} 

#midtop {
	border-bottom: 3px solid #A8B400;
	padding-left: 30px;
	color: #001B96;
	background-color: white;
	padding-bottom: 40px;
}

#midbottom {
	text-align:center;
	padding-top: 20px;
	background-color: #001B96;
	height: 234px;
	color: #A8B400;
	font-weight:bold;
 	font-size:14px;
}

#right {
	position: relative;
	width: 250px;
	height: 500px;
	background-color: #001B96;
	border-bottom: 3px solid #A8B400;
	float: right;
	border-top: 3px solid #A8B400;
} 

#righttop {
	border-bottom: 3px solid #A8B400;
	text-align:center;
	padding-top: 20px;
	padding-bottom: 20px;
}

#rightmid {
	background-color: white;
	border-bottom: 3px solid #A8B400;
	text-align:center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#rightbottom {
	padding-left: 10px;
	color: #A8B400;
	font-weight:bold;
	padding-top: 10px;
	padding-bottom: 10px;
 	font-size:14px;
	border-bottom: 3px solid #A8B400;
 }
 
#rightbottombottom {
	padding-left: 10px;
	color: #A8B400;
	font-weight:bold;
	padding-top: 10px;
 	font-size:14px;
 }

#footer {
	width: 955px;
	position: relative;
	height: 25px;
	clear: both;
	padding-top: 5px;
}
		  
