/* CSS Document */

body, h1, h2, h3, h4, img, li, ol, ul, p, div, form, table {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	background: #5182ca url(images/bg_tile.gif) repeat-x;
	font-family: Arial;
	font-size: 70%;
	text-align: center;
	padding-bottom: 20px;
}

#wrap {
	width: 800px;
	margin: 0px auto;
	text-align: left;
}

#top {
	width: 800px;
	height: 9px;
	margin-top: 20px;
	background: url(images/top.gif) no-repeat;
}

.ie6 #top {
	margin-bottom: -5px;
}

#container {
	padding: 0px 10px;
	background-color: #fff;
}

#header {
	width: 780px;
	height: 72px;
}

#nav {
	width: 780px;
	height: 21px;
}

#nav img {
	float: left;
}

#page {
	height: 350px;
	min-height: 350px;
	padding: 20px 0px;
	color: #000;
	font-size: 1em;
}

.ie6 #page, .ie7 #page {
	padding-bottom: 10px;
}

html>body #page {
	height: auto;
}

#page a {
	color: #628cce;
	text-decoration: none;
}

#page a:hover {
	text-decoration: underline;
}

#page_left {
	float: left;
	width: 500px;
	padding-left: 5px;
}

h1 {
	margin-bottom: 15px;
}

h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #3563af;
}

.text_column {
	float: left;
	width: 225px;
	margin-right: 20px;
}

.full_text {
	width: 450px;
}

#page_right {
	float: right;
	width: 260px;
}

#page_right p {
	padding-right: 15px;
}

#footer {
	padding: 5px 0px 0px 0px;
	border-top: 1px solid #acc5e7;
	color: #3563af;
	font-weight: bold;
	font-size: 0.9em;
}

#footer a {
	color: #3563af;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer_left {
	float: left;
	width: 330px;
	text-align: left;
}

#footer_right {
	float: right;
	width: 330px;
	text-align: right;
}

#bottom {
	width: 800px;
	height: 8px;
	background: url(images/bottom.gif) no-repeat;
}

.clear {
	clear: both;
}