
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

html {
    overflow-y: scroll;
}

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	/*background-color:#C6C6B9;*/
	background-color:#E8E7E1;
}

h1, h2, h3 {
	
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #000000;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

p, blockquote, ul, ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #033;
	margin-bottom: 20px;
	text-align: center;	/*line-height: 1.5em;*/
}

blockquote {
}

ul, ol, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

a {
	text-decoration: none;
	color: #fff;
}

a:hover {
	text-decoration: underline;
	color: #ccc;
}

/* Header */

#wrapperhead {
	width: 800px;
	height: 100px;
	margin: auto;
	top: auto;
	background-color: #FFF;

}

#header {
	width: 800px;
	height: 140px;
	margin: 0 auto;
	padding-top: 10px;
	color:#FFF;
	text-align: left;	
}

#menumid {
	padding-top: 1px;
	width: 800px;
	height: 30px;
	top: 5px;
	font-family: verdana,tahoma,arial,sans-serif;
	font-weight: normal;
	font-size: 16px;
	text-align: center;
	background-color: #808080;
	
}

/*navigation*/


#wrapper {
	width: 800px;
	margin: 0 auto;
	padding-top: 10px;
	/*padding-bottom: 15px;*/
	top: auto;
	background-color: #FFF;
}



/* content */
#content {
/*clear: both;*/

}

		
#main-fpage { /* old frontpage*/
	width: 750px;
	height: auto;
	margin: 0 auto;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
		}
		
#main-text {
	float: right;
	width: 450px;
	height: auto;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
		}
		
#main-logos {
	float: left;
	width: 150px;
	height: auto;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
		}
		
#column1 {
	float: left;
	width: 250px;
	height: auto;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
		}
		
#column2 {
	float: right;
	width: 250px;
	height: auto;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
		}
	
		
p2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #808080;
	margin-bottom: 20px;
	line-height: 1.5em;
}
		

#green-box {
	width: 220px;
	margin: auto;
	padding-top: 8px;
	padding-bottom: 3px;
	height: 30px;
	background-color: #666633;
	text-align:center;
	
}


p4 {
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666633;
	margin-bottom: 20px;
	line-height: 1.5em;
	text-align: right;
}

#center-text {
		text-align: center;

		}

/* Footer */


#footercontainer {
	clear: both;
	width: 800px;
	margin: auto;
	padding-top: 10px;
	height: 67px;
	background-color: #FFF;
}

#footer {
	width: 800px;
	margin: auto;
	padding: 5px 0px;
	height: 37px;
	background-color: #808080;	
}

#footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #FFF;
	text-align: center;
	padding-top: 5px;
}

#green-bottomline {
	width: 700px;
	height: 4px;
	top: 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #FFF;
	/*margin-bottom: 5px;*/
	line-height: 1.5em;
	text-align: center;
	background-color: #FFF;
	position: relative;
}

.fmenu {
	margin-left: 110px;
	}
	
