/* CSS Document */

body {
	background-image: url(images/top_stretch.gif);
	background-repeat: repeat-x;
}
body a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
body a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
body a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
body h1 {
	color: cc9900;
	margin: 5px 0px 15px 0px;
	font-size: 24px;
	float: left;
	font-family: calibri;
	text-transform: uppercase;
	width: 725px;
	border-bottom: 3px solid #cc9900;
}
body h2 {
	color: cc9900;
	margin: 15px 0px 0px 0px;
	font-size: 22px;
	float: left;
	font-family: calibri;
	text-transform: uppercase;
	border-bottom: 1px solid #cc9900;
	width: 725px;
}
body p {
	color: cc9900;
	margin: 10px 0px 10px 0px;
	float: left ;
	clear: left;
	font-family: calibri;
	width: 725px;
}
body table {
	color: cc9900;
} 
body pre {
	float: left;
	clear: both;
	width: 725px;
	font-family: calibri;
}

#main_content {
	float: left;
	clear: left;
	padding: 5px 0px 5px 20px;
	width: 766px;
	background-image: url(images/body_back.gif);
	background-repeat: repeat-y;
	margin-top: 20px;
	display: inline;
}
#navi_table {
	float: left;
	margin-top: -3px;
}
#footer {
	background-color: #333333;
	width: 766px;
	border-top: 3px solid #666666;
	color: cc9900;
	font-style: italic;
	text-align: center;
	float: left;
	clear: left;
	margin-top: 30px;
	font-size: 16px;
	font-family: calibri;
	padding: 3px 0px 3px 0px;
}

/* Index Page Styles */
#vid_box {
	background-image: url(images/index_video_box.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 294px;
	height: 205px;
	float: right;
	clear: none;
	display: inline;
	margin-right: 60px;
	margin-top: 10px;
}
#video {
	float: left;
	margin: 5px 0px 0px 5px;
	display: inline;
}
#cal_box {
	width: 331px;
	height: 297px;
	float: right;
	clear: right;
	margin: 20px 40px 0px 0px;
	display: inline;
}
.content_box {
	width: 350px;
	float: left;
	clear: left;
	margin-bottom: 20px;
	margin-left: 3px;
	display: inline;
}
.content_box h1 {
	width: 350px;
	margin-bottom: 8px;
	font-size: 20px;
	display: inline;
}
.content_box p {
	background-color: #000000;
	width: 344px;
	margin: 0px;
	padding: 3px;
	height: 87px;
	overflow: auto;
	display: inline;
}
.content_box a {
	float: left;
	clear: left;
	font-size: 14px;
	font-weight: normal;
	width: 350px;
	text-align: right;
	display: inline;
}
.content_box a:visited {
	font-weight: normal;
}
.content_box a:hover {
	font-weight: normal;
}

/* Admin Styles */
#mem_navi {
	width: 725px;
	border-bottom: 1px solid #cc9900;
	padding: 0px 0px 5px 0px;
	margin: -10px 0px 5px 0px;
	float: left;
	clear: both;
	text-align: center;
}
.display_member {
	width: 709px;
	float: left;
	clear: both;
	border: 3px solid #cc9900;
	padding: 5px;
	margin: 10px 0px 10px 0px;
}
.display_member p {
	width: 350px;
	float: left;
	clear: none;
	margin: 0px;
	line-height: 120%;
}
.edit_link {
	float: right;
	clear: left;
	margin-right: 43px;
	margin-top: -12px;
	margin-bottom: 10px;
}