/* CSS Document */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}	
body{
	background-image:url(images/body-bkgd.gif);
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 13px;
	color: #ffffff;
}
a{	
	color: #EE3A43;
	font-weight:bold;
	text-decoration: none;
	}
a:hover, a:focus{
color: #333333;
}
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	padding: 6px 0px 6px 0px;
	color: #EE3A43;
	letter-spacing:.2px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #f8981d;
	padding: 3px 0px 4px 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	padding: 3px 0px 4px 0px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #f8981d;
	}
p {
	padding: 1px 0px 4px 0px;
}
ul {
	list-style-type: none;
}
hr {
	color:#dc0217
	}
#header1{
	background-image:url(images/gray-tile.gif);
	background-repeat:repeat-y;
	width: 906px;
	margin:auto;
	text-align:center;
}
#header2{
	background-image:url(images/tile-top.gif);
	background-repeat:repeat-x;
	font-size: 12px;
	width: 906px;
	margin:auto;
	background-color:#000000;

}
#header2 ul li{
	padding: 0px 0px 0px 10px;
	display: inline;
	font-weight: bold;
}
#header2 ul li a{
	color: #ffffff;
	text-decoration: none;
	width: 9em;
} 
#header2 ul li a:hover, #header2 ul li a:focus{
color: #999999;
}
#header3{
	background-image:url(images/logo4.gif);
	width: 906px;
	margin:auto;
	text-align:center;
	background-color:#000000;
	height: 53px;
		color: #F8981D;
}
#content{
	background-image:url(images/sides.gif);
	background-repeat:repeat-y;
	background-color:#000000;
	width: 876px;
	margin:auto;
	padding: 0px 15px 15px 15px;
}
#nav{
	font-size: 11px;
	margin: 20px 12px 0 12px;
	height: 33px;
}
#nav ul li{
	display: inline;
	font-weight: bold;
}
#nav ul li a{
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 7px 3px;
	width: 15em;
} 
#nav ul li a:hover, #nav ul li a:focus{
	color: #F8981D;
}
#subnav {
	font-size: 11px;
	color: #F8981D;
}
#subnav ul li{
	display:block;
	font-weight: bold;
} 
#subnav ul li a{
	font-size: 11px;
	color: #EE3A43;
	text-decoration: none;
	width: 15em;
} 
#subnav ul li a:hover, #subnav ul li a:focus{
	color: #FFFFFF;
}
#ftr{
	background-image:url(images/tile_btm.gif);
	background-repeat:repeat-x;
	margin:auto;
	width: 906px;
	color: #000000;
	text-align:center;
	}
#ftr ul li{
	display: inline;
	font-size: 10px;
	font-weight: bold;
	text-align:center;
}
#ftr ul li a{
	text-decoration: none;
	padding: 0px 5px 0 5px;
	width: 9em;
} 
#ftr ul li a:hover, #ftr ul li a:focus{
	color: #7AC144;
}
.caption{
	font-size: 9px;
	padding: 2px 12px 0px 10px;
	text-align: left;
	font-weight:bold;
}
.title{
	font-size: 14px;
	font-weight: bold;
	padding: 10px 10px 2px 3px;
}
.img_box {
	padding: 6px;
	border: 2px double #EE3A43;
}
.author{
	color:#000000;
	font-size: 10px;
	padding: 2px 12px 0px 10px;
	text-align: right;
	font-weight:bold;
}
.author a{
	color:#c3d949;
}