/* 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;
}


.input1 {
	color: black;
	font-weight: bold;
	background-color:#999999;
	border-bottom-color: #000000;
	border-right-color: #000000;
	border-left-color: #FFFFFF;
	border-top-color: #FFFFFF;
}

.input2 {
	color: black;
	background-color:#FFFFFF;
	border-bottom-color: black;
	border-right-color: black;
	border-left-color: black;
	border-top-color: black;
}

.style1 {font-size: 16px; 
		font-weight:bold; 
}

.style2 {font-size: 12px; 
}

.style3 {font-size: 20px; 
		font-weight:bold; 
		color: #A8B400;
}

.style4 {font-size: 12px; 
		font-weight:bold; 
}

.style5 {font-size: 11px; 
}

.style6 {font-size: 11px; 
		font-weight:bold; 
}

.style7 {font-size: 10px; 
		font-weight:bold; 
}

/***********************************************/
/* Link Styles                                 */
/***********************************************/

#header a {color:white;
			text-decoration:none;
}


#right a {color:blue; font-weight:bold; text-decoration:none;}
#right a:visited {color:blue; font-weight:bold; text-decoration:none;}
#right a:hover {color:red; font-weight:bold; 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;
}

#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;
}

#left  {
	position: relative;
	width: 200px;
	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;
}


#right {
	position: relative;
	width: 742px;
	float: right;
	border-top: 3px solid #A8B400;
	padding: 5px;
} 


#footer {
	width: 955px;
	position: relative;
	height: 25px;
	clear: both;
	padding-top: 5px;
	border-top: 3px solid #A8B400;
}
		  
#formdefault fieldset {
	margin-bottom: 10px;
	background-color:#D3FBB7;
	font-size: 12px;
	padding: 5px;
}

#formdefault legend {
	font-weight: bold;
}

#formdefault label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	width: 120px;
	padding-left: 3px;
	font-weight: normal;
	font-size: 12px;
}

#formdefault fieldset ol {
	margin: 0;
	padding: 0;
}

#formdefault fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
	font-weight: normal;
	font-size: 12px;
}

#formdefault fieldset fieldset label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	width: 150px;
	padding-left: 3px;
}

#formdefault fieldset fieldset legend {
	font-weight: bold;
	font-size: 12px;
}

