/* iProcess Online */

* {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}

p, li {
	color: #6D6D70;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.6;
}

ul.home {padding-left: 70px;}

a {text-decoration: none;}
a:link {color: #6D6D70;}
a:visited {color: #6D6D70;}
a:hover {color: #BBCF3B;}
a:active {color: #BBCF3B;}


.blue_bold {color: #1273B4; font-weight: bold;}
.bluebig_bold {color: #1273B4; font-weight: bold; font-size: 14px;}
.formboxs {border: 1px solid #1273B4; margin-bottom: 2px; color: #1273B4; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; padding: 2px;}

#capsule {
	width: 720px;
	margin: 24px auto 9px auto;
}

#nav {
	width: 720px;
	background-image: url(../images/nav/bg.gif);
	background-repeat: repeat-x;
	
	text-align: right;
}

#subnav {width:440px;}
#subnav a {
	display: block;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	text-align: left;
	padding: 4px 7px;
}
#subnav a .in  {color: #BBD03C;}
#subnav a:link {color: #1273B4;}
#subnav a:visited {color: #1273B4;}
#subnav a:hover {color: #BBD03C;}
#subnav a:active {color: #BBD03C;}

#col_left {

	border-top: 3px solid #FFFFFF;
}


#col_left ul
{
list-style-type: none;
padding-top: 0;
padding-left: 70px;
margin: 0;
}

#col_left li
{
background-image: url(../images/sitewide/green_bull.gif);
background-repeat: no-repeat;
background-position: 0 .6em;
color: #1273B4; padding-left: 15px; padding-bottom: 3px;}

#col_left div {padding: 0 47px 10px 19px;}


#col_right {

	border-top: 3px solid #FFFFFF; background-color: #FFFFFF;
}
#col_right p {padding: 0 10px 8px 0px;}
#col_right ul {margin-top: 8px; margin-bottom: 15px; }
#col_right ul li {margin-left: 30px;  margin-bottom: 6px; }





#footer {
	width: 720px;
	clear: both;
	border-top: 10px solid #FFFFFF;
	border-bottom: 24px solid #FFFFFF;
}

#footer_content {
	width: 720px;
	margin: 20px 0 10px 0;
	color: #1273B4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;	
}

#footer_content2 {
	width: 720px;
	margin: 10px 0 10px 0;
	color: #1273B4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;	
}

#footer_content a {text-decoration: none; font-size: 10px;}
#footer_content a:link {color: #1273B4;}
#footer_content a:visited {color: #1273B4;}
#footer_content a:hover {color: #BBCF3B;}
#footer_content a:active {color: #BBCF3B;}

#footer_content2 a {text-decoration: none; font-size: 10px;}
#footer_content2 a:link {color: #1273B4;}
#footer_content2 a:visited {color: #1273B4;}
#footer_content2 a:hover {color: #BBCF3B;}
#footer_content2 a:active {color: #BBCF3B;}


