/******************************************************/
/* GLOBAL.CSS Document                                */
/******************************************************/


/***************** HTML tag styles ********************/

body, dt, dl, h1, h2, h3, h4, h5, h6, p, ol, ul, form, img, blockquote {  
	padding: 0;
	margin: 0;
	
} 

h1, h2, h3, h4, h5, h6, pre, code {
	font-size: 1em;
	
}

body {
	background-color: #ebe6cf;
	color: #ffffff;
	margin: 50px 0 0 0;
	text-align: center;
		
}

/***************** Header tag styles ********************/

h1 {
	color: #666666; 
	font: bold 16px Georgia, Georgia, serif;
	margin-bottom: 15px;
	padding-top: 10px;
	
} 

h2 {
	color: #666666;
	font: bold 14px Arial, Georgia, serif;
	margin-bottom: 5px;
	margin-left: 10px;
	
}

h3 {
	color: #2f297d;
	font: bold 12px Helvetica, Georgia, serif;
	margin-top: 5px;
	margin-bottom: 5px;
		
}

/***************** list tag styles ********************/

#content ul {
	font: normal 12px Helvetica, Georgia, serif;
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 20px;
	line-height: 1.3em;
	padding: 5px;
	
}	


#content li {
	padding-bottom: 5px;
	font: normal 12px Helvetica, Georgia, serif;
	
}

/*****************  content styles ********************/

p {
	color: #666666;
	font: normal 12px Helvetica, Georgia, serif;
	line-height: normal;
	padding: 5px;
	
}

#site p {
	color: #666666;
	font-size: 10px;
	text-align: right;
	font-weight: normal; 
			
}

.blue {
    color: #2f297d;	
}

td {
	font: normal 12px Helvetica, Georgia, serif;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 3px;
	text-align: left;
	

}

/***************** Hyperlink styles ********************/

a {
	color: #cccccc;
	font: normal 12px Helvetica, Georgia, serif;
	text-decoration: none;
				
}

#site a {
	color: #666666;
	font-size: 10px;
	text-align: right;
	font-weight: normal; 
			
}

#site a:hover {
	color: #2f297d;
	font-size: 10px;
	text-align: right;
	font-weight: normal; 
			
}

#siteInfo a {
	color: #2f297d;
	
			
}

#siteInfo a:hover {
	color: #2f297d;
	font-weight: bold;	
			
}

/***************** Layout Divs ********************/


#holder {
	background: #ffffff;
	border: 2px groove #ccccff;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 760px;
	
}

#header {
	border-top: solid #666666 0px;
	border-bottom: 2px groove #ccccff;
	height: 100px;
	margin-bottom: 0px;
		
}

#masthead{
	position: absolute;
	top: 5px;
	left: auto;
	right: auto;
	width:760px;
		
}

#content {
	background-color: #FFFFFF;
	color: #666666;
	float: inherit;
	height: auto;
	margin-left: 200px;
	margin-right: 15px;
	text-align: justify;
		
}


#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #919999;
	padding: 0px 5px 0px 5px;
	margin-top: 0px;
}

#nav {
	background-color: #ffffff;
	clear: left;
	float: left;
	margin-right: 15px; 
	width: 193px;
	
}

#site {
	margin-right: auto;
	margin-left: auto;
	width: 760px;
	text-align: left;
	
}

#fill {
	background: url(../images/blue_bar.jpg); 
	background-repeat: repeat-y;
	background-position: left top;	
	
}

/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 16px;
	right: 0px;
	color: #919999;
}

#utility a{
	color: #3f5d7e;
}

#utility a:hover{
	text-decoration: underline;
}

/***************** Navigation ********************/

#mainNav ul {
	list-style-type: none;
	margin-top: 1px;
	padding-left: 0px;
	padding-right: 0px;
	color: #ffffff;
				
}

#mainNav li {
	display: inline;
	list-style: none;
	
	
}

#mainNav a:hover {
	background: #c7c7c7;
	color: #2f297d; 
		
}

#mainNav a {
	background-color: #2f297d; 
	border-bottom: 1px solid #cccccc;
	color: #cccccc;
	display: block;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 8px;	
	padding-bottom: 8px;
	text-decoration: none;
	text-align: center;
	width: 193px;
				
}

/***************** Images ********************/

img.people1 {
	float: right;
	margin-right: 0px;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 0px;
	

}

img.people2 {
	border: 1px solid #666666;
	float: right;
	margin-left: 30px;
	margin-bottom: 6px;
	margin-top: 0px;
	padding: 3px;
	
}

img.logo {
	border: 1px solid #666666;
	float: left;
	margin-bottom: 15px;
	
}


