html {
	height: 100%;
	margin-bottom: 1px;
	background: #201d29 url('images/backbar.jpg') repeat-x;}
	
body {
	font: normal 76% Helvetica, Verdana, Arial, sans-serif;
	color: #000000;
	text-align: center;
	margin: 0;
	padding: 0;}
	
img {
	border: none;}
	
a {
	color: #2f4b70;
	text-decoration: none;
	font-weight: bold;
	outline: none;}
	
a:hover {
	color: #2f4b70;
	text-decoration: underline;
	font-weight: bold;
	outline: none;}
	
h1 {
	color: #2f4b70;
	font: normal 26px "Helvetica", Verdana, Arial, serif;
	margin: 0 0 20px 0;}
	
h2 {
	color: #2f4b70;
	font: normal 20px "Helvetica", Verdana, Arial, sans-serif;
	margin: 5px 0;}
	
h3 {
	color: #416da5;
	font: normal 20px "Helvetica", Verdana, Arial, sans-serif;
	margin: 5px 0;}
	
h4 {
	color: #416da5;
	font: normal 18px "Helvetica", Verdana, Arial, sans-serif;
	margin: 5px 0;}
	
h5 {
	color: #2f4b70;
	font: normal 16px "Helvetica", Verdana, Arial, sans-serif;
	margin: 5px 0;}
	
h6 {
	color: #416da5;
	font: bold 12px "Helvetica", Verdana, Arial, sans-serif;
	letter-spacing: 1px;
	margin: 5px 0;}
	
hr {
	background-color: #2f4b70;
	color: #2f4b70;
	height: 1px;
	width: 80%;}
	
ul {
	padding: 0;
	margin: 0 0 20px 20px;
	list-style: square;}

	
#wrapper {
	background-image: url('images/wrapper.jpg');
	text-align: left;
	width: 1000px;
	margin: 0 auto;}
	
#wrapper2 {
	background-image: url('images/wrapper.jpg');
	text-align: left;
	width: 1000px;
	margin: 0 auto;}
	
#header {
	position: relative;
	background-image: url(images/header.jpg);
	height: 255px;
}
	
#global {
	height: 36px;
	width: 980px;
	padding: 0 10px;
	text-align: right;
	position: absolute;
	z-index: 200;
	font-size: 80%;
	top: 13px;
   }

#global ul {
   margin: 0;
   padding: 0;
   list-style-type: none;}

#global li {
   display: inline;}
   
#global li a {
   display: block;
   text-align: center;
   color: #ffffff;
   text-decoration: none;
   font-weight: bold;
   margin: 0;
   line-height: 36px;
   /*padding-top:5px;*/
   width: 117px;
   float: left;
   background: url("images/buttongroup.jpg") 0 0 no-repeat;}

#global li a:hover {
   color: #ffffff;
   font-weight: bold;
   text-decoration: none;
   background-position: 0 -60px; }

#logo {
	position:absolute;
	left: 1px;
	top: -5px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	z-index: 1;
	width: 546px;
	height: 264px;
}	
	
#logo h1 {
	color: #ffffff;
	font: normal 36px "Elephant", serif;
	margin: 0 0 10px 0;}

#logo h5 {
	color: #ffffff;
	font: bold 16px  "Elephant", sans-serif;
	margin: 5px 0;}

#mainright {
	position:absolute;
	left: 550px;
	top: 55px;
	text-align: center;
	z-index: 2;
	width: 440px;}


#topnav {
   height: 40px;
   width: 940px;
   margin-left:30px;
   padding: 0 0 0 0;
   text-align: left;
}

#topnav ul {
   margin: 0;
   padding: 0;
   list-style-type: none;}

#topnav li {
   display: inline;}
   
#topnav li a {
   display: block;
   text-align: center;
   color: #ffffff;
   text-decoration: none;
   font-weight: bold;
   margin: 0;
   line-height: 40px;
   /*padding-bottom:7px;*/
   width: 117px;
   float: left;
   background: url("images/buttongroup2.jpg") 0 -20px no-repeat;}

#topnav li a:hover {
   color: #ffffff;
   font-weight: bold;
   text-decoration: none;
   background-position: 0 -80px; }

#content {
	width: 700px;
	float: right;
	padding: 15px 25px 5px 0;}
		
#contentwide {
	padding: 5px 30px;}

#sidebar {
	width: 225px;
	float: left;
	color: #404040;
	font-size: 85%;
	line-height: 20px;
	padding: 15px 0 5px 30px;}
	
#sidebar a {
	color: #2f4b70;
	padding: 0 5px;
	text-decoration: none;
	font-weight: bold;}
	
#sidebar a:hover {
	color: #2f4b70;
	text-decoration: underline;
	font-weight: bold;}
		
#footer {
	clear: both;
	height: 40px;
	color: #ffffff;
	background: #2f4b70 url('images/footer.jpg') no-repeat;	
	text-align: right;
	letter-spacing: 2px;
	font-size: 75%;
	line-height: 2em;
	padding: 20px 20px 20px 0;}
	
#footer p {
	padding: 0;
	margin: 0;}
	
#footer a {
	color: #ffffff;
	padding: 0 5px;
	text-decoration: none;
	font-weight: bold;}
	
#footer a:hover {
	color: #a7bbd5;
	text-decoration: underline;
	font-weight: bold;}
	
.clear {
	clear: both;}
	
.center {
	text-align: center;}	
		
.imageleft {
	margin: 0 10px 0 0;
	float: left;
	border: 3px double #c0c0c0;}
	
.imageright {
	margin: 0 0 0 10px;
	float: right;
	border: 3px double #c0c0c0;}
	
.imageleft-noborder {
	margin: 0 10px 0 0;
	float: left;}
	
.imageright-noborder {
	margin: 0 0 0 10px;
	float: right;}
	
