body {
	margin: 0;
	font-family: Verdana;
	text-align: center;
	font-size: 14px;
}

a {
	color: #000000;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}
	
img {
	border: 0;
}

.left {
	float: left;
}

.clear {
	clear: both; 
	width: 400px;
	font-size: 2px;
} 

#wrap {
	width: 900px;
	margin: 0 auto 0 auto;
	text-align: left; 
}

										/*  HEADER  */

#head {
	margin-top: 10px;
	height: 62px;
}

#head_slogan {
	margin-left: 30px;
	position: relative;
	top:-5px;
} 

#head_sm {
	margin-top: 10px;
	float: right;
}

#head_sm a img {
	margin-left: 5px;
	border-bottom: 3px solid #ffffff;
	padding-bottom: 5px;
}  

#head_sm a:hover img {
	border-bottom: 3px solid #000000;
}

									
										
										/*  NAVIGATION   */										

#nav {
	background-color: #ffffff;
	border-top: solid 7px #000000;
	border-bottom: solid 7px #000000;
	height: 34px;
}
 
#nav a {
	font-size: 16px;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

#nav li {
	list-style: none;
	float: left;
	padding-bottom: 9px;
	margin: 0px 10px 0px 10px;
	position: relative;
	top: 7px;
}

#active {
	border-bottom: 7px solid #dd1616;
}

#nav li:hover {
	border-bottom: 7px solid #dd1616;
}

#navigate {
	background-color: black;
	float: left;
	color: #ffffff;
	height: 33px;
	font-weight: bold;
	padding: 7px 12px 1px 12px;
	margin-right: 10px;
}

										/*  Top Banner   */

#top_banner {
	margin-bottom: 14px;
	font-weight: bold;
	font-size: 16px;
	background-color: #fffdcd;
	padding: 8px 0 8px 0;
	text-align: center;
	border-top: solid 2px #f0e89f;
	border-bottom: solid 2px #e7de8b;
}	

										/*  BODY CONTENT  */
										
#body {
	margin-top: 14px;
}		

										/*  HOME PAGE ELEMENTS  */

#box_home_blog {
	width: 360px;
	background: url(bg_issues.png) repeat-x;
	margin-bottom: 15px;
}

#box_home_events {
	width: 525px;
	background: url(bg_blog.png) repeat-x;
	margin-bottom: 15px;
}

#box_home_about {
	width: 525px;
	background: url(bg_blog.png) repeat-x;
	margin-bottom: 15px;
}	

#box_home_issues {
	width: 360px;
	background: url(bg_issues.png) repeat-x;
	margin-bottom: 15px;
}	

							
										
.box_title {
	margin-bottom: 2px;
	height: 32px;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	padding: 5px 0 0 10px;
}			

.link_title {
	font-weight: bold;
	font-size: 15px;
	background-color: #dfe9f1;
	padding: 7px 0 7px 10px;
	border-bottom: 2px solid #bfd0e0;
	margin-bottom: 10px;
}	

.link_title2 {
	font-weight: bold;
	font-size: 14px;
	background-color: #f7f7f7;
	padding: 5px 0 5px 20px;
	border-bottom: 2px solid #f0f0f0;
	margin-bottom: 5px;
}	

.link_info	 {
	font-size: 13px;
	margin-bottom: 0px;
	padding: 3px 0 3px 40px;
	background: url(bg_box_info.png) repeat-x;
	font-style: italic;
	color: #989898;
}						

.box_content {
	padding-left: 10px;
	margin-bottom: 15px;
}								
																
.issue_title {
	font-weight: bold;
	font-size: 14px;
	background-color: #f7f7f7;
	padding: 5px 0 5px 20px;
	border-bottom: 2px solid #f0f0f0;
	margin-bottom: 5px;
}	

table tr td {
	font-size: 14px !important;
	background-color: #f7f7f7 !important;
	padding: 8px 10px 5px 10px !important;
	border-bottom: 2px solid #e6e6e6 !important;
	margin-bottom: 5px !important;
	height: 20px !important;
}

table tr td a {
	font-size: 14px !important;
	background-color: #f7f7f7 !important;
	padding: 8px 10px 5px 10px !important;
	border-bottom: 2px solid #e6e6e6 !important;
	margin-bottom: 5px !important;
	height: 20px !important;
}


table tr{
	width: 520px;
}

.events_line {
	font-size: 14px;
	background-color: #f7f7f7;
	padding: 8px 0 5px 10px;
	border-bottom: 2px solid #e6e6e6;
	margin-bottom: 5px;
	height: 20px;
}	
								
.events_date {
	width: 50px;
	padding: 0 15px 0 10px;
}

.events_loc {
	width: 120px;
}

.events_name {
	padding-right: 15px;
}

.events_info {
	padding-left: 20px;
}

.events_event {
	font-style: italic;
	font-weight: bold;
}	

.events_more {
	text-align: center;
	font-size: 15px;
	background-color: #f0e2d8;
	padding: 5px 0 5px 10px;
	border-bottom: 2px solid #e0bfbf;
	margin-bottom: 5px;
	font-weight: bold;
}		

										/*  HOME PAGE ELEMENTS  */
										
#blog {
	width: 900px;
	background: url(bg_blog.png) repeat-x;
	margin-bottom: 15px;
}																	
																	
.blog_title {
	font-weight: bold;
	font-size: 15px;
	background-color: #dfe9f1;
	padding: 7px 0 7px 10px;
	border-bottom: 2px solid #bfd0e0;
	margin-bottom: 2px;
}		

.blog_info	 {
	font-size: 13px;
	margin-bottom: 10px;
	padding: 3px 0 3px 20px;
	background: url(bg_box_info.png) repeat-x;
	font-style: italic;
	color: #989898;
	border-bottom: 1px solid #e6e6e6;
}	

.blog_info a	 {
	font-weight: normal !important;
}																
																	
										/*  BLOG COMMENTS */																	
.commentlist {
	list-style: none;
	margin: 8px 0 0 10px;
	padding: 0;
	width:700px;
}	
																
.comment-author {
	font-size: 14px;
	background-color: #f0f0f0;
	padding: 5px 5px 5px 10px;
	border-bottom: 2px solid #e6e6e6;
	margin-bottom: 5px;
	height: 17px;
}			

.comment-body {
	padding-left: 10px;
	margin-bottom: 15px;
}	

.children {
	list-style: none;
}													
																	
										/*  ISSUES SUMMARY */											

.issues_sum {
	margin: 10px 0 20px 5px;
}	

.issue_list {
	font-weight: bold;
	font-size: 14px;
	background-color: #f0f0f0;
	padding: 5px 0 5px 20px;
	border-bottom: 2px solid #e6e6e6;
	margin: 0 0 5px 30px;
}	

										/*  ISSUES SUMMARY */									
										
.album {
	clear: both;
	width: 900px;
	padding-top: 20px;
}

.album_index {
	width: 740px;
	float: right;
}

.album_title {

	font-weight: bold;
	font-size: 15px;
	background-color: #dfe9f1;
	padding: 7px 0 7px 10px;
	border-bottom: 2px solid #bfd0e0;
	margin-bottom: 2px;
}	

.photo_thumb {
	width: 140px;
	float: left;
}	

.album_desc	{
	width: 740px;
	float: right;
	margin-top: 10px;
}	

.album_thumbs {
	margin-top: 15px;
	padding-left: 10px;
}	
 
.album_thumbs img {
	padding: 5px;
}	

.big {
	max-width:700px;
}					
			
.tableb td {
	margin-bottom: 15px !important;
}										

										/*  FOOTER   */										

#footer {
	position: relative; 
	top: 30px;
	clear: both;
	margin-top: 20px;
	border-top: solid 8px #000000;
	text-align: center;
	padding-top: 17px;
	height: 150px;
}
										
										


