* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #0B2B5C;
	background: #000;
}

p {
	color: #0B2B5C;
	font-size: .8em;
	padding-bottom: 1em;
}

h1 {
	color: #09F;
	font-weight: normal;
	padding-bottom: 12px;
	padding-top: 8px;
	font-size: 1.5em;
}

h2 {
	color: #F60;
	font-weight: bold;
	padding-top: 12px;
	font-size: 0.9em;
	padding-bottom: 2px;
}

h3 {
	color: #0B2B5C;
	font-weight: bold;
	padding-top: 12px;
	font-size: 0.9em;
	padding-bottom: 2px;
}

a:link, a:visited {
	color: #00F;
}

a:hover {
	color: #F60;
}



blockquote {
	margin-left: 0px;
	padding: 0em 1em;
	width: 458px;
	border: 1px solid #CBD9DF;
	background: #E4F4FB;
}

li {
	color: #0B2B5C;
	font-size: 0.8em;
	margin-left: 20px;
}

/*-------Begin DIV CSS------------------------------------------------*/

#wrapper {
	width: 932px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
}

#columns {
	margin-bottom: 0px;
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	width: 100%;
	background-color: #FFF;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	margin-bottom: 6px;
}

#homecolumns {
	margin-bottom: 0px;
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	width: 100%;
	background-color: #FFF;
}

#header {
	color: #333;
	width: 932px;
	height: 82px;
	margin: 0px;
}

#subnav {
	float: left;
	color: #333;
	padding: 0px;
	width: 526px;
	display: inline;
	position: relative;
	height: 27px;
	margin: 0px;
	text-align: left;
	background-color: #FFF;
}

#rightcolumn {
	display: inline;
	padding: 0px;
	width: 406px;
	float: right;
	margin: 0px;
}

#leftcolumn {
	float: left;
	width: 494px;
	display: inline;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
	overflow: auto;
	padding: 6px 12px 6px 20px;
}

#homecolumn {
	float: left;
	width: 932px;
	display: inline;
	position: relative;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	background: #FFF url(../images/home/home_flash_03.jpg);
	height: 395px;
}

#homecolumnsubnav {
	float: left;
	width: 932px;
	display: inline;
	position: relative;
	background-color: #FFF;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	vertical-align: text-top;
	height: 54;
}

#flashbox {
	width: 560px;
	background: #FFF no-repeat;
	float: right;
	color: #FFF;
	top: 332px;
	position: relative;
	padding: 6px;
	text-align: center;
	margin-right: 5px;
	overflow: hidden;
}

/*-----End DIV CSS-----------------------------------------------------*/
/* ----Begin Footer CSS------------------------------------------------*/

#footer {
	width: 932px;
	clear: both;
	color: #999;
	font-size: xx-small;
	background-image: url(../images/main_nav/footer_base.png);
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 0px 0px 5px;
	text-align: center;
}

#footer a:link {
	color: #999;
	font-size: xx-small;
	text-decoration: underline;
}

#footer a:visited {
	color: #999;
	font-size: xx-small;
	text-decoration: underline;
}

#footer a:hover {
	color: #F60;
}



/* ----End Footer CSS--------------------------------------------------*/
/* ----Begin Table CSS-------------------------------------------------*/

table {
 border-collapse:
	text-align: right;
	text-align: left;
}

tbody th, tbody td {
	padding: 6px 10px;
	text-align: left;
	vertical-align: top;
	border-bottom: 2px dotted #CCC;
}

.tabletext {
	color: #0B2B5C;
	font: 0.8em Arial, Helvetica, sans-serif;
}

.tabletextbold {
	background: #FFF;
	font: bold .9em Arial, Helvetica, sans-serif;
}
/* ----End Table CSS---------------------------------------------------*/

#wrapper #columns #leftcolumn .tabletext tr td strong {
	color: #09F;
}

#wrapper #columns #leftcolumn blockquote h2 {
	color: #0B2B5C;
}
