/* global styles */
body {background-image: url(Background.jpg); color: #ffffff; font-family: Verdana, Arial, sans-serif; font-size: 83%;}
a {color: #666666; text-decoration: underline;}
a:hover {text-decoration: none; color: #99cc00;}
h1,h3,h5 {margin: 0; font-size: 12px}
h4 {margin: 0; font-size: 10px color:#666666;}
h1 {
	padding-left: 1px;
	padding-bottom: 5px;
	height: 93px;
	background: url(images/background_header.gif);
	color: #cccccc;
	background-position: center;
}
div {border: solid 0px color:#669900}

ul{
	margin-left: 22%;
	margin-right: 22%;
	color: #666666;
	font-size: 10px;
}

/* main id's */
/****************************************/
#header {
	padding-left: 1px;
	padding-bottom: 5px;
	height: 93px;
	background: url(images/main_logo.gif);
	color: #cccccc;
	background-position: center;
	background-repeat: no-repeat;
}
/****************************************/
#outside {
margin: auto; 
width: auto; 
border: solid 1px #ffffff;}

/****************************************/
#hormain {
	clear: both;
	margin-top: 1px;
	margin-bottom: 15px;
	text-align: center;
	color: #669900;
	font-size: 11px;
}

/****************************************/
#left {
	float: left;
	width: 20%;
	margin-bottom: 20px;
	padding-bottom: 15px;
	padding-right: 3px;	
	background-color: #ffffff;
	border: 1px dotted;
	color: #669900;
}
#left h3 {
	text-align: center;
	color: #666666;
	font-size: 14px;
	background-color: #e5efcf;
}
#left h4 {text-align: left; color: #666666; font-size: 11px; padding-left: 7px;}
#left ul {margin: 0; padding-left: 10px;}
#left li {list-style: none;}
#left a {border-left: 3px double #cccccc; color: #669900; margin: 10 30 auto 0; padding-left: 5px; text-decoration: none; font-size: 10px;}
#left a:hover {border-left: 3px solid #669900;  color: #666666; font-size: 10px;}

/****************************************/
#right {float: right; width: 20%; margin-bottom: 20px; padding-bottom: 15px; 	border: 1px dotted;
	color: #669900; background-color: #ffffff;}
#right h3 {
	text-align: center;
	color: #666666;
	font-size: 14px;
	background-color: #e5efcf;
}
#right ul {margin: 0; margin-right: 10px; text-align: right;}
#right li {list-style: none;}
#right a {padding-right: 5px; border-right: 3px double #cccccc; color: #669900; margin: 10 30 auto 0; padding-left: 5px; text-decoration: none; font-size: 10px;}
#right a:hover {
	border-right: 3px solid #669900;
	color: #666666;
	font-size: 10px;
}
/****************************************/
#example {
	float: center;
	width: 70%;
	border: 1px solid;
	color: #ffffff;
	background-color: #669900;
}
#example h2 {
	text-align:left;
	color: #ffffff;
	font-size: 12px;
	background-color: #e5efcf;
}	
/****************************************/
#form_table {
font-family: Verdana, Arial, sans-serif;
color: #666666;
background: #e5efcf;
border: 1px solid #669900;
padding: 2px;
}

#form_table_cell_header {
	font-family: Verdana, Arial, sans-serif;
	color: #ffffff;
	background-color: #669900;
	padding: 2px;
}

#form_table_cell {
	font-family: Verdana, Arial, sans-serif;
	color: #666666;
	font-weight: bold;
	padding: 2px;
}

#form_table_cell2 {
	font-family: Verdana, Arial, sans-serif;
	color: #666666;
	padding: 2px;
}

/****************************************/
#main {
	margin-left: 22%;
	margin-right: 22%;
	color: #666666;
	font-size: 10px;
}

#main h4 {
	background-color: #669900;
	font-size: 12px;
	color: #ffffff;
}

/****************************************/
#footer {
	clear: both;
	text-align: center;
	color: #cccccc;
	background: url(images/footer.gif) no-repeat center;
}
/****************************************/

