* { font-family:Arial, Helvetica, sans-serif; font-size:14px; }
body, table, form, tr, td { margin:0; padding:0; }
td { vertical-align: top; }
input, textarea { border:solid 1px #333333; }
input.button { background-color:#676767; color:#ffffff; }
.contactbox { width:320px; }
.loginbox { width:200px; }
.red {color:darkred;}

a { color: #003399; font-weight: bold; }
a:link { color: #003399; font-weight: bold; text-decoration: none; }
a:visited { color: #003399; font-weight: bold; text-decoration: none; }
a:hover { color: #003399; font-weight: bold; text-decoration: underline; }

#main {
	width: 950px;
	margin: 0 auto 0 auto;
}

#header {
	background: #333333;
	height: 100px;
	width: 950px;
	margin: 0 auto 0 auto;
	border-width: 0px 0px 0px 0px;
	border-color: #ffff00;
	border-style: solid;
	position: relative;
}

#logo {
	position: absolute;
	top: 10px;
	left: 33px;
	height: 79px;
	width: 188px;
}

#logo_text {
	position: absolute;
	top: 18px;
	left: 230px;
	height: 60px;
	width: 150px;
	font-size: 35px;
	color: #ffffff;
	font-weight: bold;
}

#menu {
	position: absolute;
	top: 70px;
	left: 400px;
	font-size: 12px;
	font-weight: bold;
}

#menu p {
	display: inline;
	color: #ffffff;
	margin-right: 20px;
}

#menu a {
	margin-right: 20px;
}

#menu a:link {
	color: #a4a3a3;
	text-decoration: none;
}

#menu a:visited {
	color: #a4a3a3;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
	color: #fff;
}

#body {
	width: 900px;
	background: #cccccc;
	padding: 25px;
}
#body h3 {
	color: #003399;
	font-size: 18px;
}

#footer {
	height: 20px;
	width: 950px;
	margin: 0 auto 0 auto;
	background: #333333;
	border-color: #ffff00;
	border-style: solid;
	border-width: 3px 0px 0px 0px;
	color: #ffffff;
	text-align: center;
	padding: 15px 0 15px 0;
}

#top {
	height: 270px;
	width: 950px;
	margin: 0 auto 0 auto;
	background: #676767;
	border-style: solid;
	border-width: 0px 0px 0px; 0px;
	border-color: #ffff00;
	position: relative;
}

#topyellow {
	background: #ffff00;
	color: red;
	font-weight: bold;
	padding: 10px 25px 10px 25px;
	text-align: center;
}

#topyellowempty {
	background: #ffff00;
	height: 3px;
}

#top img {
	padding: 10px 25px 10px 25px;
}
