/* Color scheme

#DEE9C0 - light green
#ff3300 - orange


*/

body{
margin:0px;
padding:0px;
vertical-align:top;
background:#F4F4E7;
}

td{
font-size:12px;
font-family:Tahoma;
color:#676767;
line-height:14px;
vertical-align:top;
}

a { 
border:none;
text-decoration:underline;
color:#708801;
}

a:hover { 
text-decoration:none;
}

form {
margin:0px;
padding:0px;
}
/************************************/

.header a {
border:none;
font-size:12px;
text-decoration:underline;
color:#708801;
}
.header a:hover { 
text-decoration:none;
}


/************************************/

.leftpane a {
border:none;
font-size:12px;
text-decoration:none;
color:#708801;
}
.leftpane a:hover { 
text-decoration:underline;
}

/************************************/
.page_title{
color:#336600;
font-size:18px;
font-weight:bold;
text-align:center;
padding: 20px 0px 10px 0px;
}

#Tab_Top{
color:white;
font-size:14px;
font-weight:bold;
text-align:center;
vertical-align:middle;
}
#Box_Heading{
color:#336600;
font-size:18px;
font-weight:bold;
text-align:center;
padding: 20px 0px 10px 0px;
}
#Box_Insurance{
color:#ff3300;
font-size:16px;
font-weight:bold;
text-align:center;
padding-top:10px;
}
#Box_Plans{
color:#336600;
font-size:12px;
font-weight:bold;
text-align:center;
}
#Box_Steps{
color:white;
font-size:12px;
font-weight:bold;
text-align:center;
padding: 3px 3px 3px 3px;
}
#Button_Link a:link, #Button_Link a:visited{
font-size:14px;
font-weight:bold;
color:white;
text-decoration:none;
background-color:#ff3300;
border:outset 1px #999999;
padding: 2px 4px 2px 4px;
}
#Button_Link a:hover{
font-size:14px;
font-weight:bold;
color:white;
text-decoration:none;
background-color:#FF6600;
border:outset 1px #999999;
padding: 2px 4px 2px 4px;
}
#Side_Question{
font-weight:bold;
padding-top:20px;
font-weight:bold;
color:#ff3300;
}
#Side_Answer{
margin-left:20px;
}

/************************************/
.footertext {
color:#B5B5AC;
font-size:9px;
text-transform:uppercase;
font-weight:bold;
line-height:10px;
}
.footerlink {
color:#B5B5AC;
font-size:7px;
text-decoration:none;
text-transform:uppercase;
font-weight:bold;
line-height:10px;
}

.footerlink:hover{
color:#B5B5AC;
text-decoration:underline;
}
/****************************************************/
.link1 {
text-decoration:underline;
color:#FFFFFF;
font-size:11px;
line-height:20px;
}
.link1:hover {
text-decoration:none;
color:#FFFFFF;
}

ul {margin:0; padding:0; list-style:none;}
ul li {background: url(images/pimp1.gif) no-repeat  left; 
padding-left:13px; 
line-height:16px; 
font-size:11px;
color:#606060; 
}

li a {color:#606060; text-decoration:none;}
li a:hover {text-decoration:underline;}
img{ border:0px;}
.myform {
width:121px; 
margin:0px; 
padding-left:3px; 
padding-right:0px; 
padding-top:0px; 
padding-bottom:0px; 
height:18px; 
vertical-align:middle;
font-size:11px;
font-family:Tahoma;
color:#8C8C8C;
background:#ffffff;
border:solid 1px #98A6B4;
}
.success{
	font-size: 12px;
	color: green;
	font-weight: bold;
	background-color: #eeeeee;
	background-image:url(images/icon_success.gif);
	background-position:5px 5px;
	background-repeat:no-repeat;
	border:thin outset #cccccc;
	display: block;
	padding: 10px 10px 10px 10px;
	margin: 10px;
}
.error{
	font-size: 12px;
	color: red;
	font-weight: bold;
	background-color: #eeeeee;
	background-image:url(images/icon_error.gif);
	background-position:5px 5px;
	background-repeat:no-repeat;
	border:thin outset #cccccc;
	display: block;
	padding: 10px 10px 10px 40px;
	margin: 10px;
}
.required{
	font-size: 11px;
	color: #FF0000;
}
