body {
	background: #000000;
	font-family: Arial, Sans-Serif;
}
#container {
	margin: 0 auto;
	width: 850px;
	border:0px;
}
#header {
	width: 600px;
	border:0px solid white;
	text-align:left;
	margin-left:75px;
}
#sub_header {
	text-align: right;
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
	padding-right: 20px;
	padding-bottom: 20px;
}
#main_content {
	margin: 0 auto;
	width: 700px;
	background: #FFFFFF /*url('images/background_content.gif')*/;
	background-repeat: repeat-y;
	border:0px solid red;
	padding: 20px 0 20px 0;
} 
#main_content_top {
	height: 0px;
	background: #FFFFFF /*url('images/background_top.gif')*/;
} 
#main_content_bottom {
	height: 30px;
	background: #FFFFFF /*url('images/background_bottom.gif')*/;
}
#footer {
	text-align: center;
	font-size: 12px;
	margin: 10px auto;
	color: #A40008;
}
.content {
	float: left;
	width: 450px;
	text-align: justify;
	padding: 0px 0px 0 0px;
	font-size: 12px;
	margin-top:0px;
	margin-right:0px;
	margin-left:15px;
	border: 0px solid black;
	background:White;
}
.menu {
	width: 146px;
	float: left;
	padding: 0 0px 0 20px;
	border-left: #000000 0px solid;
	font-size: 15px;
}
/*.menu ul {
	margin: 0;
	padding: 10px 0 10px 15px
}
.menu il {
	list-style-type: none;
}
#header h1 {
	margin-bottom: 0px;
	font-size: 28px;
	font-weight: bold;
	color: #A40008
} */
.content h2 {
	margin-top: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #A40008;
}
#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

.clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}
.menu_title {
	font-size: 16px;
	font-weight: bold;
	color: #A40008;
	margin-top: 3px;
}
/*.menu ul {
	margin: 0;
	padding: 10px 0 20px 15px
}
.menu li {
	padding-top: 2px;
	list-style-type: none;
}*/
a {
	color: #A40008;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #A40008;
	font-weight: bold;
	text-decoration: none;
}
/*a.menu_link {
	color: #000000;
	font-weight: bold;
	text-decoration: underline
}
a.menu_link:hover {
	color: #A40008;
	font-weight: bold;
	text-decoration: none
}*/
.quote {
	margin: 20px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
}
/*.blend img 
{
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity:0;
	filter: alpha(opacity=0);

}*/

 #mySlideShow
{
width: 400px !important;
height: 200px !important;
}

/* Side Vertical Nav Bar */

.arrowlistmenu{
margin-left: 5px;
width: 144px; /*width of menu*/
}

.arrowlistmenu .headerbar{
font: bold 12px;
font-family:Times New Roman, Sans-Serif;
color: #A40008;
/*background: black url(media/titlebar.png) repeat-x center left;*/
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #000000;
background: url(images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 0px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #444444;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}



h3 
{
	margin-top:0px;
	font-size:14px;
}

