body{
	font-family: Tahoma, Verdana, Arial;
	color: #333333;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
	background-color: #F2F0F1;
	font-size: 11px;
}

a:link, a:visited, a:hover {
	color: #0000FF;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, sans-serif;
	margin: 0px;
	padding: 0px 0px 4px;
	font-size: 15px;
	color: #017042;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#landing{
	width: 770px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 0px;
	clear: both;
}
#content{
	float:left;
	margin: 0;
	padding: 0;
	width: 400px;
}

/************** .header styles ***************/

.header{
	padding: 0px 0px 0px 10px;
}

/************** .middle-content styles *****************/

.middle-content{
	padding: 10px 0px 0px 30px;
	width: 400px;
}

.middle-content p{
  padding: 0px 0px 10px 0px;
}

/************* #footer styles ***************/

#footer{
	clear: both;
	color: #333333;
	padding: 0px 10px;
	margin-top: 3px;
}

#footer img{
	vertical-align: middle;
}


/************** Program List styles **************/


#list {
	width: 390px;
}

#list ul {
	padding: 0;
	font-size: 11px;
	list-style: none;
	margin-left: 100px;
	margin-top: 7px;
	margin-bottom: 0px;
	margin-right: 0px;
}

#list li {
	line-height: 17px;
	padding: 0;
	background-image: url(../images/orange-arrow.gif);
	background-position: -3px 2px;
	background-repeat: no-repeat;
	list-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0.5em;
	text-indent: 13px;
}

#list .col1 {margin-left: -8em;}
 
#list .col2 {margin-left: 9em;}
 
#list .coltopper {margin-top: -7.7em;}

#list .col1 a, #list .col1 a:link, #list .col1 a:visited, #list .col2 a, #list .col2 a:link, #list .col2 a:visited {
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #F57C2F;
	text-decoration: none;
	
}
#list .col1 a:hover, #list .col2 a:hover {
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F57C2F;
	text-decoration: none;
	
}

/************** Grid styles **************/

.white {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}

.indent{
	padding-left:10px;
}

.white-check{
	background-image: url(../images/white-check.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.blue-check{
	background-image: url(../images/blue-check.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.border-right{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #6CA6D8;
}

.border-bottom{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6CA6D8;
}

/************** Form styles **************/
#form-section{
	background-color: #FFFFFF;
	margin: 0px 0px 0px 58%;
	top: 0px;
	width: 313px;
}

.form{
	font-family: Tahoma, Verdana, Arial;
	color: #333333;
	line-height: 16px;
	font-size: 11px;
}

.form-bkgd {
	background-image: url(../images/form-bkgd.gif);
	background-repeat: repeat-y;
}

.thanks {
	font-size: 14px;
	color: #CC3300;
}

.green {
	color: #86a562;
	font-weight: bold;
}


#list2 ul {
	float: left;
	padding: 0;
	list-style: none;
	width: 38em;
	font-size: 11px;
	margin-top: 7px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	
}
 
#list2 li {
	float: left;
	margin: 0;
	background-image: url(../images/orange-arrow.gif);
	background-position: 0 3px;
	background-repeat: no-repeat;
	padding: 0 0 0 1.5em;
	width: 17em;
	line-height: 19px;
} 


#list2 li a, #list2 li a:link, #list2 li a:visited {
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0000FF;
	text-decoration: none;
	
}
#list2 li a:hover {
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-decoration: none;
	
}
.small10 {
	font-size: 10px;
}

a:tooltip:hover {background:#ffffff; text-decoration:none;} /*BG color is a must for IE6*/
a.tooltip span {display:none; padding:2px 3px; margin-left:8px; width:380px;}
a.tooltip:hover span{
	display:inline;
	position:absolute;
	background:#ffffff;
	border:1px solid #cccccc;
	color:#333333;
	text-decoration:none;
	padding-right: 10px;
	padding-left: 10px;
}
