/***********************************************/
/* HTML tag styles                             */
/***********************************************/
hr {
	font-size: 1px;
	color: #CCCCCC;
}
body{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 90%;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background: url(../images/page/bg_grad.jpg) fixed;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
	font-size: 80%;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 165% Tahoma, Arial, sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 140% Tahoma, Arial, sans-serif;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#outsideBorder {
/*	border: 1px solid #CCCCCC;*/
	padding: 18px 18px 18px 8px;
	position: absolute;
	top: 10px;
	margin:0 auto; 
	text-align:center;
/*	left:20px;*/
	width:100%;
}
#insideBorder {
/*	border: 1px solid #CCCCCC;*/
	width:760px;
	text-align:left;
/*	padding: 10px 10% 10px 10%;*/
}
#masthead {
	height: 140px;
	background-repeat:no-repeat;
	background-image:url(../images/page_elements/Masthead.gif);
}
#contentHolder {
	padding-left: 190px;
}
#title {
	border-bottom: 1px #CCCCCC solid;
}
#leftBar {
	width:160px;
	float:left;
}
#seal {
	float:left;
	padding-bottom:5px;
}
#menu {
	float: left;
	padding: 9px 8px 0px 0px;
	left: 15px;
	position: relative;
	width: 150px;
	top: 15px;
	}
/************** feature styles *****************/
.featureHolder {
	padding: 10px 0px 10px 0px;
}
.featureHolder img {
	margin: 10px 10px 10px 10px;
}
/******************** Menu styles **************/
#menu a:link, #menu a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}
#menu a:hover, #menu a:active {
	background-image:url(../images/page_elements/menu/button_bg_hover.gif);
}