body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	background-color: #0380e9;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}

div#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	text-align: left;
	background-color: #FFFFFF;
}

div#header {
	height: 115px;
	background-color: #FFFFFF;
	text-align: center;
}

#menu {
	margin-top: 0px;
	margin-bottom: 0px;
	background: #333;
	float: left;
	list-style: none;
	padding: 0;
	width: 600px;
	display: inline;
}
#menu li {
	float: left;
	font: 12px "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #333 url("images/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background: #2580a2 url("images/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}

div#main {
	padding: 15px;
	background-color: #FFFFFF;
}

div#footer {
	padding-top: 10px;
	font-size: 12px;
	text-align: center;
	color: #c9e4fd;
	background-color: #333333;
}

#footer a:link {
	color: #99ccff;
}

#footer a:visited {
	color: #99ccff;
}

h1 {
	font-size: 22px;
	color: #666666;
}

h2 {
	font-size: 20px;
	color: #006AC3;
}

h3 {
	font-size: 18px;
	color: #003300;
}
	
h4 {
	font-size: 14px;
	color: #006AC3;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	}

#content img {
	background-color: #E7F1FF;
	padding: 4px;
	border: 1px solid #006AC3;
}

img.alignleft {
	float: left;
	margin: 0 15px 5px 0px;
}

img.alignright {
	float: right;
	margin: 0 0 5px 15px;
}

img.alignabove {
	margin: 0 0 10px 0;
}

img.noborder {
	background-color: #FFFFFF !important;
	border-style: none !important;
	border-width: 0px !important;
	
}

.standout {
	font-weight: bold;
	color: #006AC3;
}

.larger {
	font-size: 16px;
}

.green {
	font-weight: bold;
	color: #009900;
}

.showme {
	display: none;
}

.red {
	color: #FF0000;
	font-weight: bold;
}