﻿/***********************
         colors
------------------------
Pastel Green	#9bcec4
pastel Blue		#31a0bf	
orange			#f08544
***********************/

/*Global*/
html { background: #9bcec4 url('../../images/background.gif') repeat-x 0 0; }
body { width: 960px; margin:0 auto; }
h2 { color: #1c4077; font-weight:bolder; margin-top:20px; }
h3 { color: #1c4077; margin-top:10px;}

/*master Page*/
#divNavBar ul {margin: 0px; padding:0px; float:left; }
#divNavBar ul li {float: left; padding:7px 7px 4px 7px; list-style-image: none; list-style-position:outside;  list-style-type:none;  }
#divNavBar ul li a { color: White; }
#divNavBar ul li:hover { background-color: #fc9f66; }
#divNavBar ul li.active { background: White; font-weight:bold;}
#divNavBar ul li.active a { color: Black; }
#divPage { background-color: White; padding: 30px; padding-bottom:0px; }
#divFooter {background:url('../../images/footerBackground.gif') repeat-x; padding-top:65px; color:White; font-size:small;}
#divFooter a { color:White; }
	
/*Two Column Layout*/
.tcContent { width:70%; }
.tcSidebarRight { Float:right; width:27%; padding-top:15px; margin-left:10px; }
.tcSidebarLeft { float:left; width: 27%; padding-top:15px; margin-right:10px; }
	.sidebarTop {width:250px; height:35px; background: url('../../images/sidebarTop2.gif') no-repeat;}
	.sidebarMiddle {  background: url('../../images/sidebarBackground.gif') repeat-y; color:White; }
	.sidebarBottom {width:250px; height:35px; background: url('../../images/sidebarBottom2.gif') no-repeat;}

