* {
	margin: 0px;
	padding: 0px;
}
body {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	-x-system-font: none;
	background: #FFFFFF none repeat scroll 0 0;
	color: #333333;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	margin: 10px;
	padding: 0;
	text-align: left;
}

img {
	border: 0 none;
}

a {
	color: #153F91;
}

a:link {
	color: #153F91;
	cursor: pointer;
}

a:visited {
	color: #153F91;
}

a:hover {
	color: #666666;
}

a:active,a:focus {
	color: #153F91;
}

a.menu_item:link,a.menu_item:visited,a.menu_item:hover {
	font-weight: bold;
}

.clear_right {
	clear: right;
	height: 0;
}

.formerror {
	background-color: #F37020;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 10px;
}

.formerror a {
	color: #FFFFFF;
}

.formerror ul {
	margin-left:20px;	
}

form label,label.form {
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
}

ul.context_items li {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: transparent url(/images/orange_bullet.gif) no-repeat scroll
		0 0.5em;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding-left: 8px;
}

ul.highlight_items {
	list-style-type: none;
	margin-bottom: 15px;
	margin-left: 0;
	margin-top: 5px;
	padding-bottom: 20px;
	padding-left: 8px;
	padding-right: 20px;
	position: relative;
	text-align: left;
}

ul.highlight_items li {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: transparent url(/images/orange_bullet.gif) no-repeat scroll
		0 0.5em;
	font-size: 11px;
	font-weight: bold;
	list-style-type: none;
	margin: 0 0 10px;
	padding-left: 8px;
}

h1,h2,h3,h4 {
	color: #34307C;
	font-weight: bold;
}

h1 {
	font-size: 150%;
	margin-bottom: 15px;
	margin-top: 10px;
}

h2 {
	font-size: 125%;
	margin: 20px 0 10px;
}

h3 {
	color: #4B6DD7;
	font-size: 110%;
	margin-bottom: 10px;
	margin-top: 15px;
}

h4 {
	color: #333333;
	font-size: 105%;
	margin-bottom: 7px;
	margin-top: 12px;
}

p {
	line-height: 150%;
	margin-bottom: 7px;
	margin-top: 0;
	text-align: justify;
}

ul {
	margin-bottom: 7px;
	margin-top: 0;
	padding: 0;
}

li {
	font-size: 100%;
	line-height: 125%;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom: 6px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.errmsg {
	color: #CC0000;
}

.formbody {
	color: #34307C;
	font-weight: bold;
}

.rhsHeading {
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#campaign {
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
	width: 100%;
}

#cms_component table {
	border: 1px solid #6381B7;
	border-spacing: 1px;
	margin-bottom: 10px;
	width: 100%;
}

#cms_component td {
	font-size: 96%;
	padding: 6px;
	text-align: justify;
}

#cms_component h2,
#cms_component h3,
#cms_component h4,
#cms_component li
	{
	text-align: justify;
}

#cms_component table.bypass {
	border: medium none;
}

#cms_component table.bypass td {
	padding: 0;
}

.greyline {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: transparent url(/images/greydot.gif) repeat-x scroll 0 0;
	font-size: 0;
	height: 1px;
	width: 100%;
}

.sitemap2 {
	margin-left: 20px;
}

.sitemap2 a {
	text-decoration: none;
}

.sitemap3 {
	margin-left: 40px;
}

.sitemap3 a {
	text-decoration: none;
}

.sitemap4 {
	margin-left: 60px;
}

.sitemap4 a {
	text-decoration: none;
}

.tabletopheader {
	background-color: #6381B7;
	color: #FFFFFF;
	font-weight: bold;
}

.tableheader {
	background-color: #90A6CD;
	font-size: 85%;
	font-weight: bold;
}

.oddrow {
	background-color: #FFFFFF;
}

.evenrow {
	background-color: #EDF4FA;
}

.popupheader {
	background-color: #34307C;
}

.grey {
	color: #666666;
}

.large {
	font-size: large;
}

.xlarge {
	font-size: x-large;
}

.medium {
	font-size: medium;
}

.orangeText {
	color: #F16523;
	font-weight: bold;
}

.orangeHeader {
	color: #F16523;
	margin: 0;
}

/* same as default headers */
.blue {
	color: #34307C;
}

.orange,
.orangeHeader2 {
	color: #F16523;
}

.header2 {
	color: #F16523;
	font-size: 30px;
}

#site-container {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

.divider {
	border-bottom: 1px dashed #58595B;
	clear: both;
	height:5px;
	margin-bottom:5px;
}

.clear {
	clear: both;
}

#top_horizontal {
	background-image: url(/images/top_horizontal.gif);
	background-position: left top;
	background-repeat: repeat-x;
	clear: both;
	height: 41px;
}

#body-container {
	background-color: #FFFFFF;
}

#breadcrumbs {
	padding:4px 0px 14px 20px;
	
}

#content-container {
	margin: 0;
	padding: 0;
}


#bottomline {
	background-color: #34307C;
	clear: both;
	height: 13px;
}

/*.........................................CONTENT LAYOUT........................*/
.alertsPannel {
	height: 200px;
}

.contentPannel {
	float: right;
	width: 720px;
}