@charset "UTF-8";
body {
	height: 100%;
	text-align: center;
	background-image: 
; 	background-color: #004785;
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}
a {
	text-decoration: none;
	color: #004785;
}
a:hover {
	color: #94a5c9;
}
a:visited {
	color: #E8E8EA;
}
a img {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul {
	list-style-type: square;
	list-style-position: inside;
	color: #0F4784;
	line-height: 20px;
}
h1 {
	font-size: 18px;
	color: #004785;
}
h2 {
	font-size: 16px;
	color: #94a5c9;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #004785;
}
#wrapper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #E8E8EA;
	text-align: left;
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	-webkit-box-shadow: 0px 3px 5px #000;
	-moz-box-shadow: 0px 3px 5px #000;
}
#header {
	height: 100px;
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #004785;
	padding: 10px;
}
#content {
	width: 570px;
	float: left;
	border-right-width: thick;
	border-right-style: solid;
	border-right-color: #004785;
	height: 100%;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #FFF;
	padding-bottom: 10px;
}
#menu {
	float: right;
	width: 154px;
	padding-left: 20px;
	text-indent: 2px;
	font-size: 14px;
	font-weight: bold;
	color: #004785;
	padding-right: 20px;
}
#menu a {
	color: #004785;
	text-decoration: none;
	display: block;
	padding: 2px;
	font-size: 16px;
}
#menu a:hover {
	color: #94a5c9;
	background-color: #004785;
	display: block;
	padding: 2px;
	font-size: 16px;
}
#footer {
	font-size: 10px;
	color: #FFF;
	background-color: #94a5c9;
	text-align: center;
	height: 15px;
	padding-top: 5px;
}
#footer a:hover {
	color: #004785;
	text-decoration: underline;
}
.webdesignerLink {
	color: #06C;
	text-decoration: none;
	float: right;
	margin-right: 10px;
}
.clearfloat {
	clear: both;
}
.fltrt {
	float: right;
}
