﻿body {
	background-image: url('../images/back2.png');
	background-repeat: repeat;
	background-position: center top;
	background-color: #A1A4A7;
	width:800px;
	margin: auto;
}
.tabbed_box{
	clear:both;
	margin:auto;
	margin-top:-50px;
	border-radius: 10px;
}
.tabbed_area {
	border: 1px solid #494e52;
	background-color: #636d76;
	padding: 8px;
}
ul.tabs {
	margin: 0px;
	padding: 0px;
}
ul.tabs li {
	list-style: none;
	display: inline;

}
ul.tabs li a {
	background-color: #464c54;
	color: #ffebb5;
	padding: 8px 14px 8px 14px;
	text-decoration: none;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	border: 1px solid #464c54;
}
ul.tabs li a:hover {
	background-color: #2f343a;
	border-color: #2f343a;
}
ul.tabs li a.active {
	background-color: #ffffff;
	color: #282e32;
	border: 1px solid #464c54;
	border-bottom: 5px solid white;

	border-radius: 5px;
}
#content_2, #content_3, #content_4, #content_5 {
	display: none;
}
ul.tabs {
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 6px;
}
.inner{
	width:80%;
	margin:auto;
}
.content ul {
	margin: 0px;
	padding: 0px 20px 0px 20px;
}
.content ul li {
	list-style: none;
	border-bottom: 1px solid #d6dde0;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 13px;
}
.content ul li a {
	text-decoration: none;
}
ul.resource {
	text-decoration: underline;
	color: navy;
}
.content ul li a small {
	color: #8b959c;
	font-size: 9px;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	left: 4px;
	top: 0px;
}
.content ul li:last-child {
	border-bottom: none;
}
ul.tabs li a {
	background-image: url(../images/tab_off.jpg);
	background-repeat: repeat-x;
	background-position: bottombottom;
}
ul.tabs li a.active {
	background-image: url(../images/tab_on.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.content {
	background-image: url(../images/content_bottom.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #ffffff;
	padding: 20px;
	border: 1px solid #464c54;
	font-family: Calibri;
	min-height: 400px;

}
.header h1 { 
	color:#333333;
	font-size:72px;
	font-weight:bolder;
	font-family:Stencil;
	padding:10px;
}
.header small {
	color: white;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	margin-left: 10px;
	font-size: 30px;
}
.content h1 {
	color:#666666;
	font-family:"Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
	font-size: x-large;
	text-transform:capitalize;
}

#content_2 img {
	text-align: center;
	width: auto;
	height: 100px;
	margin:auto;
}

.people {
	border: thin #CCCCCC solid;
	padding: 20px;
	margin: 20px;
	height:50px;
	width:200px;
}
.name {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	float:left;
	clear:both;
}
.role {
	font-style: italic;
	float:left;
	clear:both;
}
.desc {
	float:left;
	clear:both;
}
.footer {
	clear:both;
}
.footer ul li a {
	color: gray;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: xx-small;
	text-align: center;
	text-decoration: none;
	padding: 0 1em;
}
.footer li {
	display: inline;
	float: right;
}
#me{
	font-size: x-small;
	color:#484C55;
}


#divReport, #loading
{
	margin:auto;
	border:medium lime outset;
	
}
