body {
	margin: 0;
	padding: 0;
	background: #0A0AFD repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
	text-align: center;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	font-size: 34px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 22px;
	font-weight: bold;
}

p, ol, ul {
	line-height: 22px;
}

p {	font-size: 16px;
}

ol {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

ul li {
	padding-left: 15px;
	background: no-repeat 0px 7px;
}


a {
	color: #E6F6FF;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

img {
	border: 5px solid #1777B1;
}

img.left {
	float: left;
	margin: 3px 15px 0 0;
}

img.right {
	float: right;
	margin: 3px 0 0 15px;
}

hr {
	display: none;
}


/* Page */

#page {
	width: 730px;
	margin: 0 auto;
	padding: 30px 0;
}

/* Content */

#content {
	float: left;
	width: 730px;
	padding-top: 8px;
}

.twocols {
}

.twocols .title {
	padding-bottom: 10px;
	
}

.twocols .col1, .twocols .col2 {
	width: 350px;
}

.twocols .col1 {
	float: left;
}

.twocols .col2 {
	float: right;
}

.twocols ul {
}

.twocols ul li {
	padding-left: 0;
}


/* Footer */

#footer {
	width: 740px;
	margin: 0 auto;
	height: 30px;
	padding: 10px;
	background: #1777B1;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 12px;
}

#footer a {
}

#legal {
	float: left;
}

#links {
	float: right;
}
