body, html {
	font-family: helvetica, arial, sans-serif;
	font-size: 14px;
	line-height: 1;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-color: #336699;
	background-image: url('images/background.png');
	background-position: top left;
	background-repeat: repeat-x;
}

code {
	display: block;
	line-height: 1;
	margin: 5px 0px;
	padding: 5px 5px 5px 15px;
	background-color: #EEEEEE;
	border: 1px dotted #999999;
}

a {
	color: #336699;
}

h1 {
	font-size: 18px;
	text-transform: uppercase;
	padding: 0px 10px;
	font-weight: normal;
}

/* You may want to leave this rule here, as it improves IE's image scaling ... */
img {
	-ms-interpolation-mode: bicubic;
	border: 0px;
}

#content {
	line-height: 1.5;
	background: url('images/contentbackground.jpg') top left repeat-x;
	border-top: 1px solid #CCCCCC;
	padding: 0px 10px;
}

#content h2 {
	font-size: 16px;
	color: #336699;
}

#footer {
	border-top: 3px solid #336699;
	padding: 10px 5px;
	text-align: center;
	font-size: 12px;
	line-height: 1.5;
}

#header {
	height: 160px;
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
}

#main {
	padding-top: 5px;
}

#menu {
	border-width: 0px 1px 3px 1px;
	border-style: solid;
	border-color: #336699;
}

#menu a {
	display: block;
	border-right: 1px solid #336699;
	padding: 20px 10px 5px 10px;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}

#menu a:hover {
	background-color: #FFFFFF;
}

#menu a.last {
	border-right: 0px;
}

#menu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#menu ul li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	width: 187px;
	float: left;
	background: url('images/navbackground.jpg') top left repeat-x;
	position: relative;
}

#menu ul li.last {
	width: 190px;
}

#menu ul li > ul {
	display: none;
	position: absolute;
	z-index: 10;
	left: -1px;
	border-width: 0px 0px 1px 1px;
	border-style: solid;
	border-color: #336699;
}

#menu ul li:hover > ul {
	display: block;
}

#menu ul li > ul a {
	border-top: 1px solid #336699;
}

#wrapper {
	width: 940px;
	background-color: #FFFFFF;
	margin: 0px auto;
	padding: 10px;
}

/*
 * 	Form Stuff
 */

fieldset, form {
	border: 0;
	padding: 0;
	margin: 0;
}

fieldset div {
	margin: 4px 0px;
}

input[type='text'], textarea {
	border: 1px solid #999999;
	padding: 2px 5px 3px 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-opera-border-radius: 3px;
	width: 310px;
}

label {
	font-size: 12px;
	color: #336699;
	font-weight: bold;
}
