body {
	background: #003366 url(images/bg.gif) repeat;
	font: 80% "Trebuchet MS";
	margin: 0px 0px 0px 0px;
	overflow: auto;
}

#Container {
	height: 100%;
	width: 750px;
}

#Navigation {
	float: left;
	height: 100%;
	padding-top: 251px;
	width: 200px;
}
#Navigation a {
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}
#Navigation a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	text-transform: uppercase;
}

li {
	color: #FFFFFF;
	padding-left: 5px;
}

a {
	color: #00FFFF;
	text-decoration: none;
}
a:hover {
	color: #00FFFF;
	text-decoration: underline;
}

#Content {
	float: left;
	width: 550px;
}

#Header {
	background: #003366 url(images/header.gif) repeat;
	height: 199px;
	width: 550px;
}

#Footer {
	font: 8pt Verdana;
	padding: 5px 0px 5px 0px;
	width: 550px;
}

#Body {
	background: #003366 url(images/bg2.gif) repeat;
	color: #CCCCCC;
	padding: 5px 5px 5px 5px;
	width: 550px;
}
#Body li {
	color: #CCCCCC;
}
#Body td {
	color: #CCCCCC;
	font: 80% "Trebuchet MS";
}

.Header1 {
	color: #FFFFFF;
	font: 180% "Trebuchet MS";
	text-transform: uppercase;
}
.Header2 {
	color: #FFFFFF;
	font: 130% "Trebuchet MS";
}

a.digerati {
	color:#ffffff;
	font:9pt "OCR A Extended" "OCR A" "Courier New" monospace;
	text-decoration:none; }
a.digerati:hover {
	color:#ffffff;
	font:9pt "OCR A Extended" "OCR A" "Courier New" monospace;
	text-decoration:underline; }
	
/* Form elements - text inputs and buttons */
input.Text { 
	font:8pt Verdana;
	border:solid 1 #7F9DB9;
	padding:2px 2px 2px 2px;
	height:19px;
	color:#000066;
	width:130px; }

