@charset "utf-8";
/* CSS Document */

html {overflow-y:scroll;}

body {
	margin:0px;
	background-color:#5b4f46;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;		
	color:#5b4f46;
	line-height:20px;
}

a {color:#562626;}

.pagetitle {font-size:16px; font-weight:bold; color:#562626;}

.subtitle {color:#b62135; font-size:14px; font-weight:bold;}

.boldtext {color:#562626; font-weight:bold;}

#toparea {
	width:100%;
	height:167px;
	background-image:url(../images/structure/topbg.jpg);
	background-repeat:repeat-x;
}

.navarea {line-height:20px;}

.navarea a {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#88898b;
	text-decoration:none;
}

.navarea a:hover {color:#bb2135;}

#mainarea {
	width:100%;
	background-image:url(../images/structure/shadow.jpg);
	background-repeat:repeat-x;
	padding-top:20px;
}

.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#958a82;
}

.formfield {width:325px;}

.iwdlink {color:#958a82;}

.blog_title {font-size:16px; font-weight:bold; margin-bottom:0px;}

.blog_date {font-size:10px;}
