/**************** tag styles  ****************/


body {
	height: 100%;
	width:760px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1 {
	color: #0066cc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 44px;
	font-weight: normal;
	color: #0066cc;
	text-decoration: none;
}

h2 {
	color: #0066cc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: strong;
	align: center;
	line-height:80%;
}

h3 {
	color: #ff0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: strong;
	align: center;
	line-height:80%;
}


h4 {
	color: #ff9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: strong;
	align: center;
	line-height:80%;
}

h5 {
	color: #ff6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height:80%;
}

h6 {
	color: #339900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: strong;
	align: center;
	line-height:80%;
}

.subheading {

	color: #6699CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  14px;
	font-weight: bold;
	line-height: 50%;
}

.subheading1 {

	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  14px;
	font-weight: bold;
	line-height: 50%;
}


/**************** MASTHEAD  ****************/

.heading {
	font-family: Arial, Helvetica, sans-serif;   	
	font-size: 44px;
	text-align: left;	
	color: #0066cc;
	text-decoration: none;
}

/**************** main nav styles  ****************/
	

.mainnav {
   	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-position: left center;
	height: 27px;
	padding-left: 10px;
}

.mainnav a{
   color: #FFFFFF;
   text-decoration: none;
   padding-right: 15px;
}

.mainnav  a:link, .mainnav a:visited {
   color: #FFFFFF;
   text-decoration: none;
   padding-right: 15px;
}

.mainnav a:hover, .mainnav  a:active {
   color: #FFFFFF;
}

/**************** Supplimental nav styles  ****************/
	

.supnav {
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	text-align:right;
	height: 10px;
	padding-left: 10px;
	padding-right: 36px;
	font-weight:bold;
}

.supnav a{
   color: #999999;
   text-decoration: none;
}

.supnav  a:link, .supnav a:visited {
   color: #999999;
}

.supnav a:hover, .supnav  a:active {
   color: #999999;
   text-decoration:underline;
}



/**************** LEFT PANE  ****************/

.leftpane {
	width: 175px;
	float: left;
	vertical-align: top;
	}

/****** Search Field   *******/

.search {
	width: 145px;
	height: 19px;
	padding-top: 6px;
	padding-bottom: 10px;
	border:0px solid  #000000;
	float:left;
	margin:0px;
	
}

.searchField {
	float: left;
	width: 89px;
	height: 20px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;	
	margin-left:15px;
}

.submitButton {
	border: 0px solid #000000;
	width: 24px;
	height: 19px;
	float: left;
	padding: 2px;
	margin: 0px;

}

.advSearch {
   	font-size: 10px;
	color: #999999;
	text-decoration:underline;
	height: 22px;
	padding-left: 20px;
	padding-bottom: 20px;
	border-bottom: 0px solid #999999;
	float:left;
}

.advSearch a{
   color: #999999;
   text-decoration:underline;
}

.advSearch  a:link, .advSearch a:visited {
   color: #999999;
}

.advSearch a:hover, .advSearch  a:active {
   color: #999999;
}


/****** Left Pane nav   *******/

.leftnavdiv {
	margin: 12px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float:left;
	vertical-align: top;

}

.leftnav {
	list-style-type: none;
	font-size:11px;
	border-top: 1px solid #0066cc;
	float:left;
	vertical-align: top;
}

.leftnav ul { 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 7px;
	list-style-type: none;

 }

.leftnav li {
	padding: 0px 0px 0px 7px;
	margin: 5px 0px 0px 0px;

}


.leftnav1 {
	list-style-type: none;
	font-size:11px;
	float:left;
	vertical-align: top;
}


.leftnav a {color: #666666; text-decoration:none; font-weight:bold}

.leftnav a:hover { color: #666666; text-decoration:underline;font-weight:bold}



/****** Left Pane nav Selected state  *******/


#current a { color:#0066cc;}

#current ul li a {font-weight:normal;}

#current ul li a:hover {color:#0066cc;}


.selected {
	background-image: url(../images/leftnav_arrow_blue.gif);
	background-repeat: no-repeat;
	background-position: left top;	
}



/****** Left Pane Content area below the left nav  *******/
.leftcontent {

	width: 127px;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-position: left center;
	height: 50px;
	margin-top: 20px;
	margin-bottom:20px;
	padding-left: 19px;
	float:left;
}


/**************** MAIN CONTENT AREA  ****************/

.content {
	width: 760px;
	margin:0px;
	float:left;
	border: 0px solid #000000;
}

.maincontentdiv {
	float: left;
	width: 585px;
}

.maincontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	vertical-align:top;
	text-align:left;
	margin:0px;
}


.maintable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	vertical-align:top;
	text-align:left;
	margin:0px;
}


.mainlist {
	padding: 0px 0px 20px 50 px;
	margin: 50px 0px 0px 0px;
	list-style-type: disc
	</p>
}



/**************Added to make main content link blue and no underline******************/

.mainlink {
	color: #0066CC;
	text-decoration:none;
}

.mainlink:hover {color:#0066cc; text-decoration:underline;}





/************Indented Paragraph**************************/

.indented {
	padding-left: 10pt;
	padding-right: 0pt;
}


.indented1 {
	padding-left: 90pt;
	padding-right: 0pt;
}


.indented2 {
	padding-left: 0pt;
	padding-right: 0pt;
}



/*********This was added to remove the under line from hyper links ************/

.leftcontent a
{
	font-weight: bold;
	color: #0066CC;
	text-decoration:none;
}

/*********End of add ************/




/***** Breadcrumb nav styles  ****/
	

.breadcrumb {

	font-size: 11px;
	color: #999999;
	text-decoration: none;
	font-weight:bold;
}
.breadcrumb a{
   color: #999999;
   text-decoration: none;
}

.breadcrumb  a:link, .breadcrumb a:visited {
   color: #999999;
}

.breadcrumb a:hover, .breadcrumb  a:active {
   color: #999999;
   text-decoration:underline;
}



/**************** PICTURE  ****************/

.picture {

	width: 300px;
	height: 200px;
	margin: 5px;
	float: right;
	border: 1px solid #ffffff; 
}


.picture1 {

	width: 193px;
	height: 200px;
	margin: 0px;
	float: left;
	border: 2px solid #ffffff; 
}


.picture2 {

	width: 200px;
	height: 140px;
	margin: 5px;
	float: right;
	border: 1px solid #ffffff; 
}


.picture3 {

	width: 300px;
	height: 210px;
	margin: 5px;
	float: right;
	border: 1px solid #ffffff; 
}

.picture4 {

	width: 135px;
	margin: 0px;
	float: left;
	border: 1px solid #ffffff; 
}

.picture5 {

	width: 146px;
	margin: 0px;
	float: right;
	border: 1px solid #ffffff; 
}


.picture6 {

	width: 106px;
	margin: 0px;
	float: left;
	valign: top;
	border: 1px solid #ffffff; 
}


.picture7 {

	width: 300px;
	height: 246px;
	margin: 5px;
	float: right;
	border: 1px solid #ffffff; 
}





/**************** FOOTER AREA  ****************/

.footerdiv {

	width: 760px;
	padding-top: 20px;
	padding-bottom: 20px;
	float:left;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	text-align:center;
	color: #999999;
}

.footer a{
   color: #999999;
   text-decoration:none;
}

.footer  a:link, .footer a:visited {
   color: #999999;
}

.footer a:hover, .footer  a:active {
   color: #999999;
   text-decoration:underline;
}

.footer p{
	line-height: 100%;
	font-size: 10px;
	font-weight:normal;
	text-align: justify;
	padding-left: 20px;
	padding-right: 12px;
}
