html, body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	color: #3768c4;
}
a {
	color: #ff9933;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	color: #cc9900;
	text-decoration: underline;
}
ul.tree li {
	float: none;
	height: 20px;
}
a.level1 {
	width: 157px!important;
	display: block!important;
	color: #fff;
	text-transform: uppercase;
	height: 20px;
	line-height: 20px;
	background-image: url('/images/menu.jpg');
	background-repeat: no-repeat;
	font-size: 11px;
	text-decoration: none;
	padding-left: 6px;
	cursor: pointer;
}
a.level1:hover {
	color: #3768c4;
	background-color: #FAEE79;
	background-image: url('/images/menu_hover.jpg');
}
.divider {
	display: none!important;
}
h1.page_header {
	margin-left: 225px;
	width: 238px;
	height: 22px;
	padding-left: 8px;
	color: #fff;
	line-height: 22px;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url('/images/heading.jpg');
	margin-top: 1px;
}
h2 {
	color: #B8A201;
}

img {
	border: 0px;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.clear {
	clear: both;
	line-height: 1px;
	font-size: 1px;
	height: 1px;
}
center, .center {
	text-align: center;
}
input[type="text"], textarea, select {
	width: 200px!important;
	margin-bottom: 7px;
}
label {
	position: relative;
	float: left;
	width: 200px!important;
}

input.c_submit {
	margin-left: 200px;
	border: 2px solid #F9E84D;
	background-color: #3768C4;
	color: #fff;
	padding: 4px;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 1px;
}
#success {
  color: #3CBB43;
  font-weight: bold;
}
#messages {
  color: #D6695D;
  font-weight: bold;
}