* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px;
}
.footer, .push {
	height: 60px;
	background:#f4f4f4;
	color:#aeaeae;
}
.footer:hover, .push:hover {
	color:#000;
}
.footer p {
	margin:0;
}
.footer {
	padding-top:10px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 0px 0px;
	padding: 0px;
	text-align: center; 
	background: url("img/bg.jpg") repeat-x;
}
#container {
	margin: 0 auto;
	width: 774px;
	text-align: left;
	background: url("img/bgbox.png") no-repeat;
	margin-bottom:20px;
} 
#main {
	float: left;
	width: 400px;
	margin-left: 20px;
	margin-top: 20px;
	text-align: justify;
}
#sidebar {
	float: left;
	width: 300px;
	margin-top: 20px;
	margin-left: 20px;
	text-align: center;
}
#sidebar img {
	margin-bottom: 20px;
}
#imgbar {
	padding-top: 30px;
	padding-left: 40px;
	height: 200px;
}
#imgbar img {
	float: left;
	margin-right: 5px;
}
.marginright {
	padding-right:90px;
}
#menubar {
	margin: 15px 0 0 0;
	padding:0;
	float: right;
	width: 450px;
}
#menubar a:link, #menubar a:active, #menubar a:visited {
	color: white;
	text-decoration: none;
}
#menubar a:hover {
	color: white;
	text-decoration: underline;
}
#menubar li {
	font-size: 15px;
	font-weight: bold;
	list-style-type: none;
	float:left;
	background: url("img/bgmenu.jpg") repeat-x;
	text-align:center;
	line-height: 28px;
	margin-right: 5px;
	width:101px;

}
#menubar li.act {
	background: url("img/bgmenuact.jpg") repeat-x;
}


h1 {
	font-size: 18px;
	color: #333333;
	background: url("img/bgh1.gif") no-repeat center left;
	padding-left: 20px;
	margin-bottom: 20px;
}
h2 {
	font-size: 14px;
	color: #A66444;
	margin: 24px 0 10px 0;
}
h3 {
	font-size: 13px;
}
p {
	line-height:17px;
	margin-top:15px;
}



/* Form input */
input, textarea, select {
	border: 1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px;
	text-align: left;
}
input:hover, input:active, select:hover, select:active, textarea:hover, textarea:active {
	background-color: #F5F4EB;
	border: 1px solid #000000;
}
.cform label { 
	width: 120px; 
	float: left; 
	text-align: left;
}
.cform label.error {
	float: none;
	color: #FF0000;
	margin-left: 5px;
	vertical-align: top;
	font-weight: bold;
	background: url(img/fail.gif) no-repeat;
	padding-left: 20px;
}
.cform input.error, .cform textarea.error {
	background: #F4F4F4;
	border: 2px solid #FF0000;
}
.cform label.plain {
	text-align: left;
	float: none;
	width: auto;
	margin-right: auto;
}
.cform p { 
	clear: both;
}
.cform .submit { 
	margin-left: 12em;
}
.cform em { 
	font-weight: bold; 
	padding-right: 15px; 
	vertical-align: top;
}
.cform .noval {
	margin-left: 22px;
}
.cform label.valid {
	background: url(img/check.gif) no-repeat;
	padding-left: 20px;
	margin-left: 5px;
	color: #339933;
}
.jumpright {
	margin-left: 88px;
}


/* Links */
a:link, a:visited, a:active {
	font-weight: bold;
	color: #55593E;
}
a:hover {
	text-decoration: none;
}

/* General */
.fade {
	font-size: 11px;
	color: #666666;
}
.left {
	float: left;
	margin: 5px 5px 5px 0px;
}
.right {
	float: right;
	margin: 5px 0px 5px 5px;
}

#navaid {
	display: none; 
}
.clear {
	clear:both;
}
.noborder {
	border: 0;
}
.oneborder {
	border 1px;
}

/* Table */
table {
	font-size: 12px;
}
td {
	vertical-align: top;
}
.thead {
	font-weight: bold;
	background-color: #CCCCCC;
}
.table1 {
	background-color: #F4F4F4;
}
.table2 {
}
.tbottom {
	background-image: url(img/line.gif);
	background-repeat: repeat-x;
	background-position: top;
}

/* Headers */

a img {
	border: 0;
}
.boxes {
	float: left;
	margin-top:10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #333;
	width:100%;
}
.box1 {
	float: left;
}
.box2 {
	float: left;
}
.hidethis,.hide {
	display: none;
}
.bg {
	font-weight:bold;
	color:#aeaeae;
	text-decoration:underline;
	cursor:pointer;;
}
.bg:hover {
	color:#72AD21;
	text-decoration:none;
}
.lg {
	height:50px;
}
