@charset "utf-8";
/* CSS Document */
a {
	color: #0066CC;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}
#nav {
	height: 40px;
	border-bottom: 0px;
	background-color: #fcfcfc;
}
#nav a.on {
	height: 40px;
	background-image: url(../images/img_pg/nav_bot.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#subnav {
	margin:0 auto;
	width: 990px;
	background-color: #fcfcfc;
	height: 24px;
	border-bottom: solid 1px #ececec;
	text-align:center;
	color: #ccc;
	font-family: Arial, Helvetica, sans-serif;
}
#subnav a {
	line-height: 24px;
	font-size: 11px;
	color: #666;
	text-decoration: none;
	padding: 0px 4px 0px 4px;
	font-weight:normal;
}
#subnav a:hover {
	color: #0066CC;
}
#subnav a.on {
	color: #0066CC;
	font-weight: bold;
}
#content {
	width: 930px;
	padding: 20px 30px 0px 30px;
}

/* standard page elements */
h1 {
	margin-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 170%;
	font-style: italic;	
	color: #cc0000;/*#0066CC;*/
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 140%;
	font-style: italic;	
	color: #cc0000;
}
a.breadcrumb {
	text-decoration: none;
	font-size: 10px;
	padding-bottom: 10px;
}
a.breadcrumb:hover {
	text-decoration: underline;
}
.fmval,.msg {
	float:right;
	clear:right;
	display:block;
	padding: 10px;
	border: solid 1px #000;
	background-color:#FFFFCC;
	color: #cc0000;
	font-weight: bold;
	width: 480px;
}
/* contact forms */
.formtable {
	/*border: dotted 1px #ccc;
	padding: 2px;*/
	float:right;
	clear:right;
	margin-left: 20px;
	width: 500px;
}
.tdhead {
	background-color: #fcfcfc;
	font-weight: bold;
	padding: 4px;
	border: dotted 1px #999;
	margin: 2px;
}
.tdinfo {
	background-color: #fff;
	padding: 4px;
	border: dotted 1px #999;
	margin: 2px;
}