body {
	background-color: white;
	padding: 4px;
}

div, p, td, th, body {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height:16px;
}

.search {
	float: left;
	margin-top: -28px;
	width: 905px;
	text-align: right;
	position: absolute;
}

.searchPage a {
	color: blue;
}

.searchPage .path {
	color: green;
}

.searchPage .percentage {
	color: green;
}

.searchPage p {
	margin-top: 0px;
	margin-bottom: 10px;
}
.searchPage .advancedLink {
	font-size: 9px;
}
.searchPage .warning {
	color: red;
}

.searchPage .pageIndex {
	font-size: 12px;
}

.searchPage .pageIndex a {
	margin-left: 2px;
	margin-right: 2px;
}

.searchPage .pageIndexCurrentPage {
	color: #a00;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

/* MAIN CONTENT TAGS
----------------------------------*/
p, ul {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #666;
	font-size : 12px;
	line-height: 16px;
	text-align: left;
	font-weight: normal;
}

ul {
	padding-left: 10px;
	list-style-type: disc;
	list-style-position: inside;
	
}

H1 {
	margin: 29px 0px 0px 50px;
	padding: 15px 25px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #002663;
	font-size : 18px;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	background: url(/Site/Designs/Images/title_bg.jpg) no-repeat top right;
	height:49px;
	width: auto;
}
H2 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #002663;
	font-size : 14px;
	text-align: left;
	font-weight: bold;
}
H3 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #002663;
	font-size : 12px;
	text-align: left;
	font-weight: bold;
}

H4 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #666;
	font-size : 12px;
	line-height: 16px;
	text-align: left;
	font-weight: bold;
}

A {
	color: #000;
	text-decoration: underline;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}
A:Hover {
	color: #999;
	text-decoration: none;
 	font-family : Verdana, Arial, Helvetica, sans-serif;
}

a:active {
	color: #999;
	text-decoration: none;
}

sup, sub {
	 vertical-align: 0;
	 position: relative;
}
sup { 
	bottom: 1ex;
}
sub { 
	top: 0.8ex;
}

.PDFlink {
	margin: 0px;
	padding: 0px 0px 3px 32px;
	display: block;
	background: url(/Site/Designs/Images/pdf_icon.gif) no-repeat top left;
}

/*------------------------------------------------------------*/


.contentInner .divisions .division1 h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #00ADD4;
	font-size : 12px;
	text-align: left;
	font-weight: bold;
}



/* DEVELOPER NOTES STYLE
-----------------------------------*/

.devComments {
	margin: 5px;
	padding: 5px;
	display: block;
	background-color: #FFFFCC;
	border: #FF0000 solid 1px;
	font-size: 10px;
	font-weight: bold;
	line-height: 16px;
	color: #000000;
}

/* CONTACT TABLE STYLES
/*------------------------------------------*/

table.Details01 {
	margin: 0px 0px 10px 0px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}

tr.row01 {
	text-align: left;
	font-weight: bold;
	border-bottom: #FFF solid 2px;
	background: #002663 url(/Site/Designs/Images/contact_ruler.gif) bottom right no-repeat;
}
tr.row01 td {
	padding: 10px;
	font-size: 12px;
	color: #FFF;
}

/*------------------------------------------*/

tr.row02 {
	text-align: left;
	font-weight: normal;
	border-bottom: #002663 solid 1px;
	background-color: #ECECEC;
}
tr.row02 td {
	padding: 10px;
	font-size: 11px;
	vertical-align: text-top;
}

/*------------------------------------------*/

tr.row03 {
	text-align: left;
	font-weight: normal;
	border-bottom: #002663 solid 1px;
	background-color: #F7F7F7;
}
tr.row03 td {
	padding: 10px;
	font-size: 11px;
	vertical-align: text-top;
}


/* IMAGE ALIGN STYLES
----------------------------------*/

.img_left {
	margin: 10px;
	float: left;
}

.img_left02 {
	margin: 0px 10px 3px 0px;
	float: left;
}

.img_left03 {
	margin: 0px 10px 30px 0px;
	float: left;
}

.profile_pics {
	margin: 0px 10px 10px 0px;
	float: left;
}

.img_right {
	margin: 10px;
	float: right;
}

.img_right02 {
	margin: 0px 0px 3px 10px;
	float: right;
}
