/***********************************************/

/* HTML tag styles                             */

/***********************************************/ 



body {
	background-color: #5c5c5c;
	margin-top: 1%;
	margin-bottom: 1%;
	padding: 0;
	color: #000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;	
}

A:link { 
         color: #037f5d;
         text-decoration: none; 
}

A:hover { 
           color: #e3003a;
		   text-decoration: underline;
}

A:visited { 
            color: #69200c;
			text-decoration: none; 
}

A.main {
		 font-weight: bold;
		 font-size: small;
}

A.main:link { 
         color: #fff;
         text-decoration: none;
}

A.main:hover { 
           color: #f9e9b4;
		   text-decoration: underline;
}

A.main:visited { 
            color: #fff;
			text-decoration: none; 
}

.linkstyle { 
         color: #037f5d;
		 font-size: x-small;
}
.typestyle { 
         color: black;
		 font-size: x-small;
         font-style: normal; 
}
.maintext {
   color: black;
		 font-size: x-small;
			line-height: 1.8;
}
.alttext {
   color: black;
		 font-size: small;
   font-style: normal; 
			line-height: 1.3;
}
.head { 
	  color: #037f5d;
	  font-size: x-large;
	  font-weight: bold;
}
.head1 {
color: #164646;
font-size: x-large;
font-weight: bold;
text-align: left;
}
.head2 {
	color: #630000;
	font-size: medium;
	font-weight: bold;
}

.head3 { 
	  color: #000;
	  font-size: small;
	  font-weight: bold;
}

.head4 { color: #037f5d; font-size: x-small; font-weight: normal; font-style: italic; }

.subhead { 
	  color: #037f5d;
	  font-size: medium;
	  font-weight: bold;
}
.contact {
			color: #69200c;
			font-size: xx-small;
			font-style: normal;
}

.credit {
			color: #037f5d;
			font-size: xx-small;
			font-style: italic;
}

ul{
 list-style-type: square;
}
ul ul{
 list-style-type: disc;
}
ul ul ul{
 list-style-type: none;
}


label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

/***********************************************/

/* Layout Divs                                 */

/***********************************************/

#containerall {
	width: 750px;
	margin: 0 auto; 
	padding: 0;
}

#masthead {
	float: left;
	margin: 0;
	padding: 0;
	width: 750px;
	height: 87px;
	background-image: url(../images/background-top.gif);
	background-repeat: no-repeat;
}

#masthead_news {
	float: left;
	margin: 0;
	padding: 0;
	width: 750px;
	height: 116px;
	background-image: url(../images/background-top.gif);
	background-repeat: no-repeat;
}
#headlinks {
float: right;
margin: 0;
width: 99%;
font-size: small;
padding: 2px 0 4px 4px;
background-color: #880c7e;
color: #fff;
text-align: right;
}

#bodyall {
	float: left;
	padding: 0 0 0 0;
	margin: 0;
	width: 100%;
	background-image: url(../images/background-middle.gif);
	background-repeat: repeat;
}

#navBar {
	float: left;
	width: 150px;
	margin: 0 0 0 0;
	padding: 0 0 0 30px;
	color: #fff;
	line-height: 2;
	font-size: 75%;
}
#content {
	float: right;
	width: 66%;
	margin: 0 10px 0 0;
	line-height: 1.5;
	font-size: x-small;
	padding: 0 30px 0 0;
}

#content_news {
	float: right;
	width: 66%;
	margin: -20px 10px 0 0;
	line-height: 1.5;
	font-size: x-small;
	padding: 0 30px 0 0;
}

#clearbox {
    clear: both;
	margin: -.5px 0 0 0;
	padding: 0;
	width: 750px;
	height: 51px;
	background-image: url(../images/background-bottom.gif);
	background-repeat: no-repeat;
	background-color: #F2FFE5;
	font-size: xx-small;

}
#endbox {
	float: right;
	text-align: right;
	width: 250px;
	margin: 0;
	padding: 0 27px 0 0;
	font-size: xx-small;
}

/*********** #navigation link styles ***********/

#navBar ul a:link, #navBar ul a:visited, #navBar ul a:hover {
color: #fff;
}

#navBar ul {
list-style: none; 
margin: 0; 
padding: 0;
}

#navBar ul ul { 
margin-left: 1em;
line-height:1;
}


