
/* Layout Stylesheet */ 

body {
 margin-top:10px;
margin-bottom:15px;
margin-left:5px;
margin-right:5px;
 background:#446d8c;
 color: #446d8c;
 text-align:center;
 padding:0;
 }

#outer {
 text-align:left;
 border:1px solid white;
 width:900px;
 margin:auto;
 }

#logoheader {
 height:90px;
 background:#446d8c;
 color: #333333;
 }

#menubar {
 height:20px;
 background:#446d8c;
 color: #333333;

 }

#bodyblock {
 position:relative;
 background: #dcdcdc;
 color: #333333;
 width:780px;
 }

#l-col {
 float:left;
 background:#dcdcdc;
 color: #333333;
 width:5px;
 }

#contentpage {
 width:900px;
 background:#446d8c;
 color: #333333;
 border:solid ;	
 border-width:0 0 0 1px;
 }

#footer {
 height:5px;
 background: #446d8c;
 color: white;
 border:solid white;
 border-width:1px 0 0 0;
 margin:0;
 }

/*Hyper Links */ 

a:link {color: white;text-decoration:none;}
a:visited {color: white;text-decoration:none;}
a:active {color: yellow;text-decoration:none;}
a:hover {color:yellow;text-decoration:none;}
a.link {color: white;}

a.link:link {color:yellow; text-decoration:none;}
a.link:visited {color:yellow; text-decoration:none;}
a.link:active {color:yellow; text-decoration:none;}
a.link:hover {color:yellow; text-decoration:underline;}




/*Header & Paragraph Text */ 

h1 {
	color: yellow;
	font-style: none;
	font-weight: none;
	font-size: 15px;
	font-family: arial, sans-serif;
	text-indent: 0px;
	padding-left:25px;
	padding-right:0px;
}



h2 {
	
	color: white;
	font-size: 15px;
	font-family: arial, sans-serif;
	text-indent: 0px;
}

h3 {
	
	color: white;
	background-color: none;
	font-size: 11px;
	font-weight: none;
	font-family: tahoma, sans-serif;
	
}

h4 {
	color: yellow;
	font-style: none;
	font-weight: none;
	font-size: 15px;
	font-family: arial, sans-serif;
	text-indent: 0px;
	padding-left:0px;
	padding-right:0px;
}


h5 {
	color: white;
	font-style: none;
	font-weight: none;
	font-size: 11px;
	font-family: arial, sans-serif;
	text-indent: 0px;
	padding-left:0px;
	padding-right:0px;
}

h6 {
	color: white;
	font-style: none;
	font-weight: none;
	font-size: 15px;
	font-family: arial, sans-serif;
	text-indent: 0px;
	padding-left:25px;
	padding-right:0px;
}



p {
	color: white;
	font-style: none;
	font-weight: none;
	font-size: 13px;
	font-family: arial, sans-serif;
	text-indent: 0px;
	padding-left:25px;
	padding-right:20px;

}



	

}

/*List Text */

li { 
	color: yellow;
	font-style: none;
	font-weight:none ;
	font-size: 13px;
	font-family: arial, sans-serif;
	text-indent: 6px;
	padding-right:20px;
}



/*Menu Parameters */

.h_mnu_01{
	width: 100%;
	font-family: Tahoma;
	font-size: 11px;
	font-weight:none;
	font-style: normal;
	text-decoration: none;
}

.h_mnu_01 ul{
	margin: 0;
	padding: 0px;
	float: left;
	width: 100%;
	background: #446d8c;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid ;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff
}

.h_mnu_01 ul li{
display: inline;
}

.h_mnu_01 ul li a{
	float: left;
	color: #FFFFFF;
	padding: 0px 6px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffffff;
	
}

.h_mnu_01 ul li a:visited{
color: #FFFFFF;
}

.h_mnu_01 ul li a:hover, .h_mnu_01 ul li .selected{
	color: #FFFF00 !important;
	padding-top: 0px;
	padding-bottom: 0px;
	background: #000000;
}



/* FORM STYLES */
form {width:450px;}



.textarea2{
background-color:#FfFfFF;
background-image: none;
border: 1px solid #006666;
margin: 4px;
padding: 8px;
}

input,textarea{
background-color:#FFFFFF;
border: 1px solid #006666;
margin: 8px;
font: 14px Arial;
}
/*styles the input fields*/
/*styles the form fields*/
label{
	color:#FFFFFF;
	font-weight: none;
	font: 14px Arial;
}
legend{
padding:10px;/*gives a bit of padding between the border and the text*/
color:#ffff33;
font:18px bold Verdana,Geneva,Arial,Helvetica,sans-serif;
}
.submitbutton {
	border: 1px solid #003366;
	background-color:#FFFF00;
}

/*end of form styles */

