@charset "UTF-8";
body {
	font: 0.9em Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: url(images/bg_cen.jpg) no-repeat scroll top center #3B0000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	margin-top: 224px;
	padding: 0;
	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: 911px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.bodycontainer {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.bodytext_head {
	margin: 0 auto;
	background: url(images/top_bg.png) repeat-x center;
	height:61px;
	display:block;
	margin-top:10px;
	margin-bottom:0;
	-moz-border-radius-topleft: 15px;
  	-moz-border-radius-topright: 15px;
  	-webkit-border-top-left-radius: 15px;
  	-webkit-border-top-right-radius: 15px;
  	-khtml-border-top-left-radius: 15px;
  	-khtml-border-top-right-radius: 15px;
  	border-top-left-radius: 15px;
  	border-top-right-radius: 15px;
}

.bodytext_head h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	text-decoration:none;
	margin: 0 auto;
	letter-spacing:-0.05em;
	padding-top:10px;
	text-align: center;
	}

.bodytext {
	margin: 0 auto;
	margin-top:0;
	margin-bottom:0;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:25px;
	padding-right:25px;
	background:  url(images/block_bg.png) repeat;	
	-moz-border-radius-bottomleft: 15px;
  -moz-border-radius-bottomright: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -khtml-border-bottom-left-radius: 15px;
  -khtml-border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  filer:shadow(color:#666);
  display:block;

  
}

.bodytext img {
	margin: 8px;
	border:1px #000 solid;
	float:right;
}

.bodytext p
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-indent:3em;
	text-decoration:none;
	line-height:1.5em;
	}
	
.bodytext li{
	text-indent:0em;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration:none;
	line-height:1.5em;
}

.bodytext a {
	text-decoration:none;
	font-weight:bold;
	}


.bodytext a:hover {
	text-decoration:underline;
}
	
.bodytext p.b
	{font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-indent:3em;
	font-weight:bold;
	}

.bodytext ul {
	list-style:disc;
	}

.bodytext h3; {font-size:1.4em; font:bold;}

.copyright {
	font-size:0.6em;
	color:#FFF;
	width: 900px;
	margin:0 auto;
	margin-top:25px;
	margin-bottom:10px;
}

.copyright a{
	color:#FFF;
}

.copyright a:hover{
	text-decoration:inherit;
}
/*This is the navigation bar code */

.ul {margin:0 auto; padding-top:54px; font-size:1em; font-family:Arial, Helvetica, sans-serif;}
ul.menu {list-style:none; margin:0; padding:0;}
ul.menu * {margin:0; padding:0;}
ul.menu a {display:block; color:#FFF; text-decoration:none;}
ul.menu li {position:relative; margin-right:0px; float:left; width:130px;}
ul.menu ul {position:absolute; top:26px; display:none; opacity:0; list-style: none; width:130px;}
ul.menu ul li {position:relative; margin:0; background-color:#600; text-align:right; font-size:0.9em}
ul.menu ul li a {display:block; padding:3px 7px 5px;}
ul.menu ul li a:hover { background-color:#933}
ul.menu ul ul {left:148px; top:-1px}
ul.menu .menulink {font-weight:bold; color:#000; text-align:center;}
ul.menu .menulink:hover, ul.menu .menuhover { color:#600;}
ul.menu .sub {background:url(images/arrow.gif) 130px 8px no-repeat}
ul.menu .topline {border-top:1px solid #aaa}

.nav{
	background:url(images/navbg.png) center no-repeat scroll;
	height:100px;
	margin: 0;
	
}
