body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #039;

}
a {
	color: #039;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
strong, em {
	color: #039;
	font-weight: bold;
}
h2 {
	color: #039;
	font-size: 14px;
	font-weight: bold;
}
h3 {
	color: #039;
	font-size: 12px;
}
#nav {
	position: absolute;
	top: 20px;
	right: 10px;
}
#nav ul {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
}
#nav ul li {
	display: inline;
	margin: 0;
	padding: 0 8px 0 8px;
	border-right: 1px solid #039;
}
#nav ul li.last {
	padding: 0 0 0 8px;
	border-right: 0 none #fff;
}
#nav a {
	color: #666;
}
#nav a.current {
	color: #039;
	font-weight: bold;
}
#container {
	position : relative;
	width: 100%;
}
#copyright {
	position: relative;
	color: #039;
	font-size: 9px;
}
#login_box {
	text-align: center;
}
#input_fields {
	width: 150px;
}
div.quote_box {
	border: 1px solid #039;
	padding: 0 8px;
}
div.blue_box {
	margin-bottom: 10px;
	padding: 0;
	color: #fff;
	width : 200px;
	font-size : 10px;
	background-color: transparent;
}
div.blue_box h2 {
	color: #fff;
	font-size: 11px;
}
div.blue_box_top, div.blue_box_bottom {
	width: 200px;
	height: 10px;
	padding : 0;
	margin : 0;
	display: block;
	background-repeat: no-repeat;
}
div.blue_box_top {
	background-image : url(../images/RX_square_top.jpg);
	background-position: bottom;
}
div.blue_box_bottom {
	background-image : url(../images/RX_square_bottom.jpg);
	background-position: top;
}
div.blue_box_middle {
	width: 188px;
	height: auto;
	background-color: #039;
	padding : 0 5px;
	margin: 0;
	border: 1px solid #039;
}
div.partner {
	border-top : 2px solid #039;
	padding-top : 10px;
	width: auto;
	display:block;
}
div.partner img {
	float : left;
	display: block;
}
div.partner p {
	margin-left : 220px;
}
div.left {
	text-align: left;
}
div.center {
	text-align: center;
}
div.lrgtext {
	color: #039;
	font-weight: bold;
	font-size: 16px;
}


