a{
	text-decoration:none;
	color:red;
	}
a:hover{
	text-decoration:underline;
	color:orange;
	}
body{
	padding:0px;
	margin:0px;
	background-color:black;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	}
#wrap1{
	width:1010px;
	background-color:#BA161D;
	margin:0px auto;
	background-image:url("/images/assets/bg_300.jpg");
	background-repeat:repeat-x;
	padding-top:15px;
	padding-bottom:10px;
	}
#wrap2{
	width:897px;
	margin:0px auto;
	border-left:1px white solid;
	border-right:1px white solid;
	background-color:white;
	}
#topNav{
	background-color:#BA161D;
	background-image:url("/images/assets/bg_top_nav.jpg");
	background-repeat:repeat-x;
	padding:0px 10px;
	color:white;
	font-size:13px;
	font-weight:400;
	}
#topNav a{
	color:white;
	}
#topNav a:hover{
	color:orange;
	}
#graphics{
	position:relative;
	height:178px;
	background-color:grey;
	background-image:url("../images/assets/graphics_background_01-draft2-05.jpg");
	border-top:1px solid white;
	}
#logo{
	position:absolute;
	left:30px;
	top:30px;
	}
#tagline{
	position:absolute;
	right:20px;
	bottom:0px;
	padding:5px 3px;
	font-weight:400;
	font-size:13px;
	}
#member_status{
	float:right;
	}
#mainBody{
	line-height:17px;
	background-image:url("/images/assets/lower-right-watermark.jpg");
	background-position:bottom right;
	background-repeat:no-repeat;
	}


#footerText{
	margin:0px 25px;
	border-top:1px solid #333;
	text-align:center;
	color:black;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	}
.foot_text_big{
	color:black;
	font-size:14px;
	font-weight:bold;
	}
#footer a{
	color:#111;
	}
#footer a:visited{
	color:#777;
	}
#footer a:hover{
	color:red;
	}
.sub_nav{
	font-weight:400;
	font-size:13px;
	padding-left:25px;
	}
.sub_nav a{
	color:#333;
	text-decoration:underline;
	}
p{
	margin-bottom:5px;
	}
h2{
	text-indent:6px;
	margin:20px 0px 10px 0px;
	color:darkred;
	font-weight:400;
	font-size:159%;
	background-image:url("/images/assets/h2-line-02.png");
	background-position:-30px bottom;
	background-repeat:no-repeat;
	line-height:140%;
	}
#right_body{
	float:right;
	width:325px;
	}
#left_body{
	float:left;
	width:500px;
	padding-left:25px;
	}



/* CSS used for admin mode toolbar */
#adminMode{
	background-color:SADDLEBROWN;
	border:1px solid #000;
	width:200px;
	padding:0px 5px;
	color:WHITE;
	font-family:Arial;
	position:fixed;
	top:15px;
	left:15px;
	z-index:1000;
	}
#adminModeExit{
	float:right;
	padding:0px 2px;
	margin:1px;
	border:1px solid WHITE;
	font-weight:900;
	font-family:Arial;
	}
#adminModeExit a{
	color:#FFF;
	text-align:center;
	font-size:9px;
	}
.amBtn{
	float:right;
	padding:0px 2px;
	margin:1px;
	border:1px solid WHITE;
	font-weight:900;
	font-family:Arial;
	}
.amBtn a{
	color:#FFF;
	text-align:center;
	font-size:9px;
	font-weight:900;
	padding:0px 3px;
	}
#adminMode{
	text-align:left;
	width:275px;
	-moz-opacity:.85;
	background-color:DARKKHAKI;
	}
textarea.amFlds{
	font-size:11px;
	line-height:13px;
	width:250px;
	border:1px solid #000;
	}
#amBody{
	clear:both;
	text-align:left;
	}


/*
created 2009-02-05
------------------
calWidget1_001.php: this is good CSS for the presentation of just the event listing by itself
*/
#calSection{
	margin:1px 0px 15px 20px;
	float:right;
	width:300px;
	}
#calHeader{
	display:none;
	}
#calEventListing{
	}
.calEventHeader{
	background-color:#BA161D;
	color:#FFE111;
	font-size:109%;
	font-weight:900;
	padding-left:8px;
	margin-bottom:5px;
	}
.calEvent, .calEventAll{
	margin-bottom:15px;
	padding-left:8px;
	}
.itemHdr{
	font-weight:900;
	font-size:101%;
	}
.itemHdr .time{
	font-weight:400;
	}
.itemName a{
	color:darkred;
	font-weight:900;
	}
.itemDesc{
	font-size:89%;
	}
/* ------------- end calWidget CSS -------------- */