html {
	font-size: 100.01%;
}

body {
	margin: 0 auto;
	padding: 0;
	font-size: 14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

img {
	border: 0;
}

a {
	text-decoration: none; color: #1685cF; 
}

a:hover {
	text-decoration: underline;
}

p {
	line-height:1.4em;
}

input[type=text], select, textarea {
	width:250px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	border:1px solid #444;
}

textarea {
	height:100px;
}

#header {
	position: relative; 
	margin: 0;
	padding:0;
	height:126px;
	background-color:white;
}

#logo {
	position:absolute;
	left:0px;
	padding:20px;
	width:227px;
}

#grad {
	position:absolute;
	left:265px;
	background-image:url('/images/grad.png');
	background-repeat:repeat;
	width:100px;
	height:126px;
	z-index:2;
}

#headerImage {
	position:absolute;
	right:0px;
	float:left;
	width:700px;
	height:126px;
}

#wrap {
	position: relative; display: block; margin: 0 auto; padding: 0;
	width: 965px;
	border: 4px solid black;
}

#navigation {
	background-color:white;
	height:30px;
	border-top:1px solid #444;
	border-bottom:1px solid #444;
}

#navigation a {
	text-decoration:none;
	width:154px;
	padding-top:6px;
	height:24px;
	display:block;
	text-align:center;
	color:black;
}

#navigation ul {
	margin:0;
	padding:0;
}

#navigation li {
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	border-right:1px solid #444;
}

#mainContent {
	position:absolute;
	top:220px;
	left:50px;
	width:880px;
}

.contentBody {
	position:relative;
	padding:20px 50px;
	color:#222;
	border:1px solid #222;
	text-align:left;
	height:450px;
}

.contentBody ul {
	margin:0;
	padding:0;
}

.contentBody li {
	padding:5px;
	margin:0;
}

#footer {
	padding: 15px 10px 15px 0px;
	font-family: Arial, Helvetica, sans-serif; font-size: 10px; color:#222; text-align: center;
	text-align:right;
}

#footer a {
	color: #222; text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}



body {
	background-image:none;
	background-color:#acd2c3;	
}

h1 {
	position:absolute;
	width:150px;
	margin-top:-20px;
	font-family:"Courier New", Courier, monospace;
	font-size:24px;
	font-weight:bold;
	font-weight:normal;
	color:#444;
}

#navigation {
	border-top:1px solid #823333;
	border-bottom:1px solid #823333;
}

#navigation a:hover {
	background-color:#acd2c3;
}

.navigationActive {
	background-color:#acd2c3;
}

#navigation li {
	border-right:1px solid #823333;
}

#wrap {
	background-color:white;
	border:4px solid #823333;
}

