@charset "UTF-8";

html, body {
	height:100%;
	overflow:inherit;
	margin:0px;
	padding:0px;
}

body {
	background-color:#d2d2d3;
	background-image:url(../assets/layout/bg.jpg);
	background-repeat:repeat-x;
}

#container {
	width:868px;
	min-height:100%;
	margin:0px auto 0px auto;
	background-image:url(../assets/layout/container.png);
	background-repeat:repeat-y;
}

#header {
	width:868px;
	height:200px;
	margin:0px;
	text-align:center;
}

#navigation {
	width:800px;
	height:30px;
	padding:0px 34px 0px 34px;
}

.navButton {
	height:20px;
	padding-top:10px;
	width:133.3333333333333px;
	background-color:#8cc73f;
	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:bold;
	color:#01447b;
	text-align:center;
}

.navButton:hover {
	height:20px;
	padding-top:10px;
	width:133.3333333333333px;
	background-color:#b4ff52;
	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:bold;
	color:#01447b;
	text-align:center;
}

#bodyArea {
	width:800px;
	min-height:627px;
	_height:327px;
	margin:0px auto 0px auto;
	background-image:url(../assets/layout/contenttop.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#leftbody {
	padding:20px 95px 90px 95px;
}

#rightbody {
	background-image:url(../assets/layout/divider.jpg);
	background-position:left;
	background-repeat:repeat-y;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#00457d;
	padding:0px 20px 0px 20px;
}

#footer {
	width:800px;
	height:32px;
	margin:-82px auto 0px auto;
	padding:50px 0px 0px 0px;
	background-image:url(../assets/layout/footer.jpg);
	background-repeat:no-repeat;
	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	text-align:center;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	line-height:20px;
	font-weight:bold;
	color:#00457d;
	margin-left:-38px;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	line-height:20px;
	font-weight:bold;
	color:#00457d;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:22px;
	color:#333;
	text-align:justify;
}

.emp {
	font-weight:bold;
	font-style:italic;
	color:#00457d;
}
