BODY {
	background: url(images/body_back.png) repeat-x #203D4A;
	margin: 0px;
	padding: 0px;
	font-family: Corbel;
	color: #203D4A;
	text-align: left;
}

#wrapper {
	width: 100%;
	height: 100%;
	min-width: 950px;
	margin: 0px;
	background: url(images/wrapper.png) no-repeat;
}
#page {
	margin: 0px 15px 40px 50px;
	background: url(images/logo_big.png) no-repeat #FFF;
	padding: 0px;
	min-height: 500px;
	height: 100%;
}

#header {
	margin: 0px;
	height: 75px;
	background: url(images/topgradient.png) repeat-x;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

#logo {
	height: 61px;
	right: 15px;
	left: 50px;
	background: url(images/logo_small.png) no-repeat;
	padding: 0px;
	padding-top: 25px;
	margin: 25px 10px 0px 20px;
	float: left;
	clear: both;
	position: absolute;
	text-align: right;
	min-width: 855px;
}
#logo A {
	font-family: Corbel;
	color: #203D4A;
	text-decoration: none;
}
#logo A:hover {
	text-decoration: underline;
	color: #486672;
}

#name {
	height: 55px;
	margin-left: 100px;
	margin-top: 20px;
	padding: 0px;
	color: #092E3E;
	position: absolute;
	min-width: 650px;
}
#name H1{
	margin: 0px;
	padding: 0px;
	font-size: 16pt;
	font-family: Corbel;
	font-weight: bold;
	text-align: left;
}

#navigation {
	min-height: 3px;
	min-width: 820px;
	right: 0px;
	left: 50px;
	background: url(images/nav_back.png);
	margin: 75px 0px 0px 0px;
	padding-left: 80px;
	color: #FFF;
	position: absolute;
	overflow: hidden;
}
#navigation UL {
	list-style-type: none;
	margin-left: 20px;
	padding: 0px;
	display: inline;
}
#navigation UL LI {
	margin: 0px;
	padding: 5px 5px 0px 0px;
	display: inline;
}
#navigation UL LI A {
	font-size: 10pt;
	font-family: Corbel;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
}
#navigation UL LI A:hover {
	text-decoration: underline;
	color: #C0EDF5;
}

#section {
	height: 65px;
	background: url(images/title_back.png) repeat-x;
	margin: 0px;
	padding: 0px;
}
#section H1 {
	text-align: center;
	margin: 0px;
	font-size: 40pt;
	font-weight: bold;
	padding: 0px 240px 0px 0px;
}

#where {
	height: 20px;
	background: url(images/nav2_back.png) repeat-x;
	margin: 0px;
	padding: 0px;
}
#where UL {
	list-style-type: none;
	margin-left: 20px;
	padding: 0px;
	display: inline;
}
#where UL LI {
	margin: 0px;
	padding: 0px 3px 0px 0px;
	display: inline;
}
#where UL LI A {
	font-size: 14pt;
	font-family: Corbel;
	font-weight: bold;
	text-decoration: none;
	color: #092E3E;
}
#where UL LI A:hover {
	text-decoration: underline;
	color: #486672;
}

#content {
	min-height: 535px;
	height: 100%;
	margin: 0px;
	margin-right: 240px;
	padding: 10px 0px 40px 20px;
	color: #092E3E;
	position: relative;
}
#content P {
	margin: 0px;
	margin-bottom: 2px;
	margin-top: 2px;
	padding: 0px;
	font-size: 10pt;
	font-family: Corbel;
	font-weight: normal;
	text-align: justify;
}
#content OL {
	font-size: 10pt;
}
#column{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px 10px 20px 10px;
	height: 100%;
	width: 200px;
	float: right;
	position: relative;
	border-left: solid 1pt #C8E2EE;
	border-bottom: solid 1pt #C8E2EE;
	border-top: solid 1pt #C8E2EE;
}
#column P {
	margin: 0px;
	padding: 0px;
	font-size: 9pt;
	font-family: Corbel;
	font-weight: normal;
	text-align: left;
}
#column A{
	margin-top: 3px;
	padding: 0px;
	font-size: 9pt;
	font-family: Corbel;
	font-weight: bold;
	text-align: left;
	text-decoration: underline;
	color: #092E3E;
}
#column A:hover{
	margin-top: 3px;
	padding: 0px;
	font-size: 9pt;
	font-family: Corbel;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	color: #486672;
}
#column HR{
	color: #C8E2EE;
	background-color: #C8E2EE;
	border: #C8E2EE;
}

#footer {
	height: 25px;
	width: 100%;
	background-color: #052C3C;
	margin-top: 0px;
	padding: 0px;
	text-align: center;
}
#footer P {
	margin-top: 0px;
	padding-top: 5px;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
}
#footer A {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#footer A:hover {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	font-weight: bold;
	color: #C0EDF5;
	text-decoration: underline;
}

H1 {
	font-size: 16pt;
	margin: 0px 0px 5px 0px;
	text-align: center;
}

H2 {
	margin: 0px;
	font-size: 14pt;
	text-align: center;
}

H3 {
	font-size: 13pt;
}
H4 {
	font-size: 11pt;
	margin-bottom: 2px;
	margin-top: 8px;
}

#content TABLE {
	margin-top: 3px;
	text-align: center;
	font-size: 9pt;
	border: 1px solid #123256;
	border-spacing: 0px;
}

#content TABLE.noborder {
	text-align: center;
	font-size: 9pt;
	border: none;
	width: 90%;
}

#content TABLE TR TH {
	background-color: #052C3C;
	color: #fff;
	padding: 5px;	
}

#content TABLE TR TH {
	border: 1px solid #FFF;
}

#content TABLE TR TD {
	background: none;
	border-bottom: 1px solid #747677;
	padding: 5px;
}

#content TABLE TR TD IMG{
	border: 0;
}

#content TABLE TR.alt TD {
	background-color: #D8EEF7;
}

#content TABLE.left {
	text-align: center;
	font-size: 9pt;
	border: 1px solid #123256;
	border-spacing: 0px;
}

#content TABLE.left TR TH {
	background-color: #052C3C;
	color: #fff;
	padding: 5px;
	width: 20%;
	border: 1px solid #FFF;
}

#content TABLE .left TR TD {
	background: none;
	border-bottom: 1px solid #747677;
	padding: 5px;
}

#content TABLE.left TR.alt TD {
	background-color: #D8EEF7;
}

#content UL{
	margin: 5px;
	text-align: left;
	font-size: 9pt;
}
#content OL .small{
	margin: 5px;
	text-align: left;
	font-size: 9pt;
}

#content A{
	color: #203D4A;
	text-decoration: underline;
}

#content A IMG{
	border: none;
}

#content A:hover{
	text-decoration: none;
}