/* Home --------------------------------------------- */
#topline-outer-home {
	background: #FFFF00 url(../images/bg-topline-home.jpg) 50% 50% no-repeat;
}
#topline-inner-home {
	margin: 0 auto;
	width: 900px;
	padding: 2px 0;
	color: #000000;
}
body#home #bottom_wrapper {
	border-top: 5px solid #FFFF00;
}
#topmenu .home a{ 
	background-color: #FFFF00;
	color: #000000;
}
#topmenu .home a:hover { /*currently selected tab*/
	background-color: #FFFF00;
	color: #000000;
}
li.home a#active {
	border-bottom: 1px solid #FFFF00;
	background-color: #FFFF00;
	color: #000000;
}
#topmenuline{
	clear: both;
	padding: 0;
	width: 100%;
	height: 5px;
	line-height: 5px;
	background: #FFFF00; /*Brown color theme*/ 
}
/* Blog --------------------------------------------- */
#topline-outer-blog {
	background: #FF6600 url(../images/bg-topline-blog.jpg) 50% 50% no-repeat;
}
#topline-inner-blog {
	margin: 0 auto;
	width: 900px;
	padding: 2px 0;
}
#blog #topmenuline{
background: #FF6600; /*Brown color theme*/ 
}
body#blog .heading {
	border-bottom: 2px solid #FF6600;
}
body#blog h1, body#blog h2 {
	color: #FF6600;
}
body#blog #bottom_wrapper {
	border-top: 5px solid #FF6600;
}
#topmenu .blog a{ /*currently selected tab*/
background-color: #FF6600;
}
#topmenu .blog a:hover { /*currently selected tab*/
background-color: #FF6600;
}
li.blog a#active {
border-bottom: 1px solid #FF6600;
background-color: #FF6600;
}
#navlistBLOG li a:hover, #navlistBLOG li#current a {
	border-color: #FF6600;
}
#navlistBLOG li h3 {
	color: #FF6600;
}
/* FCBC --------------------------------------------- */
#topline-outer-fcbc {
	background: #3366FF url(../images/bg-topline-fcbc.jpg) 50% 50% no-repeat;
}
#topline-inner-fcbc {
	margin: 0 auto;
	width: 900px;
	padding: 2px 0;
}
body#fcbc .heading {
	border-bottom: 2px solid #3366FF;
}
#fcbc #topmenuline{
background: #3366FF; /*Brown color theme*/ 
}
body#fcbc h1, body#fcbc h2 {
	color: #3366FF;
}
body#fcbc #bottom_wrapper {
	border-top: 5px solid #3366FF;
}
#topmenu .fcbc a {
background-color: #3366FF;
}
#topmenu .fcbc a:hover {
background-color: #3366FF;
}
li.fcbc a#active {
border-bottom: 1px solid #3366FF;
background-color: #3366FF;
}
#navlistFCBC li a:hover, #navlistFCBC li#current a {
	border-color: #3366FF;
	color: #3366FF;
}
/* GPA -----------------------
---------------------- */
#topline-outer-gpa {
	background: #CC0000 url(../images/bg-topline-gpa.jpg) 50% 50% no-repeat;
}
#topline-inner-gpa {
	margin: 0 auto;
	width: 900px;
	padding: 2px 0;
}
#gpa #topmenuline{
background: #CC0000; /*Brown color theme*/ 
}
body#gpa .heading {
	border-bottom: 2px solid #CC0000;
}
body#gpa h1, body#gpa h2 {
	color: #CC0000;
}
body#gpa #bottom_wrapper {
	border-top: 5px solid #CC0000;
}
#topmenu .gpa a {
background-color: #CC0000;
}
#topmenu .gpa a:hover {
background-color: #CC0000;
}
li.gpa a#active {
border-bottom: 1px solid #CC0000;
background-color: #CC0000;
}
#navlistPB li a:hover, #navlistPB li#current a {
	border-color: #CC0000;
	color: #CC0000;
}

/* Networking --------------------------------------------- */
#topline-outer-networking {
	background: #00CC00;
}
#topline-inner-networking {
	margin: 0 auto;
	width: 900px;
	padding: 2px 0;
}
#networking #topmenuline{
background: #00CC00; /*Brown color theme*/ 
}

body#networking .heading {
	border-bottom: 2px solid #00CC00;
}
body#networking h1, body#networking h2 {
	color: #00CC00;
}
body#networking #bottom_wrapper {
	border-top: 5px solid #00CC00;
}
body#networking .content {
	background: #FFFFFF;
}
#topmenu .networking a {
background-color: #00CC00;
}
#topmenu .networking a:hover {
background-color: #00CC00;
}
li.networking a#active {
border-bottom: 1px solid #00CC00;
background-color: #00CC00;
}
/* Contact --------------------------------------------- */
#topline-outer-contact {
	background: #663399 url(../images/bg-topline-contact.jpg) 50% 50% no-repeat;
}
#topline-inner-contact {
	margin: 0 auto;
	width: 900px;
	padding: 2px 0;
}
#contact #topmenuline{
background: #663399; /*Brown color theme*/ 
}

body#contact .heading {
	border-bottom: 2px solid #663399;
}
body#contact h1, body#contact h2 {
	color: #663399;
}
body#contact #bottom_wrapper {
	border-top: 5px solid #663399;
}
#topmenu .contact a {
background-color: #663399;
}
#topmenu .contact a:hover {
background-color: #663399;
}
li.contact a#active {
border-bottom: 1px solid #663399;
background-color: #663399;
}