/* Style sheet  */


body {
	background:  #AACBEC url(images/grad.jpg) repeat-x;
}

/* SKIP TO NAVIGATION AND SKIP TO TEXT*/
 
#skiplink, #skiplink a {
	color:#E0EEFB;
}

/* TOP BANNER */

#topbanner {
	background-color: #6193F6;
}

#topbanner #hiddentitle, #hiddentitle span {
	background: url(images/banner.jpg) no-repeat;
}

/* PAGE CONTENT ATTRIBUTES */


#content h2 {
	border-bottom: 1px solid #5D8FF0;
}

#content h3 {
	color: #2952A4;
}
#content h4 {
	color: #333;
}

#content a:hover {
	color:#5D8FF0;
}

#content a:visited {
	color: #4F5B6C;
}

#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 #column1 {
	float: left;
	width: 48%;
	margin-right: 1.5em;
}
#content #column2 {
	float: left;
	width: 48%;
	clear: right;
}


/* FORM */
table {
width: 74%;
padding: 0 auto;
}
td {
	border: 1px solid #C6DFFB;
	padding: .3em;
}
th {
	height: 2em;
	background-color:#E2F0FE;
	border: 1px solid #C6DFFB;
	padding: 0.1em;
}
