/* CSS Document */

body {
	margin:0px;
	padding:0px 0px 25px 0px;
	background-color:#34349A;
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	font-family:arial, sans-serif;
	font-weight:bold;
	text-align:center;
	}
body.inner {
	margin:0px;
	padding:0px;
	background-color:#34349A;
	background-image:url(images/inner_bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	font-family:arial, sans-serif;
	font-weight:normal;
	text-align:center;
	}
h1 {
	color:#670000;
	}
a {
	color:#0000FF;
	text-decoration:underline;
	}
a:hover {
	text-decoration:none;
	}
a:visited {
	color:#0000FF;
	}
img {
	border:none;
	}
a img.border {
	border:2px solid #0000FF;
	}
a:visited img.border {
	border:2px solid #551A95;
	}
#titleLeft {
	width:50%;
	height:106px;
	margin-right:50%;
	background-image:url(images/left_top_bg.jpg);
	background-repeat:repeat-x;
	position:absolute;
	left:0px;
	z-index:2;
	}
#titleRight {
	width:50%;
	height:144px;
	margin-left:50%;
	background-image:url(images/right_top_bg.jpg);
	background-repeat:repeat-x;
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
	}
#accentContainer {
	width:857px;
	height:675px;
	border-left:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
	position:relative;
	top:25px;
	}
#accentContainerInner {
	width:857px;
	border-left:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
	position:relative;
	top:25px;
	}
#main {
	width:850px;
	height:675px;
	background-image:url(images/main_bg.gif);
	border-left:3px solid #333333;
	border-top:3px solid #333333;
	border-right:3px solid #333333;
	text-align:left;
	}
#main2 {
	width:850px;
	background-color:#FFFFFF;
	background-image:url(images/main2_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	border-left:3px solid #333333;
	border-top:3px solid #333333;
	border-right:3px solid #333333;
	text-align:left;
	}
#footerAccentContainer {
	width:857px;
	height:53px;
	margin-bottom:75px;
	border-left:1px solid #FFFFFF;
	border-bottom:1px solid #000000;
	position:relative;
	top:25px;
	}
#footerAccentContainerInner {
	width:857px;
	height:53px;
	margin-bottom:25px;
	border-left:1px solid #FFFFFF;
	border-bottom:1px solid #000000;
	}
#footer {
	width:850px;
	height:30px;
	margin-top:-10px;
	padding-top:20px;
	background-image:url(images/footer_bg.gif);
	background-repeat:repeat-x;
	border-right:3px solid #333333;
	border-bottom:3px solid #333333;
	border-left:3px solid #333333;
	font-size:12px;
	text-align:center;
	color:#FFFFFF;
	}
#footerInner {
	width:850px;
	height:30px;
	margin-top:20px;
	padding-top:15px;
	padding-bottom:5px;
	background-image:url(images/footer_bg.gif);
	background-repeat:repeat-x;
	border-right:3px solid #333333;
	border-bottom:3px solid #333333;
	border-left:3px solid #333333;
	font-size:12px;
	text-align:center;
	color:#FFFFFF;
	}
#footerInner a {
	text-decoration:none;
	color:#FFFFFF;
	}
#footerInner a:hover {
	text-decoration:underline;
	}
#menuContainer {
	width:172px;
	float:left;
	}
#menu {
	margin-top:-20px;
	margin-bottom:-20px;
	padding-left:6px;
	width:166px;
	border-top:none;
	background-image:url(images/menu_middle.gif);
	background-repeat:repeat-y;
	}
#navlist {
	width:125px;
	}
#navlist ul {
	list-style-type:none;
	display:block;
	margin:20px 0px 0px 0px;
	padding:0px;
	}
#navlist li {
	width:139px;
	height:38px;
	margin-bottom:-5px;
 	background-image:url(images/buttons/menu.gif);
	background-repeat:no-repeat;
	}
#navlist li:hover {
	width:139px;
	height:38px;
	margin-bottom:-5px;
 	background-image:url(images/buttons/menu_on.gif);
	background-repeat:no-repeat;
	}
#navlist li.shadow {
	width:96px;
	height:10px;
	margin-bottom:5px;
	background-image:none;
	}
#navlist ul li a {
	padding:11px 25px 11px 10px;
	font-family:verdana,sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	position:relative;
	top:9px;
	}
.address {
	margin-left:250px;
	margin-top:5px;
	font-family:arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#670000;
	}
.address2 {
	margin-left:75px;
	margin-top:5px;
	font-family:arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#670000;
	}
.bottomUp {
	margin-bottom:-2px;
	}