body {
	background: #999999;
	font-family: arial;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 10px;
	text-align: center;
}

p {
	display: block;
	margin: 0px;
	padding: 0px 0px 12px 0px;
}

.note {
	background: #c5c0e3;
	color: #13008f;
	margin: 0px;
	padding: 10px;
	clear: both;
}

img {
	display: block;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

ul {
	margin: 12px 0px 0px 12px;
	padding: 0px;
}

li {
	margin: 0px;
	padding: 0px 0px 12px 0px;
}

h1 {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	background: #13008f;
	border-color: #ffffff;
	border-style: solid;
	border-width: 0px 1px 0px 0px;
	margin: 0px;
	padding: 18px 0px 18px 25px;
	text-align: left;
}

h2 {
	color: #13008f;	
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 12px 0px;
	text-align: left;
}

td h2 {
	margin: 0px;
	padding: 0px;
}

hr {
	display: block;
	clear: both;
	margin: 25px 0px 25px 0px;
	padding: 25px 0px 0px 0px;
	border-color: #e8e8e8;
	border-style: solid;
	border-width: 0px 0px 2px 0px;
}

table {
	margin: 0px 0px 12px 0px;
}

td {
	font-size: 12px;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	border-color: #cccccc;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
}

.red {	
	color: #bf0031;
}

.blue {	
	color: #13008f;
}

a:link {
	font-size: 12px;
	color: #bf0031;
	text-decoration: none;
}

a:visited {
	font-size: 12px;
	color: #bf0031;
	text-decoration: none;
}

a:hover {
	font-size: 12px;
	color: #13008f;
	text-decoration: none;
}

a:active {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

#navigation {
	display: block;
	height: 22px;
	width: 592px;
	background: url(images/bgNavigation.gif) 0px 0px;
}

#navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#nav li {
	float: left;
	list-style-type: none;
	display: block;
	margin: 0px;
	padding: 0px;
	position: relative;
}

li ul {
	display: none;
	position: absolute;
	top: 22px;
	left: 0px;
	background: url(images/bgLeftColumn.gif);
	border: 1px solid #333333;
	width: 150px;
}

li:hover ul {
	display: block;
	width: 150px;
}

li.over ul {
	display: block;
	width: 150px;
}

.dropDown li {
	display: block;
	background: transparent;
	width: 200px;
}

#nav li a:link {
	display: block;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	background: url(images/bgNavigation.gif) 0px 0px;
	line-height: 22px;
	text-indent: 0px;
	margin: 0px;
	padding: 0px 8px;
}

#nav li a:visited {
	display: block;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	background: url(images/bgNavigation.gif) 0px 0px;
	line-height: 22px;
	text-indent: 0px;
	margin: 0px;
	padding: 0px 8px;
}

#nav li a:hover {
	display: block;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	background: url(images/bgNavigation.gif) 0px -22px;
	line-height: 22px;
	text-indent: 0px;
	margin: 0px;
	padding: 0px 8px;
}

#nav li a:active {
	display: block;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	background: url(images/bgNavigation.gif) 0px 0px;
	line-height: 22px;
	text-indent: 0px;
	margin: 0px;
	padding: 0px 8px;
}

/* DROP DOWN LINKS */

#nav .dropDown li a:link {
	display: block;
	color: #bf0031;
	text-decoration: none;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	line-height: 22px;
	text-indent: 10px;
	margin: 0px;
	padding: 0px;
	background: transparent;
}

#nav .dropDown li a:visited {
	display: block;
	color: #bf0031;
	text-decoration: none;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	line-height: 22px;
	text-indent: 10px;
	margin: 0px;
	padding: 0px;
	background: transparent;
}

#nav .dropDown li a:hover {
	color: #13008f;
	display: block;
	text-decoration: none;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	line-height: 22px;
	text-indent: 10px;
	margin: 0px;
	padding: 0px;
	background: transparent;
}

#nav .dropDown li a:active {
	display: block;
	color: #bf0031;
	text-decoration: none;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	line-height: 22px;
	text-indent: 10px;
	margin: 0px;
	padding: 0px;
	background: transparent;
}

#mainColumn {
	width: 800px;
	background: #ffffff url(images/bgMainColumn.gif);
	margin: 0px auto;
	display: block;
}

#leftColumn {
	display: block;
	width: 208px;
	min-height: 500px;
	float: left;
	background: url(images/bgLeftColumn.gif);
}

#leftColumnContent {
	margin: 0px;
	padding: 0px 0px 25px 0px;
}

#rightColumn {
	display: block;
	width: 592px;
	float: left;
	background: #ffffff;
}

#rightColumnContent {
	margin: 0px;
	padding: 25px;
	text-align: justify;
}

#header {
	
}

.block {
	display: block;
	width: 270px;
	height: 100px;
	min-height: 100px;
	float: left;
}

.nospace {
	margin: 0px;
	padding: 0px;
}

.space {
	margin: 0px;
	padding: 0px 0px 5px 0px;
}


h2 a:link {
	color: #13008f;	
	font-size: 14px;
	font-weight: bold;
}

h2 a:visited {
	color: #13008f;	
	font-size: 14px;
	font-weight: bold;
}

h2 a:hover {
	color: #13008f;	
	font-size: 14px;
	font-weight: bold;
}

h2 a:active {
	color: #13008f;	
	font-size: 14px;
	font-weight: bold;
}

.blockContent {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}

.blockContentOdd {
	margin: 0px;
	padding: 0px 25px 0px 0px;
	float: left;
}

#footer {
	clear: both;
	background: #cccccc;
	text-align: center;
	font-size: 11px;
	margin: 0px;
	padding: 18px 0px 18px 0px;
	color: #333333;
}

#footer a {
	margin: 0px;
	padding: 0px 12px;
}

#footer p {
	margin: 0px;
	padding: 3px 0px 0px 0px;
}