/*  This is the local style sheet for non-thematic pages, 2 columns.  */


body {background: #a2cbdd url(images/grad.jpg) repeat-x;}

		
/* SKIP TO NAVIGATION AND SKIP TO TEXT*/
 
#skiplink, #skiplink a {color:#D9E8EF;}

/* TOP BANNER */

#topbanner {background-color: #149fda;}

#topbanner #hiddentitle, #hiddentitle span {background-image: url(images/banner.jpg);}

/* PAGE CONTENT ATTRIBUTES */

#content h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #57A3D0;
	clear:both;
}

#content h3 {color: #1168AB;}

#content h4 {color: #333;}

#content h2 a:link, h3 a:link, h4 a:link, h5 a:link {text-decoration: none;}
#content h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited {text-decoration: none;}	
#content h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {text-decoration: underline;}
#content h2 a:active, h3 a:active, h4 a:active, h5 a:active {text-decoration: none;}

#content a:hover {color:#1168AB;}

#content ul li {
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: .5em;}

#content ul ul li  {
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: .8em;}
	
#content #boxcol {
	float: left;
	width: 100%;
	overflow: auto;}

#content .column1 {
	float: left;
	width: 24.75em;
	padding-right: 0;
	margin-right: 0;
	padding-top: 0;
}
	
#content .column2 {
	float: right;
	width: 24.7em;
	clear: right;
	margin-right: 0;
	margin-left: 0;
	padding-left: 0;
}

#content .col {
	float: left;
	width: 100%;
	padding-bottom: 1em;
	overflow: auto;}

p.left{
	clear: both;
	padding-top: 0.7em;}

/* Form */

fieldset {
	width: 90%;
	margin-left: 3px;
	border: 1px solid #CCCCCC;}
	
fieldset form {
	margin-top: 8px;
	margin-bottom: 5px;
	padding-left: 8px;}
	
/*form input {margin-bottom: -5px;}*/
