/* CSS Document */

/***********************************************/
/* 3col_rightNav.css                              */
/* Use with template 3col_rightNav.html           */
/***********************************************/

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

body{
	font-family: Arial,sans-serif;
	color: #555555;
	line-height: 1.166;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #cccccc;

}
#frame {
	width:100%;
	margin-top:1px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color: #ffffff;
		}

a{
	color: #003366;
	text-decoration: underline;
}

a:link{
	color: #003366;
	text-decoration: underline;
}

a:visited{
	color: #003366;
	text-decoration: underline;
}

a:hover{
	color: #003366;
	text-decoration: underline;
}

h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	padding-top: 8px;
}

h2{
	font-family: Verdana,Arial,sans-serif;
	font-size: 12px;
	color: #333333;
	font-style: italic;
}

h3{
	font-family: Verdana,Arial,sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

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: #333333;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
		border-top: 1px #003366;
		border-bottom: 1px #003366;
		width: 100%;
		margin: 0px 0px 0px 0px;
}


#content{
	width: 100%;
	margin:0px 0px 0px 0px;
	padding:10px 0px 10px 0px;
	background-color: #dddddd;
}

#space{
	width: 100%;
	text-align: center;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color: #ffffff;
}
#space1{
	width: 100%;
	margin:2px 0px 2px 0px;
	padding:0px 0px 0px 0px;
	background-color: #ffffff;
	border-bottom: 1px solid #003366;
}
#space2{
clear: both;
	width: 100%;
	margin:0px 0px 0px 0px;
	padding:1px 0px 1px 0px;
	border-bottom: 1px solid #333333;
	border-top: 1px solid #dddddd;
	background-color: #999999;
}
#space3{
	width: 100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color: #003366;
	border-bottom: 1px solid #003366;
}
#space4{
	width: 100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border-bottom: 1px solid #bbbbbb;
	background-color: #003366;
}
/*************** #pageName styles **************/

#pageName{
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	font-size: 11px;
	color: #999999;
	background-color: #ffffff;
	font-weight: normal;
	width: 760px;
	
}
#pageName img{
	float: left;
	}

/*************** #logoheading styles **************/

#logoheading{
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
	padding: 3px 0px 3px 0px;
	width: 760px;
}
#logoheading img{
    padding: 2px 0px 2px 0px;
}

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

.feature{
	width: 740px;
	text-align: left;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 10px 10px 10px 10px;
	font-size: 12px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	}

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

.feature img{
	float: left;
	
	padding: 10px 10px 10px 10px;
}

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

#siteInfo{
	width: 760px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	color: #003366;
	margin-right: auto;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: auto;
	text-align: center;
	font-weight: bold;	
	
}#siteInfo a{
	color: #003366;
	text-decoration: none;
}

#siteInfo a:link{
	color: #003366;
	text-decoration: none;
}

#siteInfo a:visited{
	color: #003366;
	text-decoration: none;
}

#siteInfo a:hover{
	color: #eeeeee;
	text-decoration: none;
}


/************* #footer styles ***************/

#footer {
clear: both;
    width: 760px;
	font-size: 11px;
	color: #eeeeee;
	padding: 10px 0px 10px 0px;
	text-align: center;
	margin-right: auto;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: auto;
	}
#footer a{
	color: #eeeeee;
	text-decoration: underline;
}

#footer a:link{
	color: #eeeeee;
	text-decoration: underline;
}

#footer a:visited{
	color: #eeeeee;
	text-decoration: underline;
}

#footer a:hover{
	color: #ffffff;
	text-decoration: underline;
}
#footer h3{
	color: #eeeeee;
	font-weight: bold;	
}


#bottompage{
    width: 760px;
	padding: 0px 0px 0px 0px;
	margin: 3px 3px 3px 3px;
	background-color: #ffffff;
	}
/**************buttons************/

 #navlist
{
text-align: right;
margin: 3px 0px 3px 0px;
font: normal 10px Verdana, sans-serif;
}

#navlist li
{ 
list-style: none;
border-top: 1px;
display: inline;
}

#navlist li a
{
padding: 0em 0.5em 0em 0.75em;
border-left: 1em solid #bbbbbb;
background-color: #003366;
text-decoration: none;

}

#navlist li a:link { color: #eeeeee; }
#navlist li a:visited { color: #eeeeee; }

#navlist li a:hover
{
border-color: #ffffff;
color: #ffffff;
background: #003366;
}
/*************** #logoheading styles **************/

#navigationheading{
	text-align: right;
	width: 760px;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #003366;
}
