@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #007548;
	font-family: Arial, Helvetica, sans-serif;
	color: #63402f;
	line-height: 1.5em;
	font-size: 14px;
}
a:link, a:active, a:visited {
	color:#F3D28E;
	outline:0;
	}
	
	a:hover {
	color:#F4EDE1;
	}
	
	
#siteBG{
	margin:auto;
	background:url(images/SITE-bg.jpg) no-repeat center top;
	width:100%;
	padding-top: 15px;
}

#header{
	margin:auto;
	background:url(images/header.png) no-repeat center top;
	height:383px;
	width:1000px;
}

#contentContainer{
	margin:auto;
	background:url(images/content-tile.png) repeat center top;
	width:1000px;
}

#textBox{
	margin:0px 0px 0px 128px;
	width:711px;
	background: url(images/content-middle.png) repeat center top;
	padding: 0px 40px;
}

#textBox a:link,#textBox a:active, #textBox a:visited {
	color:#63402F;
	text-decoration: none;
	background-color: #F4D390;
	}
	
#textBox a:hover {
	color:#000000;
	background-color: #ffffff;
	}


#textBoxTop{
	margin:0px 0px 0px 128px;
	background:url(images/content-top.png) repeat center top;
	width:791px;
	height:39px;
}

#textBoxBottom{
	margin:0px 0px 0px 128px;
	background:url(images/content-Bottom.png) repeat center top;
	width:791px;
	height:39px;
}

#footer{
	margin:auto;
	background:url(images/footer.png) repeat center top;
	width:780px;
	height:6px;
	padding: 35px 90px 35px 130px;
	color: #F3D28E;
	text-align: center;
	font-size: 12px;
}

h1 {
	color: #4dae5b;
	font-weight: bold;
	font-size: 20px;
	margin: 0 0 1px 0;
}

h2 {
	color: #00a7fc;
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 1px 0;
}

.brownText {
	color: #F4EDE1;
	font-weight: bold;
	font-size: 12px;
}


#topHeader {
	width:1000px;
	height:113px;
	float: left;
}

.contactSign {
	width:218px;
	height:113px;
	float: left;
}

.language {
	width:138px;
	height:105px;
	float: right;
}
#botHeader {
	width:1000px;
	height:239px;
	float: left;
}

.viewLinks {
	width:270px;
	height:37px;
	float: left;
	margin: 205px 0 0 187px;
}

.flash {
	width:419px;
	height:239px;
	float: left;
	margin: 31px 0 0 15px;
}

.greenText {
	color: #4dae5b;
	font-weight: bold;
	font-size: 20px;
	margin: 0 0 1px 0;
}
