body {
	margin: 0;
	padding: 0;
	background: #206F96;
	/* background: #185473; */
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	width: 100%;
	font-size: 11px;
}

body td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body tr {
	vertical-align: top;
}

.cleaner {
	position: relative;
	float: none;
	clear: both;
	
	height: 1px; 
	/* weird IE bug? remove this height, LL_Curl img disappears? */
	
}

body img {
	border: none;
}

h1, h2, h3 {
	line-height: 18px;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 9px;
	font-size: 18px;
}

html>body h1, h2 {
	line-height: 21px;
}

h2, h3 {
	font-size: 13px;
	width: 100%;
	border-bottom: 1px solid #999999;
	
	padding-top: 10px;
	
	padding-bottom: 3px;
	letter-spacing: 0px;
}

html>body h2, h3 {
	line-height: 12px;
	padding-bottom: 5px;
}

h2 a {
	text-decoration: none;
}

h3 {
	border-style: none;
   padding-top: 18px;
   padding-bottom: 0;
   font-size: 11px;
	color: #333333;
}

body ul {
	margin: 0;
	padding: 0;
	padding-left: 24px;
	margin-bottom: 11px;
   list-style-image: url("bullet.gif");
}

p {
	margin: 0;
	padding: 0;
	margin-bottom: 11px;
}

#main_top_margin {
   width: 100%;
	height:  20px;
	background: #185473;
}

#main {
	position: relative;
	margin-top: 0px;
	margin-bottom: 117px;
	width: 100%;
	background: #185473;
}

.minwidth_wrapper {
	position: relative;
   	width: 732px;
	clear: left;
	margin: 0 auto;
}


#bar_blue_medium {

	position: relative;
	margin-top: 4px;
	/* left: 0px;
	bottom: -201px; */
	clear: left;
	height: 56px;
	width: 100%;
	background: #1C6184;
}

#bar_blue_top {
   top: 56px;
   position: absolute;
	height: 28px;
}

html>body #bar_blue_top {
   height: 23px;
}

#bar_blue_bottom {
   top: 28px;
   position: relative;
	height: 100%;
}

.bar_blue_light {
	left: 0;
	height: 28px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #76B3D1;
	padding-top: 5px;
	font-size: 12px;
	text-align: center;
	/* background: #206F96; */
}

#PMSI_link {
	color: #76B3D1;
	text-decoration: none;
}

#PMSI_link:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#link_container {
	position: relative;
	padding-right: 105px;
	
	/* margin-top: 137px; */
	height: 20px;
	width: 598px;
}

html>body #link_container {
	padding-right: 0;
	width: 360px;
}

#one_pixel_gradient {
	position: absolute;
	left: -106px;
	bottom: 0;
}

html>body #one_pixel_gradient {
	left: -238px;
}

.toolbar_link {
	padding: 0px 8px 0px 8px;
	float: right;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.toolbar_link a {
	color: #AFE0F8;
	text-decoration: none;
}

.toolbar_link a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.toolbar_separator {
	float: right;
	background: #467F9C;
	width: 1px;
	height: 100%;
}

.warning {
	color: red;
}