#sections .section a, #one a {
	color: #fff;
}

h3, a, #sections .section a:hover, #sections .current a {
	color: #198222;
}

/*this is for my page titles...*/
#two .info .title h3 {
	color: #FFF;
	background: transparent url('/imgs/PageTitle.png') no-repeat;
	padding-top:17px;
	padding-left:20px;
	height:45px;
	font-weight:600;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16pt;
	
}

/*this is for h3 content*/
#two .info .body h3 {
	color: #336699;
}

#sections .section a:hover, #sections .current a {
	background: transparent url('/imgs/section-over.png') no-repeat scroll top left;
}

#sections .section a:hover span, #sections .current a span {
	background: transparent url('/imgs/section-over.png') no-repeat scroll top right;
}

#sections {
	font-weight:bold;
	background: transparent url('/imgs/sections.png') repeat-x scroll top left;
}


/*background (2c932f) is dark green colour*/
.headlines-in .title {
	background: #2c932f;
}

/*border (0275b4) is darker blue colour background (6AA7DA) is lighter blue colour*/
#one .subsections {
	background: #6AA7DA;
	border: 1px solid #0275b4;
}

/*background (0275b4) is dark blue colour*/
#one .subsections .section a:hover {
	background: #0275b4 url('/imgs/subsection-over.gif') no-repeat right;
}

/*for my submenu title*/
#one .subsections .current a {
	background: #0275b4 url('/imgs/subsection-over2.gif') no-repeat right;
}


#one .subsections .subsections {
	background: #0275b4;
}

#one .subsections .subsections a:hover {
	background: #0275b4;
	color: #CCC;
}


/*background*/

body {
	background-color: #c8d4ee;
	background-image: url('/imgs/fadebg.png');
	background-repeat: no-repeat;
	background-position: left 150px;
}

#wrap {
	background: url('/imgs/wrap.png') repeat-y;
}

#wrap-in {
	padding: 30px 0 0 0;
}

#top-nav {
	margin: -45px 0 0 0;
}

#top-nav a {
	color: #0275b4;
}

#foot {
	background: url('/imgs/foot.png') no-repeat top;
	margin: 0 auto;
	padding: 0 0 50px 0;
}

/* section 201 */
#section-test {
display:none;}