body {
	font-family:"Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#6D6E6E;
	background-color:#e4e4e3;
	overflow-x:hidden;
	overflow-y:scroll;
	padding-bottom:20px;
}



#main {
	position:absolute;
	width:800px;
	left:50%;
	margin-left:-400px;
	margin-top:20px;
	z-index:1;
	min-height:390px;
	height:auto; !important
	height:390px;
	/*background-color:#FFFFFF;
	border:1px dashed #333333;*/
	background-image:url(images/blog_bg.jpg);
	background-repeat:repeat;
}
#maintop {
	width:800px;
	height:39px;
	background-color:#FFFFFF;
	background-image:url(images/blog_top.jpg);
	background-repeat:no-repeat;
}
#mainhead {
	width:490px;
	padding-left:35px;
	padding-right:35px;
	padding-bottom:40px;
	float:left;
}
#maincontent {
	width:500px;
	padding-left:35px;
	padding-right:25px;
	float:left;
}
#sidebar {
 float:right; 
 width:200px; 
 margin-right:35px;
}
#footer {
	width:800px;
	height:40px;
	background-color:#FFFFFF;
	background-image:url(images/blog_footer.jpg);
	background-repeat:no-repeat;	
	}

th {
	font-family:"Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	padding-bottom:7px;
}
td {
	font-family:"Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	padding-bottom:3px;	
}
a:link, a:hover, a:visited {
	color:#ac8b05;
	text-decoration:none;
}
.fieldtext {
	font-family:"Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	width:120px; 
	height:18px; 
	font-size:12px; 
	color:#C5A400;
	vertical-align:middle;	
}
.buttontext {
	font-family:"Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	width:100px; 
	height:24px; 
	vertical-align:middle;
	font-size:12px; 
	color:#C5A400;
	font-weight:bold;
	border:1px solid #333333;
}

h1 {
	font-family:"Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:bold;
	color:#000000;
	
}
h2 {
	font-family:"Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	color:#000000;
	
}
img {
	vertical-align:bottom;
}

.footnavi {
	font-size:14px;
	color:#333333;
}

/* FORM */
label.normal {
	float: left;
	width: 90px;
	text-align:right;
	margin-right: .3em;
	margin-top:.15em;
}
label.picture {
	float: left;
	width: 90px;
	text-align:right;
	margin-right: .3em;
	margin-top:.3em;
}
img.capt {
	vertical-align:text-bottom;
	margin-left:3px;
	margin-top:.3em;
}
label.error {
	color:#990000;
	font-weight:bold;
}


input.right {
	float: left;
	width: auto;
	clear: both;
	margin-left: 5.3em;
	margin-right: .3em;
}

input[type=checkbox].right,
input[type=radio].right,
input[type=submit].right {
	margin-left: 6.3em;
}

form p, form br {
	clear: both;
	line-height:5px;
}
.buttonstyle {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color:#ffffff;
	color:#333333;
	border:1px solid #CCCCCC;
	font-size:12px;
}
.fieldstyle {
	width:250px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;	
	background-color:#ffffff;
	color:#333333;
	border:1px solid #cccccc;
	margin-bottom:5px;
}
.minifieldstyle {
	width:50px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;	
	background-color:#ffffff;
	color:#333333;
	border:1px solid #cccccc;
	margin-bottom:5px;
}