/* CSS Document */

/*Mass Reset*/
* { 
	padding: 0; 
	margin: 0; 
	}
body { 
	padding: 0; 
	margin: 0; 
	}
h1, h2, h3, h4, h5, h6, p { 
	margin: 0; 
	padding: 0; 
	}
pre, blockquote, form, label, ul, ol, li, dl, fieldset, address { 	
	margin: 0; padding: 0; 
	}
dd, blockquote { 	
	margin-left: 40px; 
	}
fieldset { 	
	padding: 10px; 
	}
/*End Mass Reset*/

body {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	line-height:17px;
	color:#b59160;
	background-color:#FFFFFF;
	background-image:url(../images/bkgd.jpg);
	background-position:top;
	background-repeat:repeat-x;
	}
#frame {
	width:980px;
	margin:0 auto;
	}
	
a:link {
	color:#d48416;
	text-decoration:underline;
	font-weight:bold;
	}
a:visited {
	color:#d48416;
	text-decoration:underline;
	font-weight:bold;
	}
a:hover {
	color:#3333FF;
	text-decoration:none;
	font-weight:bold;
	}
a:active {
	color:#3333FF;
	text-decoration:none;
	font-weight:bold;
	}
	
ul.nav a:link {
	color:#fff;
	text-decoration:none;
	font-weight:normal;
	font-size:12px;
	line-height:18px;
	}
ul.nav a:visited {
	color:#fff;
	text-decoration:none;
	font-weight:normal;
	font-size:12px;
	line-height:18px;
	}
ul.nav a:hover {
	color:#EECA3A;
	text-decoration:underline;
	font-weight:normal;
	font-size:12px;
	line-height:18px;
	}
ul.nav a:active {
	color:#EECA3A;
	text-decoration:underline;
	font-weight:normal;
	font-size:12px;
	line-height:18px;
	}
	
#new a:link {
	color:#d48416;
	text-decoration:underline;
	font-weight:normal;
	}
#new a:visited {
	color:#d48416;
	text-decoration:underline;
	font-weight:normal;
	}
#new a:hover {
	color:#3333FF;
	text-decoration:none;
	font-weight:bold;
	}
#new a:active {
	color:#3333FF;
	text-decoration:none;
	font-weight:bold;
	}
	
#top {
	width:980px;
	height:119px;
	background-image:url(../images/bkgd-top.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}
ul.nav {
	padding-top:80px;
	padding-left:26px;
	text-align:center;
	color:#fff;
	float:left;
	}
ul.nav li {
	list-style-type:none;
	display:inline;

	}
img.logo {
	padding-left:110px;
}

#left {
	padding:0;
	margin:0;
	width:680px;
	height:556px;
	padding-top:57px;
	float:left;
	background-image:url(../images/bkgd-left.jpg);
	background-position:top;
	background-repeat:no-repeat;
	}
#left h1 {
	font-size:16px;
	line-height:19px;
	font-style:italic;
	font-weight:normal;
	text-align:center;
	color:#fff;
	padding-bottom:5px;
}
#initiative {
	float:left;
	width:281px;
	margin-left:38px;
	height:304px;
	padding:7px;
}
#issue {
	float:left;
	text-align:center;
	width:200px;
	margin-left:8px;
	padding-top:7px;
}
#issue h2 {
	font-weight:bold;
	font-size: 13px;
	line-height:17px;
	padding-bottom:7px;
}
#issue img {
	border:2px solid #B5310D;
	}
	
#right {
	width:250px;
	height:573px;
	padding:40px 35px 0 15px;
	float:left;
	background-image:url(../images/bkgd-right.jpg);
	background-position:top;
	background-repeat:no-repeat;
	}
#right p {
	font-size:15px;
	line-height:19px;
	color:#000094;
	font-style:italic;
	padding-bottom:15px;
	}
#right strong {
	color:#3333ff;
}
#new {
	width:240px; 
	height:145px; 
	margin:65px 5px 15px 5px; 
	overflow-y:scroll;
	}
#new p {
	padding:5px 5px 5px 0;
	color:#D48416;
	font-weight:bold;
	text-align:center;
	font-size:12px;
	line-height:16px;
	}
strong {
	color:#D48416;
	}
address {
	clear:both;
	width:940px;
	height:58px;
	background-image:url(../images/bkgd-addressHP.jpg);
	background-position:top;
	background-repeat:no-repeat;
	font-style:normal;
	color:#FFF;
	padding-left:40px;
	padding-top:10px;
	}
