/* CSS Document */
html, body
{
	margin:0;
	padding:0;
	background-color:#eeeeee;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}


h1
{
	color:Black;
	font-size:24px;
}

h2
{
	color:Gray;
	font-size:20px;
	padding-top:12px;
}

.outer-content
{
	width:1000px; 
	margin:30px auto; 
}

.banner
{
	background-image:url(../images/banner.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:100px;
}

.main-tabs
{
	width:700px;
	margin:5px auto;
	border-top:thin #boc4de solid;
	border-bottom:thin #boc4de solid;
}

.inactive-tab
{
	text-align:center;
	margin-right:3px;
	float:left;
	width:100px;
	height:20px;
	background-color:#b0c4de;
	color:#0000bd;
	font-weight:bold;	
	border:thin #b0c4de solid;
}

.inactive-tab a
{
	color:#0000bd;
	text-decoration:none;
}

.active-tab
{
	text-align:center;
	margin-right:3px;
	float:left;
	width:100px;
	height:20px;
	background-color:#ffffff;
	color:#0000bd;
	font-weight:bold;	
	border:thin #0000bd solid;
}

.active-tab a
{
	color:#0000bd;
	text-decoration:none;
}

.side-bar-main
{
	width:150px; 
	background-color:#b0c4de; 
	color:#0000bd; 
	float:left;
	margin:0;
	padding:0;
}

.side-bar-main .menu
{
	color:#0000bd;	
	background-color:#b0c4de; 
}

.side-bar-main .menu ul
{
	list-style-type:none;
	padding:0;
	margin:10px 10px;
}

.side-bar-main .menu ul li
{
    padding: 2px 0;
}

.main-content
{
	background-color:#b0c4de;
}

.main-content .text-area
{
	background-color:#boc4de;
	margin-left:150px;
	padding:5px;
}

.text-wrapper
{
	padding:10px;
	margin:0;
	background-color:#ffffff;
}

.b1f, .b2f, .b3f, .b4f{font-size:1px; overflow:hidden; display:block;}
.b1f {height:1px; background:#b0c4de; margin:0 5px;}
.b2f {height:1px; background:#b0c4de; margin:0 3px;}
.b3f {height:1px; background:#b0c4de; margin:0 2px;}
.b4f {height:2px; background:#b0c4de; margin:0 1px;}
.contentf {background: #b0c4de;}

.wt1f, .wt2f, .wt3f, .wt4f{font-size:1px; overflow:hidden; display:block;}
.wt1f {height:1px; background:#ffffff; margin:0 5px;}
.wt2f {height:1px; background:#ffffff; margin:0 3px;}
.wt3f {height:1px; background:#ffffff; margin:0 2px;}
.wt4f {height:2px; background:#ffffff; margin:0 1px;}

.wb1f, .wb2f, .wb3f, .wb4f{font-size:1px; overflow:hidden; display:block;}
.wb1f {height:1px; background:#ffffff; margin:0 5px;}
.wb2f {height:1px; background:#ffffff; margin:0 3px;}
.wb3f {height:1px; background:#ffffff; margin:0 2px;}
.wb4f {height:2px; background:#ffffff; margin:0 1px;}

