body {
	margin: 0px;
	padding: 0px;
	background: url(../images/common/body_tile.gif) top center repeat #999999;
	text-align: center;
	font: 9pt Arial, Helvetica, sans-serif;
}

p {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}

ul {
	margin-top: 0px;
	margin-bottom: 10px;
}

h1, h2, h3 {
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
	color: #023976;
	font: bold 16pt Arial, Helvetica, sans-serif;
}

h2, h3 {
	font-size: 12pt;
	color: #000000;
	margin-bottom: 6px;
}

h3 {
	font-size: 10pt;
	margin-bottom: 4px;
}

div.section {
	font: bold 10pt Arial, Helvetica, sans-serif;
	color: #545454;
	background: #f4f4f4;
	padding: 3px 5px;
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 10px;
}
	
	div.section a {
		float: right;
		font-size: 8pt;
		font-weight: normal;
		padding-top: 2px;
	}

a {
	color: #023976;
	text-decoration: underline;
}

p a, ul li a {
	background-color: transparent;
}

a:hover {
	color: #545454;
	text-decoration: none;
}

p a:hover, ul li a:hover {
	background-color: #F1F1F1;
}

a img {
	border: none;
}

#background {
	width: 100%;
	text-align: center;
	background: url(../images/common/content_bkg.gif) top center repeat-y;
}

#content_wrap {
	width: 100%;
	background: url(../images/common/body_tile_top.gif) top center repeat-x;
	text-align: center;
}

#header {
	color: #000000;
	margin-left: auto;
	margin-right: auto;
	width: 840px;
	background: url(../images/common/header_bkg.gif) top center no-repeat;
	text-align: left;
	height: 157px;
	padding-left: 21px;
	padding-right: 21px;
}

/*******************************
	MENU
*******************************/

#menu {
	width: 840px;
	position: absolute;
	top: 130px;
	text-align: center;
	background: url(../images/menu/menu_bkg.gif) top left repeat-x;
	height: 26px;
	border-bottom: 1px solid #b3b3b3;
}

ul#primary_navigation {
	padding: 0px;
	float: left;
	text-align: left;
	width: 840px;
	margin-left: auto;
	margin-right: auto;
/*	position: relative;
	top: -7px;*/
	
}

	ul#primary_navigation li {
		display: inline;
		list-style: none;
		padding: 0px;
		margin: 0px;
		font-size: 9pt;
		font-weight: bold;
		float: left;
	}
	
		ul#primary_navigation li a {
			color: #666;
			text-decoration: none;
			display: block;
			padding: 0 10px;
			line-height: 26px;
		}
		
		ul#primary_navigation li a:hover {
			text-decoration: none;
			background: none;
			color: #000;
		}
		
			ul#primary_navigation li.first {
				margin-left: 15px;
			}

#menu_shadow {
	position: absolute;
	top: 157px;
	background: url(../images/menu/menu_shadow.gif) top left repeat-x;
	width: 840px;
	height: 19px;
}

#content {
	width: 790px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 25px;
	padding-bottom: 25px;
}

#content_left {
	float: left;
	width: 500px;
	margin-right: 25px;
}

	#content_left p , #content_left ul li{
		line-height: 13pt;
	}

#content_right {
	float: left;
	width: 265px;
	font-size: 8pt;
}

	#content_right div.block {
		padding-left: 5px;
		padding-right: 5px;
	}	

.clear {
	clear: both;
}

#scheme {
	padding: 5px 0;
	font-size: 8pt;
	color: #666;
}

#footer {
	width: 790px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	height: 74px;
	background: url(../images/common/footer_bkg.png) top center repeat-x;
	padding-left: 25px;
	padding-right: 25px;
	font-size: 8pt;
	color: #545454;
}

	#footer a {
		color: #545454;
		background-color: transparent;
	}

#oneill_design {
	float: right;
	margin-left: 10px;
	padding-top: 13px;
}

#footer_nav {
	padding-top: 20px;
}

#copyright {
	padding-top: 7px;
}

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.mr1 {
	margin-right: 10px;
}

.mr2 {
	margin-right: 20px;
}

.mr3 {
	margin-right: 30px;
}

.mr4 {
	margin-right: 40px;
}

.mr5 {
	margin-right: 50px;
}

.mb1 {
	margin-bottom: 10px;
}

.bold {
	font-weight: bold;
}

img.block {
	padding: 14px;
	border: 1px solid #d9d9d9;
	background: #FFFFFF;
}

img.bio {
	border: 1px solid #023976;
}

div.bio {
	margin-left: 112px;
}

div.divider {
	padding-top: 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #d9d9d9;
}

/*******************************
	FORMS
*******************************/

.required {
	color: #FF0000;
}

/*******************************
	TABLES
*******************************/

table.data {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 10px;
}

table.data td {
	border-bottom: 1px solid #CCCCCC;
	padding: 5px;
	vertical-align: middle;
	text-align: left;
	background: #FFFFFF;
	font-weight: bold;
	font-size: 9pt;
}

table.data tr td.bold {
	font-weight: bold;
}

table.small td, table.data td.small {
	font-size: 8pt;
}

table.data tr.first td {
	border-top: 1px solid #CCCCCC;
}

table.data td.field {
	font-weight: bold;
	vertical-align: middle;
	text-align: left;
	background: #F3F3F3;
}

table.data tr.section td {
	border-top: 2px solid #999999 !important;
}

table.data td.data {
	border-left: 1px solid #CCCCCC;
	text-align: left;
	background: none;
	font-weight: normal;
}

table.data tr td.left {
	border-left: none !important;
}

/* HEADERS */

table.data tr th {
	font-weight: bold;
	font-size: 10pt;
	color: #FFFFFF;
	background-color: #646464;
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px;
}

table.data tr th.center-h, table.data tr td.center-h {
	text-align: center;
}

/*******************************
	VALIDATION
*******************************/

/* warnings */
.warning_report {
	background-color: #fffcd7;
	border: 1px solid #ffd235;
	margin-bottom: 8px;
	line-height: 120%;
}

.warning_report div, .warning_report p {
	padding: 8px;
	font-size: 9pt;
	font-weight: normal;
	color: #dd5a5a;
	line-height: 120%;
}

.warning_report div {
	padding-left: 30px;
	background-image: url(/images/common/warning.png);
	background-repeat: no-repeat;
	background-position: 8px 7px;
	line-height: 120%;
}

/* errors */
.error_report {
	background-color: #fff3f3;
	border: 1px solid #af2d2d;
	margin-bottom: 8px;
	line-height: 100%;
}

.error_report div, .error_report p {
	padding: 8px;
	font-size: 9pt;
	font-weight: normal;
	color: #af2d2d;
	line-height: 100%;
}

.error_report div {
	padding-left: 30px;
	background-image: url(/images/common/cross.png);
	background-repeat: no-repeat;
	background-position: 8px 7px;
	line-height: 100%;
}

/* success */
.success_report {
	background-color: #ebf8d5;
	border: 1px solid #7ad30b;
	margin-bottom: 8px;
	line-height: 100%;
}

.success_report div, .success_report p {
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	padding: 8px;
	line-height: 100%;
}

.success_report div {
	padding-left: 30px;
	background-image: url(/images/common/tick.png);
	background-repeat: no-repeat;
	background-position: 8px 7px;
	line-height: 100%;
}

.warning_report p, .error_report p, .success_report p {
	padding-bottom: 0px;
	margin-bottom: 0px;
}