/************************************************/
/* stylesheet.css								*/
/* note padding top,right,bottom,left           */
/************************************************/

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

body{
	background-image: 	url(images/background_01.jpg);
	font-family: 		italic 10pt "Times New Roman",Arial,Helvetica;
	color: 				#000000;
	margin: 			0px;
	padding: 			0px;
	border:				0px;
}
a:link, a:visited {
	color: 				#000000;	/* color of left name text */
	text-decoration: 	underline;
	font-style:			bold;
	font-family:		Arial,Helvetica;
}

a:hover {
	color: 				#0000CC;
	text-decoration: 	underline;
	font-style:			bold;
	font-family:		Arial,Helvetica;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family:		"Times New Roman",Arial,Helvetica;
	margin: 			0px;
	padding: 			0px;
	padding-left:  		0px;
 	color: 				#000000;
}
p {
 	color: 				#000000;
	font-family:		italic 10pt "Times New Roman",Arial,Helvetica;
}

h1{
 	font-family: 		"Times New Roman",Arial,Helvetica;
 	font-size: 			150%;
 	color: 				#000000;
}

h2 {
 	font-size: 			114%;
 	color: 				#000066;
}


h3 {
 	font-size: 			80%;
 	color: 				#000000;
	padding: 			0px 0px 0px 0px;
}
h3 a {
 	font-size: 			80%;
 	color: 				#000000;
	padding: 			0px 0px 0px 0px;
}

h4 {
	font-size: 			80%;
	font-weight: 		normal;
	color: 				#000000;
	padding: 			0px 0px 0px 5px;
}
h4 a {
 	font-size: 			80%;
 	color: 				#000000;
	padding: 			0px 0px 0px 0px;
}
h5{
	font-size: 			100%;
	color: 				#334d55;
}

ul {
 	list-style-type: 	none;
}

li {
	list-style-image: 	url(images/arrow_right_black.gif);
	padding-left:  		0px;
	color:				#000000;
}
ul li a {
	color:				#ff0000;
	text-decoration:	underline;
}

ul ul {
	list-style-type: 	disc;
}

.ul2 {
 	list-style-position:inside;
}

ul ul ul{
	list-style-type: 	none;
}

label{
	font: 				bold 100% "Times New Roman",Arial,Helvetica;
	color: 				#ff0000;
}

/************* #globalNav styles **************/

#globalNav{
	color: 				#000000;
	padding: 			0px 0px 0px 5px;
	white-space: 		nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
	display: 			block;
}

#globalNav a {
	font-size: 			90%;
	padding: 			0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 			80%;
	padding: 			5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 			0px 0px 10px 10px;
	font-size: 			80%;
}

.feature h3{
	padding: 			30px 0px 5px 0px;
	text-align: 		center;
}

.feature img{
	padding: 			0px 10px 0px 0px;
	margin: 			0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: 				both;
	padding: 			10px 0px 0px 10px;
	font-size: 			80%;
}

.story h3{
 	font-size:			100%;
 	color: 				#334d55;
}
.story p{
	padding: 			0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	border: 			0px;
	font: 				100% "Times New Roman",Arial,Helvetica;
	color: 				#000000;
	padding: 			10px 0px 0px 10px;
	margin-top: 		0px;
	vertical-align: 	text-bottom;
}

#siteInfo a {
	color: 				#000000;
	font:				11pt "Times New Roman",Arial,Helvetica;
	text-decoration:	none;
}
#siteInfo a:hover {
	color: 				#0000FF;
	font:				11pt "Times New Roman",Arial,Helvetica;
	text-decoration:	underline;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 			4px 4px 4px 4px;
	vertical-align: 	middle;
}


/*********** #navBar link styles ***********/
#navBar{
  	align: 				left;
}

#navBar hr {
	width:				80%;
	align:				center;
	padding:			2px 2px 2px 20px;	/* top, right, bottom, left */
	color:				#000000;
}
#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 0px solid #FFFFEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

/*********** .relatedLinks styles ***********/

.button {
	text-decoration:	none;
	font-weight:		bold;
	font-family:		sans-serif;
	font-size:			8pt;
	color:				#000000;
/*	padding:			0px 5px 0px 5px;*/
	/*width:				210px;
	width:500px;*/
	text-align:			center;
	/*background-image: 	url(images/background_01.jpg);
	border:				outset 4px white;*/
	margin-left:		1em;
	margin-bottom:		2em;
	
}
.relatedLinks {
	color:				#000000;
	font:				bold 8pt sans-serif;
}

.relatedLinks a, visited {
 	color: 				#000000;
	font:				bold 8pt sans-serif;
}
.relatedLinks a:hover {
 	color: 				#0000DD;
	font:				bold 8pt sans-serif;
}


/************** #additional formatting styles **************/

.main {
	color:				#000000;
	font:				italic 12pt "Times New Roman",Arial,Helvetica,;
}
.maintextblack {
	color:				#000000;
	font:				italic 11pt "Times New Roman",Arial,Helvetica;
}
.maintext
{
	color:				#000000;
	font:				11pt "Times New Roman",Arial,Helvetica;
}

.maintextblackunderline {
	color:				#000000;
	font:				10pt Arial,Helvetica;
	text-decoration:	underline;
}
.maintextblackbold12 {
	color:				#000000;
	font:				italic bold 12pt "Times New Roman",Arial,Helvetica;
}
.maintextwhite {
	color:				#FFFFFF;
	font:				bold 10pt "Times New Roman",Arial,Helvetica;
}
.testimonial {
	color:				#000000;
	font:				italic 10pt "Times New Roman",Arial,Helvetica;
	text-align:			justify;
}.testimonial_sign {
	color:				#000000;
	font:				italic 10pt "Times New Roman",Arial,Helvetica;
	text-align:			right;
}
.bottomnav {
	color:				#000000;
	font:				bold 8pt "Times New Roman",Arial,Helvetica;
}
.bottomnav a {
	color:				#000000;
	font:				bold 8pt "Times New Roman",Arial,Helvetica;
	text-decoration:	none;
}
.bottomnav a:hover {
	color: 				#0000CC;
	font:				bold 8pt "Times New Roman",Arial,Helvetica;
	text-decoration:	underline;
}
.copyright {
	color:				#000000;
	font:				7pt "Times New Roman",Arial,Helvetica;
	padding-left:  		10px;
}

.copyright a {
	color:				#000000;
	font:				8pt "Times New Roman",Arial,Helvetica;
}
.copyright a:hover {
	color: 				#0000FF;
	text-decoration:	underline;
}


#metalink{
	
	}

#metalink a {
	color: 				#0033FF;
	text-decoration:	none;
}
#metalink a:hover {
	color: 				#0033FF;
	text-decoration:	underline;
}
