/* Body background Control */
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	color: #5A5A5A;
}

#container {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#container_gradient {
	background-image: url(../images/fade.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

#container_fill {
	width: 100%;
	height: 100%;
	background-image: url(../images/container_top.gif);
	background-repeat: repeat-y;
	background-position: top center;
	background-color: #E5E5CC;
}

#container_lowcap {
	background-image: url(../images/lowfade.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
}

div#content {
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 10px;
}

/* Hyperlinks Controls */
a:link { color: #4D7E84; text-decoration: none; }
a:visited { color: #4D7E84; text-decoration: none; }
a:hover { color: #4D7E84; text-decoration: underline; }
a:active { color: #4D7E84; text-decoration: none; }

.head {
	color: #6B9CA3;
	font-weight: bold;
	font-size: 14px;
	background-color: #FFFFFF;
	padding-bottom: 4px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 3px;
	text-align: left;
	vertical-align: middle;
}

.head2 {
	color: #6B9CA3;
	font-weight: bold;
	font-size: 11px;
	background-color: #FFFFFF;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 6px;
	padding-top: 3px;
	text-align: left;
	vertical-align: middle;
}


.sub {
	font-weight: bold;
	font-size: 10px;
	color: #5A5A5A;
	text-align: left;
}
.subcallout {
	font-weight: bold;
	font-size: 11px;
	color: #003163;
	text-align: left;
}

div#quote {
	margin-left: 145px;
	margin-right: 145px;
	font-size: 10px;
	color: #333333;
	text-align: left;
}

#head_line {
	height: 16px;
	padding-left: 15px;
	background-color: #E6E6E6;
}

#headwrap {
	padding-left: 4px;
	padding-right: 1px;
}

#headwrap2 {
	padding-left: 16px;
	padding-right: 1px;
}

#headwrap3 {
	padding-left: 18px;
	padding-right: 1px;
}

/* FOOTER Hyperlink Controls */
.footer a:link { color: #FFFFFF; text-decoration: none; }
.footer a:visited { color: #FFFFFF; text-decoration: none; }
.footer a:hover { color: #FFFFFF; text-decoration: underline; }
.footer a:active { color: #FFFFFF; text-decoration: none; }

.footer {
	font-size: 9px;
	height: 25px;
	padding-left: 22px;
	color: #FFFFFF;
	vertical-align: middle;
	text-align: left;
}

input{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

select{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#grn_line {
	margin: 0px;
	padding-top: 2px;
	background-color: #008348;
}

.initial_tab {
	padding-left: 7px;
}