/*
dark blue: 0053af
medium blue: 6698cf
green: 94c425

*/

body {
	margin-top: 0px;
	margin-left: 0px;
	margin: 0;
	padding: 0;
	text-align: center;
	/*background-image: url(../images/burlap.jpg); */
	/*background-attachment:fixed;*/
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	background-image:url(../images/body_bg.jpg);
	background-repeat:repeat-x;
	/*font-size: 11pt;
	color: #000000;*/
}

img {
	border:0px;
}

#wrapper {
	margin-top: 0px;
	margin: 0 auto;
	position: relative;
	width: 950px;
	text-align: left;
	background-color:#ffffff;
}

#masthead {
	margin-top: 0px;
	position: absolute;
	width: 950px;
	text-align: left;
	height: 125px;
	background-color:#ffffff;
	z-index:10;
}

#left_col {
	position:absolute;
	text-align: left;
	top:125px;
	width:135px;
	/*height:340px;*/
	z-index:10;
	left: 0px;
	background-color:#0053af;
	padding-right:15px;
}

#main {
	position:absolute;
	text-align: left;
	top:100px;
	width:575px;
	/*height:321px;*/
	z-index:2;
	left: 150px;
	background-color:#ffffff;
	padding-left:20px;
	padding-right:55px;
}


#right_col {
	position:absolute;
	text-align: left;
	top:100px;
	width:150px;
	/*height:321px;*/
	z-index:1;
	left: 800px;
	background-color: #94c425;
	/*padding-left:15px;*/
}

/*.left_pane_title {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #8bbf11;
	text-align:left;
}*/

.ql_out {
	width: 172px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top:7px;
	height: 27px;
	background-image: url(../images/quicklaunch_out_bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-align:left;
}

.ql_over {
	width: 172px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top:7px;
	height: 27px;
	background-image: url(../images/quicklaunch_over_bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-align:left;
}

.did_you_know_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0053af;
	text-align:left;
	padding-top:5px;
}

.dyk_graphic {
	background-image: url(../images/dyk_graphic.jpg);
	background-position: center;
	background-repeat:no-repeat;
	height:63px;
}

.main_title {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #0053af;
	text-align: left;
	margin-bottom: -10px;
}

.bodytext, .bullet_list_title {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 16pt;
	color: #333333;
	text-align: left;
}

.bullet_list_title {
	margin-bottom:-18px;
	font-weight:bold;
}


/* CSS can't vertically-align to the center, so we use the 3-style hack */
.green_hbar {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-color: #94c425;
	background-image: url(../images/3dots_green.jpg);
	background-repeat: no-repeat;
	height: 24px;
	width: 540px;
	padding-left: 70px;
	display:table;
	position: relative;
	margin-top: 30px;
	margin-bottom: -10px;
}

.green_hbar_outer {
	#position: absolute;
	#top: 50%;
	display: table-cell;
	vertical-align: middle;
}

.green_hbar_inner {
	#position: relative;
	#top: -50%;
}

.blue_hbar {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-color: #6698cf;
	background-image: url(../images/3dots_blue.jpg);
	background-repeat: no-repeat;
	height: 24px;
	width: 540px;
	padding-left: 70px;
	display:table;
	position: relative;
	margin-top: 30px;
	margin-bottom: -10px;
}

.blue_hbar_outer {
	#position: absolute;
	#top: 50%;
	display: table-cell;
	vertical-align: middle;
}

.blue_hbar_inner {
	#position: relative;
	#top: -50%;
}

li.bodytext {
	list-style-image: url(../images/blue_bullet.jpg);
}


.bodytext a:link {
	color:#003366;
}

.bodytext a:visited  {
	color:#0033FF;
}

.bodytext a:hover {
	color:#336600;
	text-decoration:none;
	background-color:#CCFF99;
}

.bodytext a:active {
	color:#0099FF;
	text-decoration:none;
}

img {
	border:0px;
}

blockquote {
	background-color:#660;
	color:#ffffff;
	padding:5px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11pt;
	line-height: 20pt;
}

blockquote a:link {
	color:#CCC;
	text-decoration:underline;
}

blockquote a:visited  {
	color:#CCC;
	text-decoration:underline;
}

blockquote a:hover {
	color:#9FF;
	text-decoration:none;
}

blockquote a:active {
	color:#FFF;
	text-decoration:underline;
}


/*
.tab_out {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-image: url(../images/tab_out.jpg);
	background-repeat: no-repeat;
	height: 32px;
	width: 108px;
	display:table;
	position: relative;
}

.tab_out_outer {
	#position: absolute;
	#top: 50%;
	display: table-cell;
	vertical-align: middle;
}

.tab_out_inner {
	#position: relative;
	#top: -50%;
}

.tab_over {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	background-image: url(../images/tab_over.jpg);
	background-repeat: no-repeat;
	height: 32px;
	width: 108px;
	display:table;
	position: relative;
}

.tab_over_outer {
	#position: absolute;
	#top: 50%;
	display: table-cell;
	vertical-align: middle;
}

.tab_over_inner {
	#position: relative;
	#top: -50%;
}

.stuck_at_bottom_container {
	position: relative;
}

.stuck_at_bottom_image {
	#position: relative;
	#top: 100%;
}*/
