@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#wrapper {
	background-color: #F4F4F4;
	text-align: left;/* this overrides the text-align: center on the body element. */
	width: 756px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	line-height: 2em;
	border: 4px solid #00AEEF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10;
	margin-left: auto;
}
.picturemarginLeft {
	padding-left: 15px;
}
.picturemarginRight {
	padding-right: 15px;
}
.UHCBlueFont {
	color: #204488;
}
.UHCBlueFont_and_SlighlyLarger {
	color: #204488;
	font-size: 1.2em;
}
.UHCRedFont_and_SlighlyLarger {
	color: #F00;
	font-size: 1.2em;
}


.UHCRedFont {
	color: #ff0000;
}

.UHCBlueFont18px {
	color: #204488;
	font-size: 18 px;
	font-family: Verdana, Geneva, sans-serif;
}

.arial_10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
}
.arial_11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}
#verticaldivider {
	position: relative;
	width: 1px;
	float: right;
	right: 520px;
}
#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 244px;
	background-color: #000;
	margin-top: 0px;
	background-image: url(../BackgroundBlack.gif);
	padding: 0px;
	height: 595px;
}
#mainContent {
	float: right;
	padding-left: 0px;
	width: 410px;
	background-color: #F4F4F4;
	padding-top: 0px;
	padding-right: 0px;
	margin-top: 0px;
} 
#wrapper #verticaldivider {
	padding-top: 30px;
}

#footer {
	padding: 0px;
	font-size: 0.95em;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#wrapper #mainContent h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 2em;
	font-weight: bold;
	color: #00AEEF;
}
#wrapper #mainContent h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.7em;
	font-weight: bold;
}
#wrapper #mainContent h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
}
#wrapper #mainContent h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
}
#wrapper #mainContent p {
	padding-right: 15px;
}
#ContentTitle {
	float: right;
	width: 410px;
}
#ContentTitle h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 2.2em;
	color: #00AEEF;
	margin-top: 70px;
}
#MainContentBottom {
	float: right;
	width: 470px;
}
