@CHARSET "UTF-8";
/******* GENERAL RESET *******/
var, dl, dt, dd, ol, ul, li, fieldset {
border:0pt none;
font-family:inherit;
font-size: 100%;
font-style:inherit;
font-weight:inherit;
margin-left: 0pt;
padding:0pt;
vertical-align:baseline;
}
ul {
	margin-left: 10px;
}
#master{
	background: #fff;
	line-height:14px;
	font-size: 12px;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	margin:0pt;
	cursor:default;
	overflow: hidden;
	padding:0 10px 0 10px;
}

.clear{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
a{
	text-decoration: none;
}
/******* GENERAL RESET *******/
/******* MENU *******/
#container{
	/*margin: 7em auto;*/
	width: 750px;
}
#container ul{
	list-style: none;
	list-style-position: outside;
}
#container ul.menu li{
	float: left;
	margin-right: 5px;
	margin-bottom: -1px;
}
#container ul.menu li{
	font-weight: 700;
	display: block;
	padding: 5px 10px 5px 10px;
	background: #3a6f8f;
	margin-bottom: -1px;
	border: 1px solid #d0ccc9;
	border-width: 1px 1px 1px 1px;
	position: relative;
	cursor: pointer;
	color: #fff;
}
#container ul.menu li.active{
	background: #fff;
	top: 1px;
	border-bottom: 0;
	color: #ba5915;
}
/******* /MENU *******/
/******* CONTENT *******/
.content{
	margin: 0pt auto;
	background: #efefef;
	background: #fff;
	border: 1px solid #d0ccc9;
	text-align: left;
	padding: 10px;
	padding-bottom: 20px;
	font-family: "Gill Sans MT";
	font-size: 14px;
	line-height: 18px;
}
.content h1{
	line-height: 1em;
	vertical-align: middle;
	height: 36px;
	padding: 3px 5px 3px 5px;
	font-size: 32px;
}
