@charset "utf-8";
/* CSS Document */
/* style sheet designed by Jeff McNear / Plasterdog Productions 
colors
red:  #aa5306
darker red: #61241f (used for internal links) 
gold: #ccac51  
light blue: #65909a
dark blue: #1b223f
*/
/* setting text align to center solves IE bug for centering wrapper_____________*/

body {
	text-align: center;
	background-color: #000000;	
}


/* setting text align to left here corrects cascade for IE bug fix above_________*/
#wrapper {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border: 4px solid #000000;
	background-color: #FFFFFF;
	min-height: 650px;
	}
#wrapper #banner {
	height: 95px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
	width: 650px;

}

#wrapper #content {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.news_item {
	padding-left: 20px;
}
.news_item a:link, .news_item a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
.news_item a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

/* split set classses */

.clear{
	clear: both;
}
	
.top_nav a:link, .top_nav a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1b223f;
	text-decoration: none;
	background-color: #65909a;
	text-align: center;
	display: block;
	width: 90px;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	border: 1px solid #ffffff;
}


.top_nav a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1b223f;
	text-decoration: none;
	background-color: #65909a;
	text-align: center;
	display: block;
	width: 90px;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #ffffff;
	border-bottom-color: #1b223f;
	border-left-color: #ffffff;
}


.hanger {
	background-image: url(jmc_images/elements/hanger_bar.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.top_bar {
	background-image: url(jmc_images/elements/top_bar.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
/* attach style to td tag in table not text itself */
.big_nav a:link, .big_nav a:visited{
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #ccac51;
	text-decoration: none;
}

.big_nav a:hover{
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #ccac51;
	text-decoration: underline;
}


