body {
	font-size:11px;
	font-family:Tahoma, Arial, sans-serif;
	color:#949494;
	text-align: center;
	margin: 0 auto;
	background-image:url(../images/background.gif);
	background-repeat:repeat-x;
	background-color:#000000;
	height:100%;

}

html {
	height:100%;

}

#content {
	min-height:400px;
	background-image:url('/images/middle_background.jpg');
	background-repeat:repeat-x;
	background-color:#ffffff;
}

p {
	padding-top:0px;
	padding-bottom:12px;
	margin:0px;
}

.title {
	font-size:22px;
	color:#d2ae7e;
}

.subtitle {
	font-size:12px;
	color:#22b8d5;
	line-height:18px;
	font-weight:bold;
}

.largertext {
	font-size:14px;
	color:#363636;
}

.subnavitem {
	width:128px;
	padding-top:4px;
	padding-bottom:5px;
	background-image:url('/images/arrow_green.jpg');
	background-repeat:no-repeat;
	background-position:top;
	border-bottom:1px solid #e1e2e2;
}

li {
	padding:0px;
	margin:0px 0px 8px 0px;
}

ul {
	padding:0px;
	margin:10px 0px 10px 16px;
}

/* -- search page styles -- */
.aY a{font-weight: bold;}
.aY span{font-size:9px;}
.aX{padding-left:15px; padding-top:0px; margin-top:0px; font-size:10px;}

#sitemap li {
	padding:0px;
	margin:0px 0px 5px 15px;
}

#sitemap ul {
	padding:0px;
	margin: 5px 0px 10px 20px;
}

#header {
	height:327px;
	width:100%;
}

#footer {
	background-image:url('/images/footer_background.jpg');
	background-repeat:repeat-x;
	background-color:#ffffff;
}

#main {
	width:877px;
	margin:0px 20px;
	background:url(../images/main_back.gif) repeat-y;
	border-bottom: 1px solid #d9d7d7;
}

#main_contentarea {
	margin:28px 6px 15px 31px;
}

#page_title {
	font-size:24px;
	color:#194371;
	padding-bottom:15px;
}

/*  link styles  */

a {
	color: #22b8d5;
	text-decoration: none;
}

a:visited {
	color: #22b8d5;
	text-decoration: none;
}

a:hover {
	color: #22b8d5;
	text-decoration: underline;
}