@charset "UTF-8";
body {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	text-align: left;
	margin-top: 62px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
a {
	color: #0F92D6;
	text-decoration: none;
}
#mainNav a {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 14px;
	color: #0F92D6;
	text-decoration: none;
}
#mainNav {
	width: 327px;
	margin: 10px;
}

#mainNav a:hover {
	background-image: url(images/menu_bg.gif);
	background-repeat: repeat;
	padding: 0px;
	width: 327px;
	margin-top: 0px;
	margin-right: 250px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow: visible;
}
#header {
	text-align: left;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	width: 372px;
	float: left;
}
ul {
	list-style-type: none;
	line-height: 20px;
	list-style-position: inside;
	text-align: left;
	display: inline;
	padding: 2px;
	margin-left: 5px;
}
#subNav {
	width: 327px;
	margin: 10px;
}

#subNav a {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 14px;
	color: #092736;
	text-decoration: none;
	font-style: normal;
}
#subNav a:hover {
	background-image: url(images/menu_bg.gif);
	background-repeat: repeat;
	font-style: normal;
	text-decoration: none;
}
#content {
	width: 400px;
	display: block;
	padding: 0px;
	margin: 10px;
	text-align: left;
	vertical-align: top;
}
.left {
	float: left;
}
#content h2 {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	color:#ff3366;
	line-height: 18px;
	white-space: normal;
	display: inline;
}
#content h3 {
	font-weight: normal;
	color: #0f92d6;
	display: inline;
}

#content img {
	border: 1px dotted #ff3366;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 5px;
	vertical-align: text-top;
}

#content a:hover {
	color: #FFFFFF;
	background-color: #FF3366;
}

#content p {
	padding: 0px;
	line-height: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


hr {
	color: #fff;
	background-color: #fff;
	border: 1px dotted #ff3366;
	border-style: none none dotted;
	width: 100%;	
}
.right {
	float: right;
}
