	/* CSS Document */

a:link {color: black;}
a:visited {color: black;}
a:hover {color: red;}
a:active {color: red;}

#topbar {
	height: 106px;
	width: 900px;
	background-color:#008000; 
}

#logo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color:#666666;
	padding-top: 35px;
	padding-left: 20px;
	text-align: left;
	color: #FFFFFF;
}

#toplinks a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	/*color: #FFFFFF;*/
	text-transform: uppercase;
	text-decoration: none;
	line-height: 39px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #4DD2F7;
	padding: 11px 22px 22px;
}

#whatwedo {
	height: 40px;
	width: 900px;
	margin-top: 15px;
}

#whatwedohead {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	text-transform: uppercase;
	color: #333333;
	font-weight: normal;
	padding-bottom: 10px;
}

#bottombody {
	width: 900px;
	height: 600px;
}

#leftpart {
	height: 430px;
	width: 600px;
	float: left;
}

#welcome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #000000;
	text-decoration: none;
	letter-spacing: -2px;
	padding-top: 18px;
}

#welcomepic {
	padding-top: 10px;
	float: left;
	height: 240px;
	width: 260px;
}

#welcometxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	line-height: 16px;
	padding-top: 7px;
	padding-right: 10px;
}

#part01 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	width: 257px;
	padding: 10px;
	float: left;
}

#part02 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	width: 257px;
	padding: 10px;
	float: left;
	margin-left: 24px;
}

#rightpart {
	height: 430px;
	width: 255px;
	background-repeat: repeat-y;
	float: right;
}

#newsheading {
	margin-left: 25px;
	height: 58px;
	width: 230px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 10px;
	line-height: 50px;
	padding-left: 43px;
}

#newsbox {
	width: 277px;
	height: 370px;
	margin-left: 25px;
}

#newstxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-right: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 18px;
}

#footer {
	height: 80px;
	width: 900px;
	padding-top: 5%;
	margin-left: 5%;
	text-align: center;
}

#flinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	padding-bottom: 5px;
	text-transform: none;
}


#designedby {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	text-transform: none;
}





