/* CSS Document */

body {
	margin:0;
	background:#151515 url(bg.jpg) top center repeat-y;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	}
	
h1 {
	background-color:#CC0000;
	color:#fff;
	font-weight:bold;
	font-size:18px;
	padding-left:10px;
	}
	
/* positioning divs */

#container {
	position:relative;
	width:900px;
	height:100%;
	margin:auto;
	padding:10px;
	}

#head {
	position:relative;
	margin-left:-43px;
	float:left;
	margin-top:-10px;
	margin-bottom:0;
	padding:0;
	width:43px;
	height:480px;
	}

#content {
	width:880px;
	margin-left:10px;
	background-color:#fff;
	color:#000;
	}
	#content p {
		margin-left:10px;
		margin-right:10px;
		}
		
#footer {
	width:100%;
	font:10pt Arial, Helvetica, sans-serif;
	color:#999999;
	text-align:center;
	margin-top:10px;
	clear:both;
	}
	
#info_box {
	float:right;
	width:300px;
	background-color:#666666;
	color:#fff;
	padding:10px;
	margin-right:10px;
	height:auto;
	}
	#info_box a {
		text-decoration:underline;
		color:#fff;
		font-weight:bold;
		}
	#info_box a:hover {
		text-decoration:none;
		color:#CCCCCC;
		font-weight:bold;
		}

#info_left {
	float:left;
	margin-right:15px;
	width:480px;
	margin-left:15px;
	}

/* main menu */

#menu {
	width:900px;
	color:#fff;
	margin-top:10px;
	margin-bottom:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	text-align:center;
	}
	#menu ul {
		list-style:none;
		margin:0;
		padding:0;
		display:inline;
		}
	#menu ul li {
		list-style:none;
		display:inline;
		margin:0;
		padding:0;
		}
	#menu ul li a {
		text-decoration:none;
		font-weight:bold;
		padding:0px 0px 0px 20px;
		margin-right:15px;
		background:url(bg_link.jpg) center left no-repeat;
		color:#fff;
		}
	#menu ul li a:hover {
		text-decoration:none;
		background:url(bg_link_rollover.jpg) center left no-repeat;
		}
	#menu #current a, #menu #current a:hover {
		background:url(bg_link_rollover.jpg) center left no-repeat;
		}		
		
/* rounded corners for  content */

.roundcont {
	background-color:#fff;
}

.roundtop { 
	background:url(tr.jpg) no-repeat top right; 
}

.roundbottom {
	background:url(br.jpg) no-repeat top right; 
	clear:both;
}

img.corner {
   width: 20px;
   height: 20px;
   border: none;
   display: block !important;
}
		
/* styles */
p .initcap {font-size:26pt; font-weight:bold; color:#CC0000; font-family:Georgia, "Times New Roman", Times, serif;}
.motto {font-size:14pt; font-style:italic; font-weight:bold; text-align:center; color:#CC0000; font-family:Georgia, "Times New Roman", Times, serif;}
.photo {border:1px solid #000;}
.red_text {color:#CC0000;}
