html {
	min-height: 100%;
}

body {
	margin: 20px 0px 20px 0px;
	padding: 0px;
	color: #000000;
	background: #014671 url(images/bg.png) repeat-x left bottom;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

p {
	text-align: justify;
}

img {
	border: 0px;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.red {
	color: #CC0066;
}

.bold {
	font-weight: bold;
}

/* Wrapper */

#wrapper {
	width: 900px;
	margin: 0px auto;
	padding: 0px;
	background: #FFFFFF url(images/bg2.gif) repeat-y;
	border: 10px solid #FFFFFF;
}

/* Header */

#header {
	height: 88px;
	background-color: #0070B0;
	padding: 10px;
}

#logo {
	float: left;
}

#top_menu {
	float: right;
	padding: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #EFF8FE;
}

#top_menu a {
	color: #EFF8FE;
	text-decoration: none;
}

#top_menu a:hover {
	text-decoration: underline;
}

#shadow1 {
	clear: both;
	height: 4px;
	overflow: hidden;
	background: url(images/shadow1.gif) repeat-x;
}

/* Menu */

#menu {
	float: left;
	width: 123px;
	padding: 0px;
}

#menu a.item {
	display: block;
	padding: 7px 10px;
	text-decoration: none;
	color: #003366;
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

#menu a:hover.item, #menu a#current.item {
	color: #003366;
	background: #dae1e8;
}

/* Content */

#content {
	float: left;
	width: 582px;
	min-height: 400px;
	padding: 16px;
	font-size: 15px;
}

#content h1 {
	font-family: Trebuchet MS, Times New Roman, Times, serif;
	font-weight: normal;
	font-size: 26px;
	color: #CC0066;
	text-indent: 1em;
	text-align: left;
	margin: 0px;
}

#content h2 {
	font-family: Trebuchet MS, Times New Roman, Times, serif;
	font-weight: bold;
	font-size: 16px;
	margin: 25px 0px 16px 0px;
}

#content h4 {
	font-family: Trebuchet MS, Times New Roman, Times, serif;
	font-weight: normal;
	font-size: 13px;
}

#content a {
	color: #003366;
	text-decoration: underline
}

#content a:hover {
	color: #005EBB;
	text-decoration: underline;
}

#content .tick li {
	list-style-image: url(images/tick.gif);
	padding-left: 10px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold
}

#content .note {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#content .tableheader {
	color: #FFFFFF;
	background-color: #003366;
	font-weight: bold;
}

#content .tablerow1 {
	color: #000000;
	background-color: #FFFFFF;
}

#content .tablerow2 {
	color: #000000;
	background-color: #BDDDEA;
}

/* Right Panel */

#right_panel {
	float: right;
	width: 131px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 16px;
}

#right_panel a {
	color: #0000CC;
	text-decoration: underline;
}

#right_panel a:hover {
	color: #0000FF;
	text-decoration: underline;
}

/* Footer */

#shadow2 {
	clear: both;
	height: 4px;
	overflow: hidden;
	background: url(images/shadow2.gif) repeat-x;
}

#footer {
	padding: 12px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #EFF8FE;
	line-height: 2.5;
	background-color: #0070B0;
}

#footer a {
	color: #55ADBD;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}