﻿html {
	height: 100%;
	margin-bottom: 1px;}
	
body {
	background: #ffffff;
	font: normal small Verdana, Geneva, Tahoma, sans-serif;
	color: #333333;
	text-align: left;
	margin: 0;
	padding: 0;}
	
img {
	background-position: center center;
	border: none;
	background-repeat: no-repeat;
}
	
a {
	color: #144c68;
	text-decoration: none;
	font-weight: bold;
	outline: none;}
	
a:hover {
	color: #144c68;
	text-decoration: underline;
	font-weight: bold;
	outline:none;}
	
h1 {
	color: #144c68;
	font: normal 18px Verdana, Geneva, Tahoma, sans-serif;
	margin: 0 0 20px 0;
	font-weight: bold;
}
	
h2 {
	color: #144c68;
	font: normal 20px Verdana, Arial, sans-serif;
	margin: 5px 0;}
	
h3 {
	color: #669bac;
	font: normal 20px Verdana, Arial, sans-serif;
	margin: 5px 0;}
	
h4 {
	color: #808080;
	font: normal 18px "Comic Sans MS", "Trebuchet MS", sans-serif;
	margin: 5px 0;}
	
h5 {
	color: #144c68;
	font: bold 14px Verdana, Geneva, Tahoma, sans-serif;
	margin: 5px 0;
	font-weight: bold;
	font-style: normal;
}
	
h6 {
	color: #144c68;
	font: bold 12px Verdana, "Trebuchet MS", sans-serif;
	letter-spacing: 1px;
	margin: 5px 0;}
	
hr {
	background-color: #144c68;
	color: #144c68;
	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: 900px;
	margin: 0 auto;}
	
#header {
	position:relative;
	height: 235px;
	width: 900px;
	top: 0px;
	left: 0px;
}
	
#global {
	position: absolute;
	left: 300px;
	top: 190px;
	z-index: 1;
	color: #333333;
	height: 40px;
	width: 580px;
	text-align: center;
	font-size: 80%;
}
	
#global a {
	outline: none;
	color: #144c68;
	padding: 0 5px;
	text-decoration: none;
	font-weight: bold;}
	
#global a:hover {
	outline: none;
	color: #144c68;
	text-decoration: underline;
	font-weight: bold;}
		
#content {
	width: 560px;
	float: right;
	padding: 5px 15px;
	height: auto;
	margin-bottom: 10px;
}

#contentwide {
	width: 870px;
	padding: 5px 15px;}

	
#sidebar {
	width: 270px;
	float: left;
	color: #404040;
	font-size: 85%;
	line-height: 20px;
	padding: 5px 15px;
}
	
#sidebar a {
	color: #144c68;
	padding: 0 5px;
	text-decoration: none;
	font-weight: bold;}
	
#sidebar a:hover {
	color: #144c68;
	text-decoration: underline;
	font-weight: bold;}
	
#nav {
	width: 245px;
	text-align: center;
	padding-left: 20px;
	padding-top: 5px;
}

#nav a {
	display: block;
	color: #144c68;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
	outline: none;}

#nav a:hover {
	color: #144c68;
	text-decoration: underline;
	font-weight: bold;
	outline: none;}
	
#footer {
	clear: both;
	height: 30px;
	color: #666666;
	background: #ffffff url('images/footer.jpg') no-repeat;
	text-align: center;
	letter-spacing: 2px;
	font-size: 80%;
	line-height: 1.4em;
	padding-top: 0px;
	height: 65px;
	margin-top: 0px;
}
	
#footer p {
	padding: 0;
	margin: 0;}
	
#footer a {
	color: #666666;
	padding: 0 5px;
	text-decoration: none;
	font-weight: bold;}
	
#footer a:hover {
	color: #606060;
	text-decoration: overline 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;
	background-repeat: no-repeat;
}
	
.imageright-noborder {
	margin: 0 0 0 10px;
	float: right;}
	

.half-para {
	height: 1px;
	width: auto;
}
	
.body {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	color: #333333;
}
.sidebartext {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: small;
	font-weight: normal;
	font-style: italic;
	color: #333333;
}
