body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 2.0em;
	margin: 0px;
	padding: 0% 1% 1% 2%;
	background-color: #FFFFFF;
	}
#skipnavigation{
  position: absolute; 
  left: -1000px; 
}

img {
border:none;
	
}

a{
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}

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

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

a:hover{
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #EA0704;
}

p {
	margin-right: 10px;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #E21F26;
	margin: 0px;
	padding: 1px;
	display: block;
	font-weight: bold;
	border: 1px solid #FFFFFF;
}

h2{
	font-family: Arial, sans-serif;
	font-size: 114%;
	color: #000000;
	margin: 0px;
	padding: 0px;
	text-indent: 25px;
	border: 0px none;
	background-image:  url("../art/triangle.jpg");
	background-repeat: no-repeat;
}

h3{
	font-family: Arial, sans-serif;
	font-size: 100%;
	color: #EA0704;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

h4{
 font-family: Arial, sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #EA0704;
 margin: 0px;
 padding: 0px;
}

h5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #EA0704;
	margin: 0px;
	padding: 0px;
	font-style: italic;
}

ul{
	list-style-type: circle;
}

ul ul{
	list-style-type: square;
	list-style-image: none;
}

/***********************************************/

/* Layout Divs                                 */

/***********************************************/

#masthead{
	float: left;
	width:75%;
	background-color: #FFFFFF;
	margin: 2px 5%;
	padding: 5px 0px 0px 5px;
	display: block;
}

#mastheadImg {
	width: 100%;
	text-align: center;
}

#content{
	float: left;
	width:75%;
	background-color: #FFFFFF;
	border: 2px solid #000000;
	margin: 5px 5% 5%;
	padding: 0px 0px 5px 10px;
}


/************* Side Menu styles *************/

#sidewrap{
	padding: 5px;
	background-color: #FFFFFF;
	float: right;
	width: 25%;
	border: none;
	display: block;
	margin: 5px;
	
	}
#side{
	font-size: 75%;
	padding: 5px 5px 5px 8px;
	background-color: #FFFFFF;
	color: #FFFFFF;
	line-height: 1.5em;
	border-top: 1px dotted #000000;
	border-right: none #000000;
	border-bottom: 1px dotted #000000;
	border-left: 1px dotted #000000;
}

#side h2{
	color: #000000;
	font-size: 125%;
	text-align: left;
	border: none;
	background-image: none;
	text-indent: 0px;
}

#side li{
	margin-bottom: 5px;
}

#side p {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding-top: 10px;
	padding-left: 10px;
	color: #000000;
	font-style: italic;
	margin-right: 5px;


}

#side a{
	color: #EA0704;
	border: none;
	left: 5px;
	top: 5px;
	bottom: 5px;
	font-weight: bold;
}

#side a:hover{
	color: #FFFFFF;
	background-color:#EA0704;
	list-style-type: none;
}	

/************** Main Header styles ***************/

#mainheader{
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 185%;
	color: #000000;
	padding: 0px;
}

.main{
	padding: 5px 10px;
	font-size: 100%;
	text-align: left;
	list-style-type: none;
	border: none;
	margin: 0px;
}
/************** .story styles *****************/
.story{
	clear: both;
	padding: 10px 5px 10px 0px;
	font-size: 75%;
	color: #000000;
	border-top: 1px dotted #000000;
	font-style: italic;
	line-height: 1.5em;
}

.story p{
	padding: 0px;
	margin: 0px;
	font-size: 85%;
	text-align: left;
	color: #000000;
	font-style: italic;
}

.story a a:link a:hover a:visited {
	border: none #FFFFFF;
	
}

/************* #footer styles ***************/
#footer {
	clear: both;
	border: 1px solid #FFFFFF;
	font-size: 95%;
	width:100%;
	color: #EA0704;
	padding: 5px;
	text-align: center;
}
#footer a{
	color: #EA0704;
}

#footer a:hover{
	color: #FFFFFF;
}	

#footer img{
	padding: 4px 4px 4px 2px;
	vertical-align: middle;
}

/************* #Top Navigation Bar styles *************/

#navcontainer ul
{
	background-color: #E21F26;
	float: left;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 75%;
	color: #2E0F48;
	padding: 0px 0px 0px 0;
	margin: 0px 0px 15px;
	background-position: center;
	text-align: center;
	text-indent: 0px;
}

#navcontainer ul li {
	display: inline;
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
	font-weight: bold;
}

#navcontainer ul li a
{
	padding: 0.2em 1em;
	background-color: #E21F26;
	color: White;
	float: left;
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
	border: 1px solid #ffffff;
	font-weight: bold;
}

#navcontainer ul li a:hover
{
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #E21F26;
}

#navcontainer ul li a:active
{
	background-color: #FF0000;
	color: #FFFFFF;
	border: 1px solid #2E0F48;
	background-repeat: no-repeat;
	background-position: left center;
}

/************* Site Map *************/

#sitemap {
	font-weight: normal;
	color: #000000;
}

#sitemap ul li a {
	border: none;
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
	padding: 0px;
	margin: 0px;
	
}

#sitemap ul li a:hover {
	border: none;
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
	padding: 0px;
	margin: 0px;
	
}

#sitemap h2 a {
	border: none;
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
	padding-bottom: 0px;
	margin-bottom: 0px;
	
}


/************* Miscellaneous Classes *************/
.center {
	text-align:center;
	background-color: #EA0704;
	font-family: "Times New Roman", Times, serif;
	background-repeat: repeat-x;
}

.photos {
	padding: 0px 0px 10px;
	width: 100%;
	background-position: center center;
	display: block;
	clear: both;
}
