﻿html {
	height: 100%;
	margin-bottom: 1px;}
	
body {
	background: url(images/backgroundTop.jpg) repeat-x;
	font: normal 80% Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0;
	padding:0;
}
	
img {
	border-top: solid #000000;
	border-right: solid #000000;
	border-bottom: solid #000000;
	border-left: solid #000000;
}
	
a {
	color: /*#26437c*/#000099;
	text-decoration: none;
	font-weight: bold;}
	
a:hover {
	color: #999999;
	text-decoration: underline;
	font-weight: bold;}
	
h1 {
	color: /*#26437c*/#0000ff;
	font: normal 36px Georgia, Georgia, serif;
	margin: 15px 0 20px;
}
	
h2 {
	color: #999999;
	font: normal 26px Verdana, Arial, sans-serif;
	margin: 5px 0;}
	
h3 {
	color: /*#26437c*//*#18481d #660033*/#ff6600;
	font: normal 20px Verdana, Arial, sans-serif;
	margin: 5px 0;}
	
h4 {
	color: #000033;
	font: normal 18px "Comic Sans MS", "Trebuchet MS", sans-serif;
	margin: 5px 0;}
	
h5 {
	color: #000099;
	font: normal 16px "Comic Sans MS", "Trebuchet MS", sans-serif;
	margin: 5px 0;}
	
h6 {
	color: #000033;
	font: bold 12px Verdana, "Trebuchet MS", sans-serif;
	letter-spacing: 1px;
	margin: 5px 0;}
	
hr {
	background-color: /*#26437c*/#000099;
	color: /*#26437c*/#000099;
	height: 1px;
	width: 80%;}
	
#wrapper {
	background-image: url('images/back2.jpg'); 
	text-align: left;
	width: 900px;
	margin: 0 auto;}
	
#global {
	background-image: url('images/globalBlue.jpg');	
	height: 35px;
	color: #ffffff;
	padding: 15px 20px 0 0;
	text-align:right;
	font: 75% small-caption;}
	
#global a {
	color: #ffffff;
	padding: 0 5px;
	text-decoration: none;
	font-weight: bold;}
	
#global a:hover {
	color: #ffffff;
	text-decoration: overline underline;
	font-weight: bold;}
	
#header {
	background: url('images/header.jpg') no-repeat;
	height: 233px;
	padding: 0 10px;}
	
#logotext {
	float:right;
	width: 480px;
	height: 140px;
	text-align:right;
	padding-right:20px;
	vertical-align: top;
}
	
#content {
	width: 170px /*170px*/;
	float: right;
	text-align: left;
	padding: 5px 15px; 
	border-left-color:#E1E1E1;
	border-left-style:double;
	 
	  
}



#MainContent {
	width: 490px;
	float: none;
	text-align:left;
	margin-left: 200px;
	padding-top: 5px;
	padding-right: 20;
	padding-bottom: px;
	padding-left: 5px;
	margin-right: 200px;
}
	
#MainContentSub {
	width: 690px;
	float: none;
	text-align:left;
	margin-left: 200px;
	padding-top: 5px;
	padding-right: 20;
	padding-bottom: px;
	padding-left: 25;
}	
		
#sidebar {
	width: /*270px*/ 170px;
	float: left;
	text-align: left;
	font-size: 90%;
	line-height: 20px;
	padding: 5px 15px;
}
	
#sidebar a {
	color: /*#26437c*/ #0000ff;
	padding: 0 5px;
	text-decoration: none;
	font-weight: bold;}
	
#sidebar a:hover {
	color: #999999;
	text-decoration: underline;
	font-weight: bold;}
		
#footer {
	clear: both;
	height: 60px;
	background: url('images/footer.jpg') no-repeat;	
	text-align: center;
	font-size: 80%;
	font-weight:bold;
	padding: 20px 0 0 0;}
	
#footer p {
	padding: 0;
	margin: 0;}
	
#footer a {
	color: /*#26437c*/ #000099;
	padding: 0 5px;
	text-decoration: none;
	font-weight: bold;}
	
#footer a:hover {
	color: #999999;
	text-decoration: overline underline;
	font-weight: bold;}
	
.images {
	border: 6px double #000000;
}

		
	
.imageleft {
	margin: 0 10px 0 0;
	float: left;
	border: 3px double #c0c0c0;}
	
.imageright {
	margin: 0 0 0 10px;
	
	border: 3px double #ffffff;}
	
.imageleft-noborder {
	margin: 0 10px 0 0;
	float: left;}
	
.imageright-noborder {
	margin: 0 0 0 10px;
	float: right;}
	
.centertext {
	text-align: center;}
	

