* {
	margin: 0;
	padding: 0;
}

body {
	
	background: #2b6088;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.05em;
}

.contentimg {
	padding: 2px;
	border: 1px solid;
	margin: 5px;
}

h1 {
	color: #808080;
	margin: 5px 10px 5px 10px;
	font-weight: bold;
	font-size: 1.55em;
	border-bottom: 1px solid #808080;
}

h5 {
	border-bottom: 1px solid #3ea63b;
	text-align: right;
	margin-bottom: 10px;
}

li {
	margin-left: 2em;
}

#siteFrame {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	background: #fff url("images/frame_bg.gif") left repeat-y;
	/*border-left: 1px solid #555555;
	border-right: 1px solid #555555;
	border-bottom: 1px solid #555555;*/
	border: 1px solid #555555;
}

#headerFrame {
	height: 75px;
	width: 760px;
	background: #fff;
}

#headerFrame img {
	border:0;
	padding: 0;
	margin: 0;
	position: relative;
	left: -8px;
	top: -6px;
}

#toolBar {
	float: right;
	font-size: 12px;
	color: #006eba;
}

#toolBar a, #toolBar a:visited {
	color: #006eba;
	text-decoration: none;
}

#toolBar a:hover {
	color: #006eba;
	text-decoration: underline;
}

#toolBox {
	margin: 55px 5px 5px 5px;
}

.divider {
	height: 22px;
	width: 760px;
	background: #3ea63b url("images/menu_bg.gif") repeat-x;
}

#leftFrame {
	float:left;
	width: 200px;	
}

#rightFrame {
	float:right;
	width: 560px;
}

#menu {
	margin: 5px 10px 10px 10px;
	background: #f8f8f8;
	color: #808080;	
	font-weight: bold;
}

#menu p {
	display: block;
	border-bottom: 1px solid #808080;
	color: #808080;
	padding-top:5px;
	/*margin-bottom:5px;*/
}

#menu a, #menu a:visited  {
	display: block;
	/*border-bottom: 1px solid #808080;*/
	text-decoration: none;	
	color: #006eba;
	border-bottom: 1px solid #006eba;
	padding-top:5px;
	/*margin-bottom:5px;*/
	
}

#menu a:hover {
	color: #3ea63b;
	border-bottom: 1px solid #3ea63b;
	background: #fbfbfb;
}

#content {
	margin: 10px;
	line-height: 1.5em;
}

#content p {
	margin-bottom: 10px;
	text-indent: 1em;
}

#footer {
	clear:both;
	background: #3ea63b url("images/footer_bg.gif") center repeat-x;
	color: #e7e7e7;
	border-top: 2px solid #555555;
	text-align: right;
	width: 760px;
	height: 45px;
	font-size: .8em;
}

#footer p {
	margin: 4px;
}

#footer a, #footer a:visited {
	color: #f8f8f8;
	text-decoration: none;
	margin-left: 10px;
}

#footer a:hover {
	color: #0097ff;
	text-decoration: underline;
}

.contactform {
	width: 415px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #555;
	font-size: 1.1em;
	background: #fafff7;
	padding: 2px;
	color: #555;
}

.loginform {
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #555;
	font-size: 1.1em;
	background: #fafff7;
	padding: 2px;
	color: #555;
}

label {
	font-size: .9em;
	font-weight: bold;
}

.disclaimer {
	color: #888888;
	font-size: .75em;
	line-height: 1.1em;
	text-indent: 0px;
	margin-left: 1em;
	clear: right;
}

.left {
	float: left;
}

.right {
	float: right;
}
