body {
	font: 12px "Trebuchet MS", "Arial", sans-serif;
	color: #000000;
	background-color: #3399FF;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

abbr {
	border-bottom: none;
}

div {
	margin: 10px;
}

h1 {
	margin: 10px;
	font-size: 175%;
	color: #003366;
	background-color: inherit;
}

h2 {
	margin: 10px;
	font-size: 125%;
	color: #003366;
	background-color: inherit;
}

h3 {
	margin: 10px;
	font-size: 110%;
	color: #003366;
	background-color: inherit;
}

img {
	border: 0;
}

li {
	list-style-type: square;
}

p {
	margin: 10px;
}

pre {
	margin: 20px;
}

a:link {
	color: #003366;
	text-decoration: none;
	background-color: inherit;
}

a:hover {
	color: #003366;
	text-decoration: underline;
	background-color: inherit;
}

a:active {
	color: #003366;
	text-decoration: none;
	background-color: inherit;
}

a:visited {
	color: #003366;
	text-decoration: none;
	background-color: inherit;
}

#contain {
	margin: 0px auto;
	width: 800px;
	text-align: left;
}

#header {
	width: 800px;
	height: 100px;
 	#height: 350px;
 	#background-image: url(images/top.jpg);
	border: 1px solid #000000;
	color: #FFFFFF;
	background-color: inherit;
	font-size: 400%;
}

#navbar {
	height: 25px;
	text-align: center;
	width:800px;
}

#navbar a {
	margin: 5px;
	padding: 30px;
}

#content {
	width: 800px;
	border: 1px solid #000000;
	color: inherit;
	background-color: #FFFFFF;
}

#footer {
	width: 800px;
	font-size: 11px;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
	background-color: inherit;
}

.infobox {
	width: 250px;
	margin: 0;
	font-weight: bold;
}

.infobox h1 {
	position: relative;
	top: 13px;
	right: 15px;
	margin: 0;
	font-size: 175%;
	color: #003366;
	background-color: inherit;
}

.infobox div {
	background-color: #777777;
	color: #FFFFFF;
	padding: 1px;
}

a.navitem:link, a.navitem:visited, a.navitem:active {
	color: #FFFFFF;
	background-color: inherit;
	font-size: 125%;
	font-weight: bold;
}

a.navitem:hover {
	text-decoration: none;
	color: #003366;
	background-color: inherit;
	font-weight: bold;
}


THEAD {
	font-weight: bold;
}

TD  { 
	border: 1px solid #6699FF;
	padding: 3px;
}
TABLE {
	border-collapse: collapse;
}

.helpdesk {
	text-align: center;
}

.helpdesk table {
	margin: 5px auto;
	width: 75%;
}

