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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333;
}
body {
	background-color: #a5a5a5;
	margin: 0;
	padding: 0;
	background-image:url(images/BG01.jpg);
	background-repeat: repeat-x;
}

p, td {

}

a {
color: #333;
}

h1 {
font-size: 160%;
font-weight: normal;
}

h2 {
font-size: 120%;
font-weight: bold;
color: #e51b24;
}

h3 {
font-size: 100%;
font-weight: bold;
}

.clr {

clear: both;
}


#container {
	width:780px;
	margin: 0 auto;
	background-image: url(images/containerBG01.gif);
	background-repeat: repeat-y;
	background-color: #FFF;
	border: 5px solid #fff;
}

#header {

}

#leftCol {
	width: 187px;
	float: left;
margin: 0 6px 0 0;

}
#mainNav {

}

#mainNav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#mainNav li {
margin: 0 0 1px 0;
}

#mainNav a {
	color: #000;
text-decoration: none;
background-image: url(images/Nav01_up.gif);
background-repeat: no-repeat;
display: block;
padding: 8px 25px 9px 10px;
font-size: 120%;
font-weight: bold;
font-family: Arial Narrow, Arial, Helvetica, sans-serif;
}

#mainNav a:hover {
	color: #fff;
text-decoration: none;
background-image: url(images/Nav01_over.gif);
background-repeat: no-repeat;

}

#mainNav .home a {
	color: #000;
text-decoration: none;
background-image: url(images/Nav01_up.gif);
background-repeat: no-repeat;
background-position: bottom left;
display: block;
padding: 4px 25px 9px 10px;
font-size: 120%;
font-weight: bold;
font-family: Arial Narrow, Arial, Helvetica, sans-serif;
}

#mainNav .home a:hover {
	color: #fff;
text-decoration: none;
background-image: url(images/Nav01_over.gif);
background-repeat: no-repeat;
background-position: bottom left;

}

#mainNav .double a {
	color: #000;
text-decoration: none;
background-image: url(images/Nav02_up.gif);
background-repeat: no-repeat;
display: block;
padding: 7px 25px 8px 10px;
font-size: 120%;
font-weight: bold;
font-family: Arial Narrow, Arial, Helvetica, sans-serif;
}

#mainNav .double a:hover {
	color: #fff;
text-decoration: none;
background-image: url(images/Nav02_over.gif);
background-repeat: no-repeat;

}

#content {
	float:left;
	width: 540px;
	background-image:url(images/contentBG01.gif);
	background-repeat: no-repeat;
	background-position: top left;
padding: 20px;

}



#footer {
	clear: both;
	background-color: #000;
padding: 10px;
	color: #fff;
	font-size: 85%;
}

#footerNav ul {
		padding: 0;
	margin: 0;
	list-style: none;
}

#footerNav li {
	display:inline;
	border-right: 1px solid #fff;

}

#footerNav a {
	color: #fff;
text-decoration: none;

padding: 0 5px;
}

#footerNav a:hover {
text-decoration: underline;

}
.formtitle {
	font-size: 1em;
	color: #000;
}
.red {
	color: #C00;
}
.td {
	font-size: 100%;
}
li {
	line-height: 1.5em;
}

