body {
	background-image: url(design/bg.jpg);
	margin: 0px;
	padding: 0px;
	background-repeat: repeat;
	background-color: #e2e2e2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #242424;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}

input {
	font-size: 12px;
}
.clb {
	clear: both;
}
.clbf {
	height: 1px;
	overflow: hidden;
	display: block;
	clear: both;
}

.red {
	color: #FF0000;
}
.redborder {
	border: 1px solid #FF0000;
}
.fll {
	float: left;
}



#mainbox {
	width: 633px;
	margin-left: -317px;
	position: absolute;
	left: 50%;
	top: 128px;
}
#header {
	background-image: url(design/header.gif);
	background-repeat: no-repeat;
	height: 113px;
	width: 633px;
	margin-bottom: 4px;
	display: inline;
	float: left;
}
#mainmenu {
	width: 633px;
	height: 42px;
	float: left;
	margin-top: 70px;
}
#mainmenu ul {
	padding: 0px;
	list-style-type: none;
	display: inline;
	float: left;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}
#mainmenu ul li {
	display: inline;
}
#mainmenu ul li a {
	height: 32px;
	display: inline;
	float: left;
	width: auto;
	padding-left: 5px;
	line-height: 32px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	margin-right: 15px;
	padding-right: 5px;
}

#mainmenu ul li a:hover {
	background-image: url(design/mnubtn_ov_1.gif);
	background-repeat: repeat-x;
}
#contentbox {
	background-image: url(design/mainbg.gif);
	background-repeat: repeat-y;
	margin-bottom: 4px;
	float: left;
	display: inline;
	width: 633px;
}
#contentheader {
	background-image: url(design/cntheader.gif);
	height: 18px;
	width: 633px;
	clear: both;
	float: left;
}

#maintitle {
	background-image: url(design/maintitle.gif);
	height: 40px;
	width: 633px;
	display: inline;
	float: left;
}
#maintitle .titlebox {
	float: left;
	width: 112px;
	margin-top: 7px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	line-height: 30px;
	display: block;
}
#maintitle .textbox {
	float: right;
	line-height: 30px;
	margin-right: 10px;
	margin-top: 7px;
	display: inline;
}
.contenttitle {
	background-image: url(design/cnttitle.gif);
	height: 34px;
	width: 633px;
	float: left;
	margin-top: 5px;
	display: inline;
	clear: both;
}
.contenttitle .titlebox {
	float: left;
	width: 112px;
	margin-top: 1px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	line-height: 30px;
	display: inline;
}
.contenttitle .textbox {
	float: right;
	line-height: 30px;
	margin-right: 10px;
	margin-top: 1px;
	display: inline;
}
.contenttitle .controlbox {
	background-image: url(design/plus.gif);
	height: 10px;
	width: 9px;
	float: left;
	display: inline;
	overflow: hidden;
	background-repeat: no-repeat;
	margin-top: 12px;
	margin-left: 10px;
	cursor:pointer;
}
.contenttitle .opened {
	background-image: url(design/minus.gif);
}


.content {
	clear: both;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-right: 1px;
	margin-left: 1px;
}
.altcolor {
	background-color: #f7f7f7;
}
#contentfooter {
	background-image: url(design/cntfooter.gif);
	height: 18px;
	width: 633px;
	clear: both;
	float: left;
}
.formular .formrow {
	clear: both;
	height: 30px;
	width: 500px;
	display: block;
	margin-bottom: 3px;
}
.formular .formrowsmall {
	clear: both;
	width: 500px;
	display: block;
	margin-bottom: 3px;
}
.formular .formrow .label {
	float: left;
	width: 110px;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: inline;
}
.formular .formrow .field {
	background-image: url(design/formfieldbg.gif);
	height: 30px;
	width: 277px;
	float: left;
	display: inline;
	padding-left: 1px;
}
.formular .formrow .field input {
	border: 1px solid #FFFFFF;
	width: 265px;
	float: left;
	margin-left: 3px;
	margin-top: 6px;
}
.formular .formrow .button {
	background-image: url(buttons/btnRemove.gif);
	height: 30px;
	width: 18px;
	float: left;
	background-position: center center;
	background-repeat: no-repeat;
	cursor:pointer;
	display: inline;
	margin-left: 4px;
}

.formular .formtext {
	clear: both;
	margin-bottom: 3px;
}
.formular .buttonBig {
	height: 30px;
	width: auto;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #E23C0F;
	border: 1px solid #D20500;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
}
.formular .captchainput{
	font-size: 25px;
	text-align: center;
	background-image: url(design/codeboxbg.gif);
	background-repeat: no-repeat;
	height: 28px;
	border: 1px solid #F80C05;
	width: 100px;
	background-position: center center;
}
.btnSmall {
	background-image: url(buttons/btnSmall.gif);
	height: 22px;
	width: 81px;
	display: inline;
	float: left;
	line-height: 22px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	cursor:pointer;
	margin-right: 4px;
	margin-bottom: 2px;
	font-size: 10px;
	margin-top: 2px;
}
.btnSmall:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(buttons/btnSmall_ov.gif);
}
.btnBig {
	background-image: url(buttons/btnBig.gif);
	height: 30px;
	width: 81px;
	display: inline;
	float: left;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	cursor:pointer;
	margin-right: 4px;
	margin-bottom: 2px;
	font-size: 12px;
	margin-top: 2px;
}
.btnBig:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(buttons/btnBig_ov.gif);
}
.progressbox {
	height: 300px;
}
.progressbox .pcontentbox {
	float: left;
	margin-left: 76px;
	margin-top: 90px;
}

.progressbox .barframe {
	background-image: url(design/progressbarbg.gif);
	height: 21px;
	width: 480px;
	float: left;
	overflow: hidden;
}
.progressbox .bar {
	background-image: url(design/progressbar.gif);
	height: 21px;
	background-position: 0px center;
	background-repeat: repeat-x;
	margin-left: 2px;
	width: 475px;
	float: left;
}
.progressbox .percent {
	float: left;
	line-height: 21px;
	color: #999999;
	margin-bottom: 5px;
}
.errorbox {
	background-color: #FFCCCC;
	border: 1px dashed #FF6666;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 3px;
	padding-left: 3px;
	color: #FF3333;
	margin-bottom: 10px;
}
.errorbox ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	list-style-position: inside;
}
.smallborder {
	background-image: url(design/smallborder.gif);
	height: 39px;
	width: 614px;
	float: left;
	display: inline;
	margin-left: 9px;
	line-height: 39px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
.smallborder span {
	line-height: 39px;
	float: left;
	margin-left: 4px;
}
.smallborder  .sendbutton {
	margin-top: 4px;
	margin-left: 4px;
	float: left;
	margin-right: 0px;
}
.smallborder .floatable {
	float: left;
	margin-top: 4px
	margin-top: 4px;
	margin-right: 4px;
	margin-left: 4px;
}

#footer {
	background-image: url(design/footer.gif);
	height: 39px;
	width: 633px;
	clear: both;
	font-size: 11px;
	display: inline;
	float: left;
}
#footer #footerleft {
	float: left;
	line-height: 39px;
	margin-left: 8px;
	display: inline;
}
#footer #socialmarks {
	float: right;
	margin-top: 10px;
	margin-right: 5px;
	display: inline;
}
#footer #socialmarks  img{
	border: 1px solid #CCCCCC;
	margin-left: 2px;
	padding: 1px;
}
#footer a {
	font-weight: bold;
	color: #242424;
}
#footer a:hover {
	text-decoration: none;
}

