/***********************************************/
/* 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;
	display: table;
}

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

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

#content{
	float: left;
	background-color: #FFFFFF;
	width: 760px;
	color: #000000;
	padding: 0px 10px 0px 0px;
	text-align: left;
}

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

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


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

.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 20px 10px 20px;
	font-size: 80%;
	line-height: 1.7;
	float: left;
	color: #000;
}

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

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

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

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


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

body{
	font-family: Arial,sans-serif;
	color: #FFFFFF;
	line-height: 1.166;
	padding: 0px;
	background: #245E5F url('Images/background-image2.gif') repeat-x top;
	/* background gradient: top #022727 bottom #245E5F */
	/* NOT USED: background gradient: top #154040 bottom #296466 */
	margin-left: 10px;
	text-align: center;
}

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

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

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

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

.blacklink{
	color: #000000;
	text-decoration: none;
}

.blacklink:link{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 100%;
}

.blacklink:visited{
	color: #808080;
	text-decoration: none;
	font-weight: bold;
}

.blacklink:hover{
	text-decoration: underline;
	font-weight: bolder;
	font-style: italic;
	color: #FF3000;
}

.whitelink{
	color: #FFFFFF;
	text-decoration: none;
}

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

.whitelink:visited{
	color: #808080;
	text-decoration: none;
	font-weight: bold;
}

.whitelink:hover{
	text-decoration: underline;
	font-weight: bolder;
	font-style: italic;
	color: #FF3000;
}

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

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

}

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

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

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

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

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

.Style6 {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #006;
}

