/*  This is the local style sheet for non-thematic pages, 2 columns.  */


body {
background-color: #a2cbdd;
	background-image: url(images/grad.jpg);
	background-repeat: 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: url(images/banner.jpg) 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 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: 49%;
	padding-right: 1.5px;
	margin-right: 0.2em;
	padding-top: 0px;}
	
#content .column2 {
	float: right;
	width: 50%;
	clear: right;
	margin-right: 0px;}

#content .col {
	float: left;
	width: 100%;
	padding-bottom: 1em;
	overflow: auto;}
	
div.docs {
	width: 14%;
	border: 1px dotted #999999;
	margin-top: 0.4em;
	margin-right: 1.5em;
	margin-bottom: 0.4em;
	float: left;
	margin-left: 1.5em;}
	
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;
	
}
#frm_doc
{width:65%;
margin:auto;margin-top:1em;
}

#frm_doc fieldset
{border:1px solid #011E49;
padding:1.5em}

#frm_doc legend
{color:#011E49;
font-weight:bold}

#frm_doc input.sr_doc
{background-color:#EBEEF5;
border:1px solid #011E49;
color:#011E49;}

