/*  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: #139FDA;
	
}

#topbanner #hiddentitle, #hiddentitle span {
	background-image:url(images/banner.jpg);
	background-repeat: no-repeat;
}

/* PAGE CONTENT ATTRIBUTES */

#content h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #57A3D0;
}

#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 h2 a:link {
	text-decoration: none;
	color: #02327A;
}
#content h2 a:visited {
	text-decoration: none;
	color: #02327A;
}	
#content h2 a:hover {
	text-decoration: underline;
	color: #02327A;
}
#content h2 a:active {
	text-decoration: none;
	color: #02327A;
}
#content a:visited {
	color: #4F5B6C;
}
#content a:hover {
	color:#1168AB;
}


#content ul {
	margin-top: 0px;
	
}
#content ul li {
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	padding: .3em 0 .5em 1.4em;
}

#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.9em;
	padding-right: 1.5px;
	margin-right: 0em;
	padding-top: 0px;
}
#content .column2 {
	float: left;
	width: 24.4em;
	clear: right;
	margin-right: 0px;
}

#content .col {
	float: left;
	width: 98%;
	padding-bottom: 1em;
	overflow: auto;
}

#content #announcement {
	display: block;
	background-color: #fffaed;
	border: 1px solid #6666FF;
	padding-bottom: 0.3em;
	margin-top: 1em;
	margin-bottom: 1em;
	float: left;
	width: 96%;
	padding-top: 1em;
	padding-left: 0.5em;
	padding-right: 0.5em;
}


/* Form */
label { /*hidden*/
	position: absolute;
	overflow: hidden;
	font-size: 88%;
	top: -500px;
}
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;
	
}*/
