html, body {
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
	overflow: auto;
	font-family: Trebuchet MS, Tahoma, Arial,sans-serif !important;

}

html {
}

body {
	background-color: transparent !important;
	background-color: white !important;
	background-image: url('images/bottom.jpg') !important;
	background-position: left bottom !important;
	background-repeat: no-repeat !important;

}

div {
}

div.main {
	width: 754px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: center;
}

img.title {
	margin: 10px 3px;
	padding: 0;
	height: 70px;
	width: auto;
	float: left;
	border: none;
}

div.contactInfo {
	float: right;
	text-align: right;
	font-size: 16px;
	margin: 12px 0px;
}

div.contactInfo a {
	color: #000080;
	text-decoration: none;
}

div.contactInfo a:hover {
	text-decoration: underline;
}

div.contactInfo img {
	vertical-align: middle;
	border: none;
}

div.clock {
	color: white;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	top: -18px;
	right: 15px;
}

div.menu {
	width: 754px;
	height: 19px;
	clear: both;
	position: relative;
	background-color: #000080;
	background-image: url('images/transparent-gradient2.png');
	background-repeat: repeat-x;
	background-position: center center;

}

div.menu a {
	color: white;
	text-decoration: none;
}

div.co {
	float: right;
	position: relative;
	padding: 2px;
	padding-top: 0px;
	background-color: #929292;
	background-color: #7173b9;
}

div.contentOutter {
	width: 750px;
	float: right;
	background-color: #7173b9;
	/*border: 1px outset #ccc; /*#ededf0;*/
}

div.noBorder {
	border: none !important;
}

div.footer {
	border-top: 1px solid #eaeaf5 !important;
	background-color: #f0f0fb;
	clear: both;
	float: right;
	color: #3e3e3e;
	margin: 0;
	padding: 0;
	width: 750px;
	height: 19px;
}

div.footerLeft, div.footerRight {
	font-size: 10px;
	font-weight: bold;
	padding: 4px 4px;
	margin: 0px;
}

div.footerLeft {
	float: left;
	
}

div.footerRight {
	float: right;
}

div.menuBar {
	background-color: transparent !important;
	margin: 0 auto 0 auto;
	padding: 0 0px 0 13px;
}

div.menuItem, div.menuItemSelected {
	z-index: 20;
	cursor: pointer;
	height: 16px;
	width: 130px;
	margin-right: 0px;
	padding: 1px 0 2px 0;
	text-align: center;
	vertical-align: bottom;
	font-weight: bold;
	font-size: 12px;
	text-shadow: 0px 0px 5px black;
	color: white;
	background-color: #000080;
	background-image: url('images/transparent-gradient2.png');
	background-repeat: repeat-x;
	background-position: center center;
	float: left;
}

div.menuItemSelected {
	background-color: #a00000;
}

div.clear {
	clear: both;
	/*border: 2px solid gray;*/
}

div.vspacer {
	clear: both;
	padding: 10px 0;
}

div.half-vspacer {
	clear: both;
	padding: 5px 0;
}