body {
	background: #00112E url(img/bgtile.gif) repeat-x;
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	color: white;
}

* {
	margin-top: 0px;
	padding: 0px;
}

#container {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 760px;
	margin-top: 0px;
}

#header {
	position: absolute;
	width: 760px;
	height: 396px;
}

#rotateheader {
	position: absolute;
	margin-left: 204px;
	margin-top: 8px;
}

#headerbackground {
	position: absolute;
}

#content {
	position: absolute;
	width: 760px;
	margin-top: 410px;
}

#leftcol {
	float: left;
	width: 200px;
	margin-left: 15px;
}

#rightcol {
	float: left;
	width: 514px;
	margin-left: 12px;
}

.center {
	text-align: center;
	margin: 0 auto 0 auto;
}

img {
	border: none;
}

ul {
	list-style: none;
}

ul li {
	background: URL(img/bullet.gif) no-repeat;
	background-position: center left;
	padding-left: 20px;
}

ol {
	margin-left: 20px;
	padding-left: 0px;
}

ol li {
	margin-left: 20px;
	padding-left: 0px;
}

a.newwin {
	background: url(img/icon_world.gif) no-repeat;
	padding-right: 16px;
	background-position: center right;
}

a:link {
	font-weight: bold;
	color: #336FCF;
	text-decoration: underline;
}

a:visited {
	font-weight: bold;
	color: #50688F;
	text-decoration: underline;
}

a:hover {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

h2 {
	font-size: 16pt;
	color: #336FCF;
	text-align: center;
	border-bottom: 1px solid #50688F;
	font-family: georgia, times new roman, serif;
	text-transform: uppercase;
}

h3 {
	font-size: 12pt;
	color: #336FCF;
	text-align: center;
	border-bottom: 1px solid #50688F;
	font-family: georgia, times new roman, serif;
	text-transform: uppercase;
}

textarea, select, input {
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	padding: 2px;
	border: 1px solid #17355F;
	background: #374D6F;
	color: white;
}

blockquote {
	padding: 5px;
	background: #374D6F;
	margin-left: 15px;
	margin-right: 15px;
	color: #ffffff;
}

blockquote a:link {
	font-weight: bold;
	color: #8FE2FF;
	text-decoration: underline;
}

blockquote a:visited {
	font-weight: bold;
	color: #4AC4EF;
	text-decoration: underline;
}

blockquote a:hover {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
