body {
	background-color: #FFFFFF;
	margin: 0;
}

body, td {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 24px;
}

/* Text */

h1 {
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #00489D;
	font-size: 16px;
	letter-spacing: -1;
	background: url("images/dotted_square_blue.gif") no-repeat center left;
	padding-left: 15px;
	margin: 0;
}

h2 {
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #00489D;
	font-size: 12px;
	letter-spacing: 2;
	margin: 0;
	text-transform: uppercase;
}

p {
	padding-left: 15px;
	text-align: justify;
}

p.compressed {
	line-height: 18px;
}

p.noindent {
	padding: 0;
}

.title {
	font-weight: bold;
	color: #9B2B2B;	
}

table.indent {
	padding-left: 15px;
}

/* Divider/Divs */

.divider {
	background: url("images/bg_line.gif") repeat-x;
	height: 20;
}

/* Lists */

ul, li {
	list-style-image: url('images/dotted_square_small_blue.gif');
}

/* Submenu Styles */
.submenu {
	background-color: #E8E8E8;
	padding: 10px;
	margin-bottom: 10px;
}

.submenu h1 {
	color: #9B2B2B;
	background: url("images/dotted_square_red.gif") no-repeat center left;
}

.submenu a {
	color: #9B2B2B;
}

.submenu a:hover {
	background-color: #9B2B2B;
	color: #fff;
}

.submenu ul, .submenu li {
	list-style-image: url('images/dotted_square_small_red.gif');
}


/* Links */

a {
	color: #00489D;
}

a:hover {
	color: #FFF;
	background-color: #00489D;
	text-decoration: none;
}

a.featured {
	color: #9B2B2B;
	font-weight: bold;
	text-decoration: none;
}

a.featured:hover {
	background-color: #9B2B2B;
	color: #fff;
}

a.menu, td.menubar {
	font-weight: bold;
	color: #00489D;
	font-size: 12px;
}

a.menu {
	padding: 4px 5px 6px 5px;
	text-decoration: none;
}

a.menu:hover {
	color: #FFF;
	background-color: #9B2B2B;	
}

/* Table */

td.maincontent {
	padding-right: 25px;
	width: 565px;
}

td.sidebar {
	width: 215px;
}

td.footer{
	font-size: 11px;
	color: #cccccc;
	text-align: center;
	padding-top: 5px;
	height: 15px;
}

/* Images */

img.one{
	padding-right: 10px;
	padding-bottom: 5px;
	float: left;
	clear: both;
}

img.two{
	padding-left: 10px;
	padding-bottom: 5px;
	float: right;
	clear: both;
}

	