/***** Global Settings *****/
 
html, body {
border:0;
margin:0;
padding:0;
}
 
body {
font:12px/1.5em Georgia, "Times New Roman", Times, serif;
color:#ffffff;
}
 
/***** Headings *****/
 
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}
 
h1 {
padding:10px 0 5px 0;
letter-spacing:-1px;
font-size:2.4em;
}
 
h2 {
padding:5px 0;
font-size:2.2em;
line-height:1.2em;
color:#102378;
}
 
h3 {
font-size:1.2em;
font-weight:bold;
line-height:1.25em;
margin-bottom:5px;
}

h4 {
font-size:1.2em;
line-height:1.25em;
margin-bottom:5px;
}

h5 {
font-size:12px;
font-weight:bold;
text-transform:none;
color:#333;
}
 
/***** Common Formatting *****/
 
p, ul, ol {
margin:0;
padding:0 0 .75em 0;
}
 
ul, ol {
padding:0 0 1.25em 0;
list-style:none;
}

li {
padding-left:5px;
}
 
blockquote {
margin:1.25em;
padding:1.25em 1.25em 0 1.25em;
}
 
small {
font-size:0.85em;
}
 
img {
border:0;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}
 
/***** Links *****/
 
a,
a:link,
a:visited {
text-decoration:none;
color:#ffffff;
}
a:hover {
text-decoration:underline;
color:#fff;
}

:focus {
	outline: 0;
}

/***** Forms *****/
 
form {
margin:0;
padding:0;
}
 
input, select, textarea {
font:1em Arial, Helvetica, sans-serif;
}
 
textarea {
width:100%;
line-height:1.25;
}
 
label {
cursor:pointer;
}
 
/***** Tables *****/
 
table {
border:0;
margin:0;
padding:0;
}
 
table tr td {
padding:2px;
}


/***** Site specific styles *****/
body {
	background-color:#000033;
}
 
#container {
	border:1px solid #ffffff;
	width:798px;
	margin:20px auto 0;
}
#nav {
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	height:30px;
	text-align:center;
}
#nav ul{
	margin:7px 0;
	padding:0;
	white-space:nowrap;
	overflow:visible;
}
#nav ul li{
	display:block;
	float:left;
	clear:none;
	border-right:1px solid #ffffff;
	line-height:16px;
	padding:0;
	margin:0;
	text-align:center;
	overflow:hidden;
}
#nav ul li.last{
	border-right:none;
}
#header {
}


#content {
	background:url(images/bg.gif) repeat-y top left;
}
#content #main{
	width:608px;
	padding:20px;
	float:right;
	line-height:21px;
}
#content #sidebar{
	width:150px;
	float:left;
}

#footer {
clear:both;
width:798px;
margin:15px auto;
font-size:11px;
text-align:center;
}