body {
	background-image: url(images/bg-outer.gif);
	background-repeat: repeat-x;
	background-color: #011933;
	color: white;
	margin-top: 0;
	padding-top: 0;
	font-family: Verdana;
	font-size: 10pt;
}

/* Standard elements */

p {
	margin-top: 0px;
	margin-bottom: 8px;
}

h1, h2, h3, h4 {
	margin-top: 20px;
	margin-bottom: 8px;
}
h1 {font-family:Verdana; font-size: 16pt; font-weight: bold; }
h2 {font-family:Verdana; font-size: 12pt; font-weight: bold; border-bottom: 1px solid white; }
h3 {font-family:Verdana; font-size: 10pt; font-weight: bold; }

a:link {
	color: #CFF;
	text-decoration: none;
}
a:visited {
	color: #CFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

img,
a img {
	border-width: 0;
	text-decoration: none;
}


/* Navigation and structure */

#mainmenu {
	padding: 20px 0px 20px 0px;
	font-size: 110%;
	font-weight: bold;
	color: black;
}
#mainmenu a:link {
	color: blue;
	text-decoration:none;
	font-family: Verdana;
	font-size: 11pt;
}
#mainmenu a:visited {
	color: purple;
	text-decoration:none;
	font-family: Verdana;
	font-size: 11pt;
}
#mainmenu a:hover {
	color: black;
	text-decoration:underline;
}

#leftcol {
	padding: 8px;
	font-family: Verdana;
	font-size: 10pt;
}
#maincol {
	padding: 8px;
	font-family: Verdana;
	font-size: 10pt;
}
#footer {
	font-size: 80%;
	text-align: center;
	border-top: 1px solid white;
}
