* {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: arial;
}

.noborder {
	border: 0;
}

.error {
	font-weight: bold;
	color: red;
}

table.contactform {
	padding: 3px;
}

.linktext {
	color: black;
}

.imageleft {
	padding: 3px;
	margin: 10px 10px 10px 0;
	border: 1px solid #a4a4a4;
	float: left;
}

.imageright {
	padding: 5px;
	border: 1px solid #a4a4a4;
	float: right;
}

.linkpic {
	border: 1px solid #8a8a8a;
}

.talign {
	vertical-align: top;
	text-align: right;
}

h1 {
	font: bold 18px arial;
}

.submit_button {
        background-color: #044c00;
        border-color: #d8dfea rgb(14, 31, 91) rgb(14, 31, 91) rgb(216, 223, 234);
        border-style: solid;
        border-width: 1px;
        color: white;
        font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
        font-size: 11px;
        margin: 0 2px;
        padding: 2px 18px;
}

body {
	background: url('../images/main_background.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}

#first-container {
	width: 920px;
	margin: 0 auto 0 auto;
}

#left-fade {
	background: black;
	float: left;
	background: url('../images/fade_left.png');
	background-repeat: no-repeat;
	width: 30px;
	height: 800px;
}

#right-fade {
	background: black;
	background: url('../images/fade_right.png');
	background-repeat: no-repeat;
	width: 30px;
	height: 800px;
	float: right;
}

#maincontent {
	width: 810px;
	height: 650px;
	margin: 0 auto 0 auto;
	padding: 25px;
	background: white;
}

#footer {
	font: normal 10px arial;
	text-align: center;
	border-top: 1px solid #c2c2c2;
}

#ul-menu li {
	float: left;
	display: inline; 
	list-style-type: none;
	padding: 0 10px 0 0;
}

#ul-menu li a {
	text-decoration: none;
	font: bold 11px Arial;
	color: #3c3c3c;
}

#menubar {
	width: 810px;
	height: 20px;
	border-bottom: 1px solid #c2c2c2;
}

a.hover-1:hover {
	border-top: 2px solid #05a601;
}
a.hover-2:hover {
	border-top: 2px solid #0109a6;
}
a.hover-3:hover {
	border-top: 2px solid #a60101;
}
a.hover-4:hover {
	border-top: 2px solid #a0a601;
}
a.hover-5:hover {
	border-top: 2px solid #05a601;
}

