@charset "utf-8";
body  {
	font: 16px/1.5 Verdana, Arial, Helvetica, sans-serif;
	background: #000 url(Background/images/blackstar.jpg) repeat-y center top;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#container {
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	text-align: left;
	padding: 10px;
	margin: 0px auto;
	border: 2px solid #663333;
} 

#header {
	height: 169px;
	margin-top: 0px;
	margin-bottom: 0px;
	background: #000 url(Images/OLG_Header.jpg) no-repeat center center;
	border-top: 2px solid #663333;
	border-right: 2px solid #663333;
	border-left: 2px solid #663333;
} 
* {
	margin: 0px;
	padding: 0px;
}
#menu {
	background: url(Images/menu_backing.jpg);
	text-align: right;
	height: 32px;
}
#menu ul {
	list-style: none;
	color: #FFF;
	padding-right: 10px;
	padding-top: 4px;
	margin-left: 110px;
}
#menu ul li {
	display: inline;
	margin-left: 20px;
	float: left;
}
#menu ul li a {
	float: left;
}
#menu ul li a:link {
	color: #FFF;
	text-decoration: none;
}
#menu ul li a:visited {
	color: #FFF;
	text-decoration: none;
}
#menu ul li a:hover {
	color: #FFF;
	text-decoration: underline;
}
#menu ul li a:active {
	color: #000;
	text-decoration: none;
}


#flash {
	height: 254px;
	margin-bottom: 0px;
	background: url(Flash%20files/Index_Web_Flash.swf);
	margin-top: 10px;
	border-top: 2px solid #663333;
	border-right: 3px solid #663333;
	border-bottom: 2px solid #663333;
	border-left: 3px solid #663333;
}



#sidebar1 {
	background: #FFF;
	float: left;
	margin-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 180px;
}
#sidebar1 ul {
	list-style: none;
	width: 200px;
	background: #FFF;
	color: #000;
	margin: 5px 0px 0px;
	padding: 0px;
}
#sidebar1 ul li {
	display: block;
	width: 180px;
	text-align: center;
	color: #000;
	height: 32px;
	margin-bottom: 5px;
	padding-top: 0px;
	background: url(Images/sidebar_box_white.jpg);
	line-height: 30px;
	font-size: 95%;
}
#sidebar1 ul li a {
	text-decoration: none;
	display: block;
	height: 32px;
	width: 180px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(Images/sidebar_box_white.jpg) no-repeat;
}
#sidebar1 ul li a:link {
	color: #000;
	text-decoration: none;
	background: url(Images/sidebar_box_white.jpg) no-repeat;
}
#sidebar1 ul li a:visited {
	color: #000;
}
#sidebar1 ul li a:hover {
	color: #FFF;
	background: url(Images/sidebar_box_black.jpg) no-repeat;
	height: 32px;
	width: 180px;
}
#sidebar1 ul li a:active {
}


#mainContent {
	margin-right: 5;
	margin-bottom: 0;
	margin-left: 220px;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 5px;
} 
#footer {
	background:url(Images/Footer_background.jpg);
	height: 32px;
	margin: 30px 0px 0px;
	vertical-align: bottom;
	position: relative;
} 
#footer p {
	font-size: 95%;
	color: #FFF;
	font-style: normal;
	text-align: center;
	padding-top: 5px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1 {
	font: 40px "Times New Roman", Times, serif, Sherwood;
	text-align: center;
	margin: 20px 0px 0px;
}
h2 {
	color: #421111;
	text-align: center;
	font: normal 24px "Times New Roman", Times, serif, Sherwood;
}


h3 {
	font: normal 22px "Times New Roman", Times, serif, Sherwood;
	color: #421111;
	text-align: left;
}
h4 {
	color: #0d350d;
	text-align: center;
	font: italic bold 16.5px "Times New Roman", Times, serif, Sherwood;
}


.dropcap {
	float: left;
	font: 5em/0.85em "Times New Roman", Times, serif, Sherwood;
	color: #421111;
	padding-top: 0.03em;
	padding-right: 0.1em;
}
#container .overhang {
	position: absolute;
	top: 0px;
	left: -75px;
	background: url(Images/Crosier.png);
}
.name {
	font-size: 18px;
	font-weight: bold;
	color: #663333;
}
