*
{
	/*padding: 0px;
	margin: 0px;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

img
{
	border: 0px;
}

.redText, .required
{
	color: red;
}

.body_class
{
	background-color: #0c2577;
	margin-top: 0px;
	padding-top: 0px;
}

.imgClass {
	padding: 5px;
	border: 1px solid #cccccc;
}

#wrapper
{
	background-image: url('/images/container_background.png');
	width: 990px;
	margin: auto;
}

#container
{
	width: 940px;
	margin: auto;
	padding-top: 12px;
	padding-bottom: 12px;
	overflow: hidden; 
}

#header
{
	background-image: url('/images/masthead.jpg');
	background-repeat: no-repeat;
	width: 925px;
	height: 132px;
	margin: auto;
}

#stripes
{
	height: 30px;
	width: 925px;
	margin: auto;
	margin-top: 5px;
}

#left_stripes
{
	float: left;
	background-image: url('/images/stripes.png');
	background-repeat: no-repeat;
	height: 30px;
	width: 539px;
}

#right_stripes
{
	background-image: url('/images/header_button_gradient.png');
	background-repeat: repeat-x;
	width: 386px;
	height: 30px;
	float: left;
	text-align: right;
}

#navigation
{
	background-image: url('/images/nav_gradient.png');
	background-repeat: repeat-y;
	width: 212px;
	margin: 5px 0px 5px 7px;
	float: left;
}

#head_navigation
{
	background-image: url('/images/nav_header.png');
	background-repeat: no-repeat;
	width: 205px;
	height: 6px;
}

#navcontainer
{
	margin: 0px;
	padding: 0px;
}

#navcontainer ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer ul li a
{
	display: block;
	text-decoration: none;
	background-image: url('/images/nav_back.png');
	background-repeat: no-repeat;
	width: 191px;
	height: 22px;
	padding: 7px 0px 0px 7px;
	color: #ffffff;
	border: 1px solid #FFFFFF;
	font-size: 14px;
}

#navcontainer ul li a#current, #navcontainer ul li a:hover
{
	display: block;
	text-decoration: none;
	background-image: url('/images/nav_back_active.png');
	background-repeat: no-repeat;
	width: 191px;
	height: 22px;
	padding: 7px 0px 0px 7px;
	color: #ffffff;
	border: 1px solid #FFFFFF;
}

#navcontainer ul li ul li a
{
	display: block;
	background-image: none;
	text-decoration: none;
	background-color: #5C85AF;
	width: 191px;
	height: 17px;
	padding: 2px 0px 2px 7px;
	color: #ffffff;
	border: 1px solid #FFFFFF;
	font-size: 12px;
}

#navcontainer ul li ul li a#current, #navcontainer ul li ul li a:hover
{
	background-image: none;	
	background-color: #5C85AF;	
	text-decoration: none;
	width: 191px;
	height: 17px;
	padding: 2px 0px 2px 7px;
	color: #333333;
	border: 1px solid #FFFFFF;
}

#foot_navigation
{
	background-image: url('/images/nav_footer.png');
	background-repeat: no-repeat;
	width: 205px;
	height: 5px;
}

#subscription_box
{
	width: 179px;
	margin: auto;
	margin-top: 20px;
}

#subscription_title
{
	background-image: url('/images/head.png');
	background-repeat: no-repeat;
	width: 169px;
	height: 20px;
	margin: auto;
	color: white;
	padding-left: 10px;
	padding-top: 5px;
}

#subscription_background
{
	text-align: center;
	background-image: url('/images/submit_box.png');
	background-repeat: no-repeat;
	width: 159px;
	height: 83px;
	margin: auto;
	padding: 10px;
}

#subscription_background *
{
	padding: 0px;
	margin: 0px;
}

#subscription_background p 
{
	padding: 5px;
	margin: 0px;
}

#bar
{
	float: left;
	width: 1px;
	height: 400px;
}

#content_right
{
	float: left;
	width: 704px;
	margin-left: 6px;
	margin-top: 5px;
	background: #ffffff;
}

.main_box_title
{
	border: 1px solid #EAEAEA;
	border-bottom-width: 0px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #294F8E;
	font-weight: bold;
}

.main_box_content
{
	border: 1px solid #EAEAEA;
	border-top-width: 0px;
	background-image: url('/images/box_gradient.png');
	background-repeat: repeat-x;
	padding-left: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.spacer_row
{
	height: 2px;
}

.spacer
{
	width: 2px;
}

#footer
{
	background-image: url('/images/footer.png');
	background-repeat: no-repeat;
	width: 933px;
	height: 118px;
	margin: auto;
	clear: both;
	margin-top: 10px;
	margin-bottom: -10px;
}

	#li
	{
		float: left;
		padding: 15px 0px 0px 10px;
	}

	#foundation
	{
		float: left;
		padding: 5px 0px 0px 5px;
	}

	.footer_text
	{
		padding: 10px 0px 0px 10px;
		width: 320px;
		float: left;
		font-size: 10px;
	}

	.footer_text h2
	{
		line-height: 18px;
		color: #294F8E;
		font-size: 11px;
	}

	#contact
	{
		padding: 12px 5px 5px 50px;
		margin-left: 5px;
		float: right;
		background-image: url('/images/footer_contact.png');
		background-repeat: no-repeat;
		background-position: 100% 0;
		width: 266px;
		height: 104px;
		font-size: 10px;
		color: #333333;
	}
#bottom
{
	text-align: center;
	padding-top: 12px;
	color: #FFFFFF;
	background-image: url('/images/bottom_border.png');
	background-repeat: no-repeat;
	width: 990px;
	height: 2px;
	margin: auto;

}



/* -- content box -- */
.cbBody {
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	padding:7px 6px 5px 6px;
	background-image: url(/images/box_gradient.png);
	background-repeat:repeat-x;
	background-position: top;
	vertical-align: top;
	text-align: center;
}

.cbTitle	{
	color: #294F8E;
	font-family: Trebuchet MS;
	font-weight: bold;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	border-top: 1px solid #eaeaea;
	padding: 3px 7px 3px 7px;
	line-height: normal;
}

.contenttop {
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	border-top: 1px solid #eaeaea;
	padding: 1px 10px 10px 10px;
}

.contentbottom {
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}

.contentright {
}

.cbBody table
{
	width: 100%;
}

.cbBody table td
{
	text-align: left;
	font-size: 8pt;
}

.cbBody table td a
{
	color: #666666;
	font-size: 8pt;
}

.breadcrumb,
.breadcrumb a {
	color: #666666;
	text-align: right;
}

h1 { 
	color: #294F8E;
	font-family: Trebuchet MS;
	font-weight: bold;
	margin: 0px;
}

h2
{
	font-size: 20px; margin: 0px 0px 8px 0px; color: #294F8E; font-family: "Times New Roman", Times, serif;
}

h3 { 
	color: #294F8E;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}



a
{
	color: #666666;
}

p
{
	padding-bottom: 5px;
}

.fieldLbl {
	text-align: right;
	padding-right: 10px;
}

.fieldVal {
	text-align: left;
}

.tableBoundary {
	background-color: #0c2577;
	color: #ffffff;
	font-weight: bold;
}

.tableBorder {
	border: 1px solid #0c2577;
}

.tableHeader {
	background-color: #0c2577;
	font-weight: bold;
	color: #ffffff;
	padding: 5px;
}

.tableHeader a {
	color: #ffffff;
}

.evenrow {
	background-color: #ffffff;
	color: #000000;
}

.oddrow {
	background-color: #f0f0f0;
	color: #000000;
}

small
{
	font-size: 7pt;
}

small strong
{
	font-size: 7pt;
}

#messages {
	padding: 7px 0px 7px 22px;
	background-position: 0px 8px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

.message_warning {
	color: #ff0000;
	border-top: 2px solid #ff0000;
	border-bottom: 2px solid #ff0000;
	background-image: url(/sitevizcms/images/error.png);
}

.message_confirm {
	color: #009900;
	border-top: 2px solid #009900;
	border-bottom: 2px solid #009900;
	background-image: url(/sitevizcms/images/tick.png);
}