@charset "utf-8";
/* CSS Document */
BODY {
	background-image:url(img/bodyback_horizontal.png);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#DAECF7;
}
BODY, TABLE, DIV {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#355880;
	line-height:18px;
}
H1#opening {
	font-size:16px;
	font-weight:bold;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FA5441;
	margin:10px 0px 20px 10px;
	padding:0;
}
H2{
	font-size:16px;
	font-weight:bold;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FA5441;
	margin:25px 0px 10px 10px;
	padding:0;
}
H3{
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#355880;
	margin:15px 0px 5px 0px;
	padding:0;
}
A {
	color:#FA5441;
	text-decoration:underline;
}
A IMG {
	border:0;
}
DIV#headerdiv {
	background-image:url(img/headerback.jpg);
	background-repeat:no-repeat;
	width:940px;
	height:255px;
}
DIV#maincontent {
	background-color:#FFFFFF;
	width:870px;
	height:auto;
	display:block;
	background-image:url(img/maincontentback.png);
	background-repeat:repeat-y;
	background-position:left;
}
TABLE#maintable {
	background-image:url(img/maintableback.png);
	background-repeat:no-repeat;
	background-position:top;
	height:auto;
}
TD#contenttd {
	padding:0px 50px 0px 40px;
	width:670px;
}
TD#contenttd DIV#topmenu {
	padding-right:10px;
}
TD#contenttd DIV#topmenu IMG {
	margin:0px 25px 0px 0px;
}
TD#contenttd DIV#contentdiv {
	margin:10px 0px 10px 0px;
	background-image:url('img/contentverticalline.jpg');
	background-repeat:no-repeat;
}
TD#contenttd DIV#contentdiv DIV {
	margin:0px 0px 0px 0px;
	width:570px;
}
TD#contenttd DIV#contentdiv DIV UL{
	list-style:inside;
	margin:5px 0px 5px 0px;
}
TD#contenttd DIV#contentdiv DIV UL LI{
	padding-left:0px;
}
TD#contenttd DIV#contentdiv H1#h1 {
	font-size:25px;
	font-weight:bold;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FA5441;
	margin:20px 0px 20px 10px;
	padding:0;
}
TD#contenttd TABLE#pagebuttons{
	
}
TD#contenttd TABLE#pagebuttons TD.pagebutton {
	background-image:url('img/inactivebutton.jpg');
	background-repeat:no-repeat;
	width:179px;
	height:30px;
	text-transform:uppercase;
	text-align:center;
	cursor:pointer;
}
TD#contenttd TABLE#pagebuttons TD.pagebutton_acive {
	background-image:url('img/activebutton.jpg');
	background-repeat:no-repeat;
	width:179px;
	height:30px;
	text-transform:uppercase;
	text-align:center;
}
TD#menutd {
	padding:30px 0px;
	width:200px;
}
TD#menutd DIV.menudiv {
	width:200px;
	height:41px;
	background-image:url(img/menuback.png);
	margin-bottom:2px;
}
TD#menutd DIV.menudiv DIV {
	padding:10px 0px 0px 10px;
}
TD#menutd DIV.menudiv DIV A {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-style:italic;
	color:#EF1100;
	text-decoration:none;
	font-weight:bold;
}
DIV#footerdiv {
	background-image:url(img/footerback.jpg);
	background-repeat:no-repeat;
	width:870px;
	height:220px;
}
DIV#footerdiv DIV {
	text-align:right;
	padding:90px 50px 0px 250px;
}
DIV#footerdiv DIV A {
	margin-right:20px;
}
/* FORM */
FORM INPUT {
	width:auto;
}
DIV.formsection {
	border-bottom:#B0B9CE 1px solid;
	margin:0;
	padding:0;
	padding-top:10px;
}
DIV.formsection I {
	font-size:11px;
	font-weight:normal;
	line-height:13px;
}
DIV.formsection DIV.formsectiontitle {
	font-weight:bold;
	font-size:15px;
	text-transform:uppercase;
}