 
	body {
		font: 70% Verdana, Arial, Helvetica, sans-serif;
		background: #00447e;
		background-image: url('img/background.png');
		margin: 0;
		text-align: center;
	}
	
	a {
		text-decoration: none;
		color: #558FCB;
	}
	
	a:hover {
		color: #999;
	}
	
	#frame {
		width: 772px;
		background: #fff;
		border-top: 2px solid #004682;
		border-left: 2px solid #004682;
		border-right: 2px solid #004682;
		border-bottom: 2px solid #004682;
		margin-top: 30px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
	}
	
	#header {
		height: 100px;
		display: block;
	}
	
	#logo {
		width: 270px;
		height: 100px;
		float: left;
	}
	
	#menu {
		width: 220px;
		margin-top: 5px;
		float: left;
	}
	
	#menu a {
		background-image: url('img/bullet.gif');
		background-position: 4px 5px;
		background-repeat:no-repeat;
		padding: 1px;
		padding-left: 15px;
		display: block;
		font-weight: bold;
	}
	
	#menu a:hover {
		background-image: url('img/bullet.gray.gif');
	}
	
	#submenu {
		width: 70px;
		height: 95px;
		float: left;
	}
	
	#userFrame {
		width: 200px;
		height: 95px;
		float: left;
	}
	
	#user {
		margin: 10px;
		background-repeat: no-repeat;
		background-position: top right;
		text-align: right;
		margin-bottom: 0;
	}
	
	#user label {
		display: block;
		text-align: left;
	}
	
	#user input {
		font: 10px Verdana, Arial, Helvetica, sans-serif;
	}
	
	.userLogin {
		
	}
	
	.userInput {
		width: 100%;
	}
	
	.userButton {
		background: #999;
		border: 0;
		color: #fff;
		font-weight: bold;
		height: 17px;
		margin-top: 4px;
	}
	
	#userDetails {
		font-weight: bold;
		display: block;
	}
	
	#userLinks a {
		display: block;
		
	}
		
	#main {
		border-top: 4px solid #999;
		clear: left;
		line-height: 130%;
	}
	
	#main h1 {
		font-weight: normal;
		color: #558FCB;
		font-size: 210%;
	}
	
	#main h2 {
		color: #558FCB;
		font-size: 150%;
		font-weight: normal;
		margin: 0;
	}
	
	#main h4 {
		color: #666;
		font-size: 150%;
		font-weight: normal;
		margin-bottom: 3px;
	}
	
	#main h5 {
		color: #666;
		font-size: 150%;
		font-weight: normal;
		margin: 0;
		padding: 0;
	}
	
	#main h6 {
		font-weight: bold;
		color: #558FCB;
		font-size: 240%;
		line-height: 140%;
		margin: 0;
		padding:0;
	}
	
	.column {
		margin-left: 150px;
		margin-right: 150px;
	}
	
	.highlight {
		background: #FFFFCC;
		border: 1px solid #FFCC99;
		padding: 10px;
	}
	
	.highlight h2 {
		font-size: 100%;
	}
	
	.error {
		border: 1px solid #CC3300;
		background: #FFCCCC;
		padding: 4px;
	}
	
	.h1{ font-weight: bold; color: #558FCB; font-size: 210%; line-height: 140%; margin: 0; padding:0; }
	
	#foot {
		font-size: 100%;
		padding: 10px;
		color: #fff;
	}
	
	
	#foot a {	
		padding: 10px;
		color: #fff;
	}
	
	.homeBoxTable {
		width: 195px;
		height: 140px;		
	}
	
	.margin {
		margin: 0px;
		margin-top: 0;
		padding-top: 0px;
	}
	
	.homeBox {
		width: 216px;
		height: 180px;
		float: left;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	
	.homeBoxTop {
		height: 9px;
		background: url('img/boxtop.gif');
		background-repeat: no-repeat;
	}	
	
	.homeBoxContent {
		padding-right: 20px;
		height: 140px;
		background: url('img/boxback.gif');
		vertical-align: top;
	}
	
	ul {
		list-style-image: url('img/bullet2.gif');
		list-style-position: outside;
		margin-left: 0px;
		padding-left: 2em;
		text-align: left;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	
	ul li {
		margin-bottom: 5px;
	}
	
	.homeBoxBottom {
		height: 50px;
	}
	
	.formBox {
		width: 450px;
	}
	
	.formBox label {
		margin-left: 20px;
		width: 140px;
		float: left;
		font-weight: bold;
	}
	
	.formBox input {
		width: 220px;
		margin-bottom: 4px;
	}
	
	.formBox textarea {
		width: 220px;
		height: 100px;
		margin-bottom: 4px;
	}
	
	.formBoxTop {
		height: 9px;
		background: url('img/formtop.gif');
		background-repeat: no-repeat;
	}	
	
	.formBoxContent {
		padding-right: 20px;
		background: url('img/formback.gif');
		background-repeat:repeat-y;
	}
	
	.simpleForm {
		margin-top: 10px;
		padding: 10px;
		border: 1px solid #ccc;
	}
	
	.simpleForm label {
		margin-top: 4px;
		float: left;
		width: 100px;
		font-weight: bold;
	}
	
	.simpleForm h4 {
		margin-top: 0;
		border-bottom: 1px solid #efefef;
		display: block;
	}
	
	.simpleFormRow {
		padding-bottom: 4px;
	}
	
	.checkLabel {
		width: auto;
		float: none;
		font-weight: normal;
	}
	
	.simpleBox {
		margin-top: 10px;
		border: 1px solid #ccc;
		padding: 10px;
	}
	
	.check {
	
	}
	
	a.homeSideButton {
		background: #558FCB;
		color: #fff;
		width: 200px;
		display: block;
		padding: 4px;
		text-align: center;
	}
	
	a.homeSideButton:hover {
		background: #999;
		color: #fff;
		width: 200px;
		display: block;
		padding: 4px;
		text-align: center;
	}
	
	.style1 {
	color: #558FCB;
	}
	
		
	#sidenavColumn {
		width: 205px;
		float: left;
	}
	
	#contentColumn {
		width: 500px;
		float: left;
	}
	
	#sidenav {
		margin: 5px;
	}
	
	#sidenav a {
		display: block;
		color: #558FCB;
		font-size: 120%;
		text-align: left;
		padding: 5px;
		text-decoration: none;
	}
	
	#sidenav a:hover {
		color: #666;
	}
	
	#subNav a {
		font-size: 11px;
		font-weight: normal; 
		text-align: left;
		border-bottom: none;
		
	}
	
	#content {
		height: 650px;
		overflow: auto;
		text-align:left;
		margin: 20px;
		margin-top: 0px;
	}
	
	a.siteList {
		display: block;
		background-image: url('/cms/theme/img/icons/world.png');
		background-repeat: no-repeat;
		background-position: 8px 9px;
		padding: 5px;
		padding-left: 30px;
		text-decoration: none;
		font-weight: bold;
		border-bottom: 1px solid #ccc;
		color: #000;
	}
	
	a.siteList:hover {
		background-color: #FFFFCC
	}
	
	.siteListSub {
		color: #999;
		font-size: 9px;
		font-weight: normal;
	}
	
	.formRow {
		padding-top: 3px;
	}
	
	.formRow label {
		width: 170px;
		float: left;
		font-weight: bold;
	}
