/* CSS Document */

body {     
	background-color: #fff;
	background-image: url('images/bkgrnd.gif');
	background-repeat: repeat; 
	margin: 10px;    
	padding: 0;
	text-align: center; 
}

/* Universal Text and Layout Settings */

p {     
	line-height: 1.25em; 
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-align: left;
	color: #666666;
	padding-top: 0px;
} 

h1 {     
	line-height: 0em; 
	margin-left: 10px;
	margin-top: 4px;
	margin-bottom: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-align: justify;
	color: #315d8a;
	padding-bottom: 4px;
	padding-top: 4px;
} 

h2 {     
	line-height: 0em; 
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 8px;
	font: 12pt Tahoma;
	font-style: normal;
	text-align: left;
	color: #666666;
} 

h3 {     
	line-height: 0em; 
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 14px;
	font: 14pt Tahoma;
	font-style: normal;
	text-align: justify;
	color: #666666;
} 

h4 {     
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 16px;
	font: 18pt Tahoma;
	font-style: normal;
	text-align: justify;
	color: #c95757;
}

h5 {
	line-height: 0em; 
	margin-left: 10px;
	margin-top: 4px;
	margin-bottom: 4px;
	font: 11pt Tahoma;
	font-style: normal;
	text-align: justify;
	color: #cccccc;
}

h6 {     
	line-height: 0em; 
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 8px;
	font: 12pt Times New Roman;
	font-style: italic;
	text-align: center;
	color: #000099;
} 

img {     
	border-style: none;     
	border-width: 0px;     
	border-color: none; 
} 

a {     
	text-decoration: none;
	color: #666666; 
} 

strong {     
	font-style: bold;     
} 

/* List Settings */

ul {
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1.25em;
}

li {     
	line-height: 1em; 
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-align: left;
	color: #666666;
	padding-top: 0px;
}

tr {
	margin-bottom: 0px;
} 

td {
	margin-bottom: 0px;
} 


/* Member Login Strip at Top of Masthead */

#big_div {
	width: 760px;
	height: auto;
	margin: 0 auto;
	text-align: left;
}
	
#login {     
	background-color: #315d8a;     
	width: 760px;
	height: 21px; 
	margin: 0 auto;
	text-align: left;
	padding-left: 20px;
	padding-top: 10px;
	font-family: tahoma, arial, helvetica, sans-serif;     
	font-size: 10px;     
	color: #c1cfdc;     
} 

#login img {
	border-style: none;     
	border-width: 0px;     
	border-color: none;
	margin-top: 0px;
	margin-right: 10px;
	padding-bottom: 8px;
	left: 0; 
}

#login a {
	font-family: tahoma, arial, helvetica, sans-serif;     
	font-size: 10px;
	color: #c1cfdc;
}

#login input {
	background-color: #315d8a;
	height: 12px;
	margin-left: 5px;
	margin-right: 10px;
	border: 1px;
	font-family: tahoma, arial, helvetica, sans-serif;     
	font-size: 10px;
	color: #c1cfdc;
} 

#login .buttons { 
 	background-image: url(images/submit.gif);
 	width: 19px;
 	height: 19px;
 	border: 0; 
 	margin-left: 0px;
 	margin-top: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
 	font-size: 10px; 
 	color: #c1cfdc; 
}

/* Drop-down Java Navigation Strip Settings */

#nav { 
	margin: 0 auto;
	top: 0px;
	width: 750px;
	height: 20;
	z-index: 1;    
	background-color: #c95757;
	text-align: left;
	padding-left: 30px;
}

/* grayscale - all levels; text properties for states: normal, hover, click */
.TM0i0 {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;;
	color: #ffffff;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

/* grayscale - all levels; box properties for states: normal */
.TM0o0 {
	background: #b62222;
	padding: 4px;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
}

/* grayscale - all levels; table properties for states: normal, hover, click */
.TM0t0 {
	background: #ffffff;
}

/* grayscale - all levels; box properties for states: hover */
.TM0o1 {
	background: #c95757;
	padding: 4px;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
}

/* Odin Main Nav; table properties for states: hover */
.TM0t1 {
	background: #cococo;
}

/* grayscale - all levels; box properties for states: click */
.TM0o2 {
	background: #000000;
	padding: 4px;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
}	
	
/* Home Page Settings */

#home_masthead {
	position: relative;
	background-color: #ffffff;
	width: 780px;
	height: 200px;
}

#home_graphic {
	position: relative;
	float: left;
	top: 0px;
	width: 500px;
	height: 196px;
	background-color: #ffffff;
	background-image: url(images/home_main.jpg);
	text-align: left;
}

#home_nav {
	position: relative;
	float: right;
	top: 0px;
	width: 280px;
	height: 196px;
	background-color: #ffffff;
	text-align: left;
}

#home_body {
	position: relative;
	float: left;
	top: 0px;
	width: 460px;
	height: auto;
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 10px;
	text-align: left;
}

#home_body h1 {
	line-height: 0em; 
	font: 12pt Tahoma;
	font-style: normal;
	text-align: center;
	color: #666666;
} 

#home_offices {
	position: relative;
	float: right;
	top: 0px;
	width: 280px;
	height: auto;
	margin-top: 5px;
	text-align: left;
}

		

/* Page Masthead */

#masthead {
	position: relative;
	margin: 0 auto;
	background-color: #ffffff;
	width: 780px;
	height: 59px;
	background-image: url(images/banner.gif);
	visibility: inherit;
}	

/* History Page Settings */

#history_column1 {
	position: relative;
	top: 12px;
	float: left;
	width: 360px;
	height: auto;
	margin-left: 20px;
}

#history_column1 h1 {
	line-height: 0em; 
	font: 12pt Tahoma;
	font-style: normal;
	text-align: center;
	color: #666666;
} 

/* Page Content Area Settings */

#content { 
	margin: 0 auto;
	top: 0px;
	width: 780px;
	height: auto;
	background-color: #ffffff;    
	background-image: url(images/bodyback.gif);
	background-repeat: repeat-x; 
}

#headline {
	position: relative;
	top: 20px;
	float: left;
	width: 740px;
	height: 40px;
	margin-left: 20px;
	background-image: url(images/title_underscore.gif);
}

#column1 {
	position: relative;
	top: 12px;
	float: left;
	width: 360px;
	height: auto;
	margin-left: 20px;
}

#column2 {
	position: relative;
	top: 12px;
	float: right;
	width: 360px;
	height: auto;
	margin-right: 20px;
}

#wide_column {
	position: relative;
	top: 12px;
	float: left;
	width: 470px;
	height: auto;
	margin-left: 20px;
}

#narrow_column {
	position: relative;
	top: 12px;
	float: left;
	width: 260px;
	height: auto;
	margin-left: 20px;
	_margin-left: 10px;
}

/* Primary Page Contact Information Column for Country Pages */

#contact2_column {
	position: relative;
	top: 12px;
	float: right;
	width: 250px;
	height: auto;
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	border: 1px solid #a6a38f;
}

#contact2_column_title {
	position: relative;
	top: 0px;
	float: right;
	width: 250px;
	height: 20;
	margin-right: 20px;
	background-color: #333333;
}

#contact2_primename {
	position: relative;
	top: 0px;
	float: left;
	width: 60px;
	height: auto;
}

#contact2_primephone {
	position: relative;
	top: 0px;
	float: right;
	width: 190px;
	height: auto;
}


/* Department Contact Information for Contact Page */

#contactpage_lftcolumn {
	position: relative;
	top: 12px;
	float: left;
	width: 360px;
	height: auto;
	margin-left: 20px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	border: 1px solid #a6a38f;
}

#contactpage_rtcolumn {
	position: relative;
	top: 12px;
	float: right;
	width: 360px;
	height: auto;
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	border: 1px solid #a6a38f;
}

#contactpage_column_title {
	position: relative;
	top: 0px;
	float: right;
	width: 360px;
	height: 20;
	margin-right: 20px;
	background-color: #333333;
}

#contactpage_column p {     
	line-height: 1.25em; 
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-align: left;
	color: #666666;
	padding-top: 0px;
}

#contactpage_primename {
	position: relative;
	top: 0px;
	float: left;
	width: 100px;
	height: auto;
}

#contactpage_primephone {
	position: relative;
	top: 0px;
	float: right;
	width: 260px;
	height: auto;
}

#contactpage_name {
	position: relative;
	top: 0px;
	float: left;
	width: 240px;
	height: auto;
}

#contactpage_phone {
	position: relative;
	top: 0px;
	float: left;
	width: 110px;
	height: auto;
}

/* Department Contact Information Column for Offices Pages */

#contact_column {
	position: relative;
	top: 12px;
	float: right;
	width: 360px;
	height: auto;
	margin-right: 20px;
	_margin-right: 10px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	border: 1px solid #a6a38f;
}

#contact_column_title {
	position: relative;
	top: 0px;
	float: right;
	width: 360px;
	margin-right: 0px;
	background-color: #333333;
}

#contact_column p {     
	line-height: 1.25em; 
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-align: left;
	color: #666666;
	padding-top: 0px;
}

#contact_primename {
	position: relative;
	top: 0px;
	float: left;
	width: 100px;
	height: auto;
}

#contact_primephone {
	position: relative;
	top: 0px;
	float: right;
	width: 260px;
	height: auto;
}

#contact_name {
	position: relative;
	top: 0px;
	float: left;
	width: 240px;
	height: auto;
}

#contact_phone {
	position: relative;
	top: 0px;
	float: left;
	width: 110px;
	height: auto;
}

/* Profile Pages Single Column */

#profile_column {
	position: relative;
	top: 12px;
	float: left;
	width: 680px;
	height: 300px;
	margin-left: 20px;
	margin-right: 40px;
	margin-bottom: 60px;
	background-color: auto;
}



/* Report Landing Page with Graphs */

#graph_column1 {
	position: relative;
	top: 12px;
	float: left;
	width: 159px;
	height: auto;
	margin-left: 20px;
}

#graph_column2 {
	position: relative;
	top: 12px;
	float: right;
	width: 580px;
	height: auto;
	margin-right: 20px;
}

/* Report PDF Download Strips */

#pdf_title {
	position: relative;
	height: 20px;
	float: left;
	width: 259px;
	margin-right: 1px;
	margin-bottom: 1px;
	background-color: #ccd6e0;
}

#pdf_download {
	position: relative;
	height: 20px;
	float: right;
	width: 100px;
	margin-bottom: 1px;
	background-color: #003366;
}

#pdf_title p {
	line-height: 1.25em; 
	margin-left: 10px;
	margin-top: 3px;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-align: left;
	color: #000033;
	padding-top: 0px;
}

#pdf_download p {
	line-height: 1.25em; 
	margin-left: 10px;
	margin-top: 3px;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-align: left;
	color: #CCCCCC;
	padding-top: 0px;
}

#pdf_download a {     
	text-decoration: none;
	margin-top: 3px;
	color: #FFFFFF; 
} 

/* Announcements Page */

#announce_column {
	position: relative;
	top: 12px;
	float: left;
	width: 720px;
	height: auto;
	margin-left: 20px;
	background-color: auto;
}

#announce_callout {
	position: relative;
	height: auto;
	line-height: 1.25em; 
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-align: left;
	background-color: #CCCCCC;
	padding-top: 4px;
}


/* Pictures For Bottom Of Pages */

#pictures {
	position: relative;
	top: -4px;
	height: 600px;
	width: 780px;
	height: auto;
	background-color: #ffffff;
	padding-top: 20px;
}

#pictures img {
	margin-right: 10px;
	vertical-align: top;
}

/* Page Footer with Copyright */

#footer {
	background: #fff;
	margin: 0 auto;
	padding-top: 20px;
	height: 30px;
	width: 780px;
	text-align: right;
	font-family: tahoma, arial, helvetica, sans-serif;     
	font-size: 10px;     
	color: #c1cfdc;     
}

/* - - - - - - - - - - - - - - - - - - -
/ Cleaner
/- - - - - - - - - - - - - - - - - - - - */

.cleaner {
	clear: both;
	height: 1px;
	font-size: 1px;
	border: none;
	margin: 0px; padding:0px;
	background: transparent;
}