html {
	margin:0;
	padding:0;
}

body {
	margin:0;
	padding:0;
	text-align:center;
	background:#B50203;
	font:.8em Verdana, Arial, Helvetica, sans-serif;
}

p {
	text-align:justify;
}

a:link {
	color:blue;
}

a:visited {
	color:blue;
}

a:active,
a:hover {
	color:#F3A45F;
}

h1 {
	font:bold 1.42em Lucida Sans, Lucida, Helvetica, Arial, sans-serif;
	line-height:1.2em;
	height:25px;
	margin:.05em 0em .05em 0em;
	background:url('images/accent.gif') no-repeat;
	padding-left:26px;
	color:#000000;
}

h2 {
	font: bold 1.2em Lucida Sans, Lucida, Helvetica, Arial, sans-serif;
	line-height: 1.4em;
	height: 23px;
	margin: .05em 0em .05em 0em;
	color: #71778A;
}

h3 {
	font: bold 1.2em Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	height: 23px;
	margin: .05em 0em .05em 0em;
	color: #000000;
}

h4 {
	font: bold 1.1em Lucida Sans, Lucida, Helvetica, Arial, sans-serif;
	line-height: 1.4em;
	height: 23px;
	margin: .05em 0em .05em 0em;
	color: #000000;
}

img {
	border:0px;
}

.clearer {
	clear:both;
}

#wrapper1 {
	margin:5px; /* to fix centering in Mozilla */
	border-top: solid 1px #A30001;
	border-left: solid 1px #A30001;
	border-right: solid 1px #A30001;
	border-bottom: solid 1px #A30001;
}

#wrapper2 {
	margin: 0px auto; /* to fix centering in Mozilla */
	border-top: solid 1px #8D0101;
	border-left: solid 1px #8D0101;
	border-right: solid 1px #8D0101;
	border-bottom: solid 1px #8D0101;
}

#wrapper3 {
	border-top: solid 1px #000;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	background: #fff;
	text-align: left;
	padding: 0px 1px 1px 1px;
}
	
#top {
	border-left: solid 1px #CBCED4;
	border-right: solid 1px #CBCED4;
	padding: 5px;
}

#mainpic {
	height: 137px;
	padding:1px 1px 2px;
	border: solid 1px #CBCED4;
}

#mainpic #logo {
	background:url('images/banner-bg.png') repeat-x;
	height:137px;
}

#mainpic #logo_right {
	float:right;
	background:url('images/banner-right.png') no-repeat;
	height:137px;
	width:126px;
}

#mainpic #logo_left {
	background:url('images/banner-left.png') no-repeat;
	height:137px;
	width:755px;
}

#specialtext {
	padding: 20px;
	color: #fff;
	font: bold 24px Lucida Sans, Lucida, Helvetica, Arial, sans-serif;
}

#specialtext .url {
	padding:0px;
	color: #fff;
	font: bold 14px Lucida Sans, Lucida, Helvetica, Arial, sans-serif;
}

#menu {
	border-left: solid 1px #CBCED4;
	border-right: solid 1px #CBCED4;
	padding: 2px;
	width: 748px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 742px;
}
	html>body #menu { width: 742px; }

#menutext {
	background: #E5E6E9;
	padding: 5px;
}
	#menutext ul {
		margin: 0px;
		padding: 0px;
		list-style-image: none;
	}
	
	#menutext li { display: inline }
	
	#menutext a:link, #menutext a:visited {
		padding-left: 12px;
		color: #D9025D;
		font-weight: bold;
		text-decoration: none;
	}
	
	#menutext a:active, #menutext a:hover {
		color: #F3A45F;
	}
	
#bodywrapper {
	border: solid 1px #CBCED4;
	padding: 2px;
}
	
#body {
	background: #E5E6E9;
	padding: 7px;
}
	
#body1 {
	margin-right: 207px;
}

#body2 {
	width: 200px;
	float: right;
}

.textbox {
	border: solid 1px #CBCED4;
	background: #fff;
	padding: 11px;
	margin-bottom: 7px;
}

#footer {
	padding:0;
	margin:10px 10px 5px;
}

.vmenu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.vmenu a:link, .vmenu a:visited, .vmenu a:hover {
	text-decoration: none;
	color: #000000;
	display: block;
	width: 170px;
	height: 21px;
	padding-left: 25px;
	padding-top: 3px;
	background: url('images/vertical.gif') no-repeat;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 145px;
	height: 16px;
}
	html>body .vmenu a:link, html>body .vmenu a:visited, html>body .vmenu a:hover { 
		width: 145px;
		height: 16px;
	}

.vmenu a:hover {
	background: url('images/vertical.gif') 0px -57px no-repeat;
}

