/***********************************************/
/* WPC Style.css                               */
/* Use with template WPC Template Source.html  */
/***********************************************/


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#holder {
	width: 780px;
	text-align: left;
	margin: 0 auto 0 auto;
	background-color: #FFFFFF;
	background-image: url(Images/faus-gif.png);
	background-repeat: repeat-y;
	background: #FFFFFF url(Images/faus-gif.gif) repeat-y;
	display: table;
}

#masthead{
	padding: 10px 0px 0px 0px;
	width: 780px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #cccccc;
	background-color: #000066;
	text-align: left;
	margin: 0 auto 0 auto;
}

#masthead #NavButtons {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#utility{
	padding: 10px 10px 0px 0px;
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #cccccc;
	top: 9px;
	font-family: Arial, sans-serif;
	font-size: 85%;
	height: 26px;
	position: absolute;
	right: 2%;
	margin-right: 12%;
}

#LeftNavBar {
	background-color: #000066;
	float: left;
	width: 22.5%;
	border-top-color: #000066;
	border-top-style: solid;
	border-top-width: 8px;
	color: #FFFFFF;
}

#content{
	float: left;
	background-color: #FFFFFF;
	width: 560px;
	color: #000000;
	padding: 0px 10px 0px 0px;
	text-align: left;
	border-right-color: #000066;
	border-right-style: solid;
	border-right-width: 34px;
}

#siteInfo{
	clear: both;
	border: 1px none #cccccc;
	font-size: 70%;
	color: #FFFFFF;
	padding: 10px 0px 0px 0px;
	font-family: Arial, sans-serif;
	background-color: #000066;
	width: 780px;
	margin: 0 auto 0 auto;
}

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/***********************************************/
/* Content Styles                             */
/***********************************************/ 

.Button {
	font-family: Arial, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000066;
	background-color: #000066;
	height: auto;
	width: 145px;
	padding: 3px 10px 3px 20px;
}

.calendar{
	padding: 0px 10px 10px 10px;
	font-size: 80%;
	line-height: normal;
	float: left;
}

.calendar h3{
	padding: 50px 0px 5px 0px;
	color: #003366;
	text-align: left;
	font-weight: bold;
}

.calendar img{
	float: left;
	padding: 10px 10px 0px 0px;
}


.feature{
	padding: 0px 10px 10px 10px;
	font-size: 80%;
	line-height: 1.7;
	float: left;
}

.feature h4{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

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

.story{
	padding: 0px 10px 0px 10px;
	font-size: 80%;
	line-height: 1.7;
	float: left;
}

.story p{
	padding: 0px 0px 10px 0px;
}


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

body{
	font-family: Arial,sans-serif;
	color: #FFFFFF;
	line-height: 1.166;
	padding: 0px;
	background-color: #003366;
	margin-left: 10px;
	text-align: center;
}

a{
	color: #FFFFFF;
	text-decoration: none;
}

a:link{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 100%;
}

a:visited{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	text-decoration: underline;
	font-weight: bolder;
	font-style: italic;
	color: #003366;
}

h1{
	font-family: Arial, sans-serif;
	font-size: 26pt;
    font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 15px;
}

h2{
	font-family: Arial,sans-serif;
	font-size: 160%;
	color: #FFFFFF;
	margin: 0px;
}

h3{
	font-family: Arial,sans-serif;
	font-size: 160%;
	color: #006699;
	margin: 0px;
	text-transform: uppercase;
	padding-top: 20px;
}

h4{
	font-family: Arial,sans-serif;
	font-size: 140%;
	color: #006633;
	margin: 0px;
	padding-bottom: 10px;
}

h5{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #003366;
 margin: 0px;
 padding: 0px;
}

h6{
	font-family: Arial, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px 0px 10px 10px;
}

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;
}
