* { 
	padding: 0px;
	margin: 0px;
}

h1 {
	margin: 0px 0px 10px 0px;
	font-size: 18pt;
	padding: 0;
	color: #ff7900;
	border-bottom: 3px solid #0039a6;	
}

h2 {
	font-size: 12pt;
	font-weight: bold;
	color: #ff7900;
	padding: 2px 0 2px 0;
}

h3 {
	font-size: 10pt;
	font-weight: bold;
	color: #ff7900;
}

p {
	padding-bottom: 1em;
}

a {
	color: #00f;	
}

img {
	border: none;
}

body {
	background: url(../img/bg.png);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	text-align:center;
}

#bg {
	background: url(../img/bg-header.png); 
	background-repeat: repeat-x;
	
}

#header { 
	height: 55px;
	padding: 0px 12px 0px 12px;
}

#header img {
	position:absolute;
	top: 30px;
	border: none;
}

#container { 
	margin: 0px auto 0px auto;
	width: 824px;
	text-align:left;
}


#menu { 
	height: 26px;
	padding: 0px 12px 0px 12px;
}

#menu ul {
	margin:0;
	padding:0;
	list-style:none;
	float: right;
}

#menu li {
	float:left;
	background:#0039a6 url("../img/menu-blue-right.png") no-repeat right top;
    margin:0 0 0 3px;
    padding:0;
	height: 26px;
}
	
#menu a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
    display:block;
	background:url("../img/menu-blue-left.png") no-repeat left top;
    padding:5px 5px;
}
	
#menu .active {
	background:#ff7900 url("../img/menu-orange-right.png") no-repeat right top;
}

#menu .active a {
	background-image:url("../img/menu-orange-left.png");
}

#main {
	margin-top: 36px;
	background: url(../img/bg-content.png) repeat-y;
	padding: 0px 12px 0px 12px;
}

#footer { 
	background: url(../img/bg-footer.png) repeat-y;
	color: #fff;
	line-height: 25px;
	text-align: center;
	padding: 0px 12px 0px 12px;
	
}

#footer a {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

#footer-shadow {
	height: 10px;
	background: url(../img/footer-shadow.png) no-repeat;
}

/** Forms **/
.form{
	margin:0;
	padding:0;	
}

.formfield{
	padding: 0 0 10px 0;
}

.formfield label{
	display:block;
	width:300px;
	padding:1px;
	font-size: 10pt;
	font-weight: bold;
	color:#ff7900;
	text-align:left;
}

input[type=text], textarea, select {
	border: 1px solid #ccc;
	width: 100%;	
}

.form .submit input{
	margin-top: 0.3em;
}

.formerror{
	color:#ff0000;
	margin-top: 0.3em;
}

div.clear {
	clear:both;
}

