/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.125;
	margin: 25px 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(images/trna.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	text-align:center;

}

a:link {
	color: #0000FF;
	
}
a:visited {
	color: #0000ff;
	
}
a:hover {
	text-decoration: none;
	color: #3366cc;
}
a:visited {
	color: #ff0000;
	}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #000033;
}

h2{
	font-size: 140%;
	color: #6699CC;
	font-weight: bold;
}

h3{
 font-size: 40%;
 color: #999999;

}

h4{
	font-size: 100%;
	font-weight: bold;
	color: #999999;
	font-style: italic;
	text-align: center;
}

h5{
	font-size: 100%;
	color: #6699CC;
	font-weight: bold;
	margin: 10px 0 10px 0;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}




/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#container {
	width: 100%;
	margin:0px auto;
	text-align:left;
	padding:15px;
	border:1px solid #eee;

	}
#masthead {
	height: 65px;
	width: 100%;
border-bottom: 1 solid #eeeeee;

} 
#topContact {
	font-size: 70%;
	margin: 1px;
	width: auto;
	float: right;
	font-weight: bold;
	color: #000000;
	margin-right: 30px;
	text-align: right;
}
#topContact a {
	text-decoration: none;
	color: #000000;
}
.siteName {
	margin: 1px;
	padding:0px 0px 0px 0px;
	width: 500px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 200%;
	color: #6699CC;
	font-weight: bold;
	text-align: center;

}


.siteName img {
float: right;
}
#globalNav {
	position: relative;
	top: 1px;
	width: 100%;
	height: 25px;
	text-align: right;
	font-size: 90%;
	font-weight: bold;
	color: #ffffff;
border-top: 1 solid #eeeeee;
	
background-color:#6699CC;
}

#globalNav a {
text-decoration: none;
background-color:#6699CC;
	padding: 0px 0px 2px 5px;
}

#globalNav a:hover {
text-decoration: none;
background-color:#eeeeee;
border: 1px solid #eeeeee;

}

#globalNav img {
	float: right;}

#content {
   float: right;
	width: 70%;
	margin: 0;
	padding: 5px 3% 0 0;

}
#pageName {
	position: absolute;
	top: 70px;
	right: 10px;
	font-size: 170%;
	font-weight: bold;
	text-align: right;
	padding: 3px;
	color: #6699CC;
	margin-right: 30px;
}
.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;	

}
.feature h4 {
	color: #000000;}
.feature a:visited {
	color: #ff0000;}

.feature img{
	float: right;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

.ftable {
	font-size: 80%;
}
.ftable h4 {
	font-size: 120%;
}


.story{
	padding: 0px 0px 10px 10px;
	font-size: 80%;

}
.story h2 {
	text-align: left;}
.story h4 {
	text-align: left;
		color: #000000;}
.story a:link {
	color: #ff0000;}

.story a:visited {
	color: #ff0000;}

.story img{
	float: right;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

.stable {
	font-size: 80%;
}
.stable h4 {
	font-size: 120%;
}
#navBar{
	width: 200px;
}

#sectionLinks{
	width: 200px;
	display: block;
	position: relative;
	text-align: center;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	border-bottom: 1px solid #eeeeee;
	border-top: 1px solid #dddddd;
	width: 175px;
	text-decoration: none;
	padding: 2px 0px 2px 0px;
	text-align: center;
	display: block;
	
}



#sectionLinks a:hover{
	border-bottom: 1px solid #dddddd;
border-top: 1px solid #eeeeee;
width: 175px;
text-decoration: none;
}

.headlines {
	padding: 5px;
	font-size: 80%;
	color: #6699CC;
	text-align: center;
}

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #dddddd;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	height: 50px;
	text-align: center;
	background-color: #FFffff;
}

#siteInfo a:link, a:active, a:visited{
	color: #000000;
}
#siteInfo a:hover{
	color: #ffffff;
}
