body
{
	font-family: verdana, arial, sans-serif;
	background-color: white;
	font-size: 0.75em;
	line-height:1.2;
	width: 760px;
	text-align: center;
	margin: 0.5em auto 0.5em auto;
	padding: 0;
}

dt
{
	font-weight: bold;
}

dd
{
	text-align: justify;
}

form
{
	margin: 0;
}

h1
{
	font-size: 1.65em;
	margin-bottom: 0em;
	margin-top: 0em;
}

h2
{
	font-size: 1.4em;
	padding-top: 0.5em;
}

h3
{
	font-size: 1.3em;
	padding-top: 0.5em;
}

h5
{
	font-size: 0.9em;
	padding-top: 0.5em;
}

h6
{
	font-size: 0.5em;
	padding-top: 0em;
	padding-bottom: 0em;
	margin-bottom: 0em;
	margin-top: 0em;
}


hr
{
	border: 0;
	height: 1px;
	color: black;
	background-color: black;
}

p
{
	text-align: justify;
}
p.faq
{
	margin-top: 0.5em;
	margin-bottom: 2em;
}

div.errors
{
	border: 2px solid red;
	background-color: #FFDDDD;
	max-width: 30em;
	padding: 0.25em;
	margin-bottom: 1em;
}

ul.errors
{
	font-weight: bold;
	color: red;
	font-size: smaller;
}

a:link, a:visited, a:active
{
	color: #0000ff;
	text-decoration: underline;
}
a:hover
{
	color: #C00511;
	text-decoration: none;
}

a.faq:link, a.faq:visited, a.faq:active, a.faq:hover
{
	color: black;
	text-decoration: none;
}

table > caption
{
	font-weight: bold;
	padding-bottom: 0.5em;
	font-size: larger;
}

th
{
	font-weight: bold;
	text-align: center;
}

textarea
{
	font-family: verdana, arial, sans-serif;
}

#logo
{
	text-align: left;
	vertical-align: middle;
	margin: 0;
	padding-right: 1em;
	padding-bottom: 0.5em;
	float: left;
}

#newsletter
{
	text-align: left;
	background-color: #666666;
	font-weight: bold;
	padding: 1em 0em 1em 1em;
	margin-bottom: 2em;
	color: #E0E0E0;
	border: 1px solid #E0E0E0;
	width: 26em;
}

#newsletter_heading
{
	color: white;
}

#readmore
{
	margin: 1em 0 0 0;
	padding: 0;
}

#readmore a
{
	color: white;
}

#slogan
{
	color: #B5111B;
	padding-left: 0.5em;
	font-size: 1.2em;
	font-weight: bold;
	width: 60%;
}

#phone
{
	font-size: 1.5em;
	text-align: center;
	white-space: nowrap;
	padding-right: 1em;
}

#controls
{
	font-size: 0.8em;
	padding-top: 0.5em;
	padding-right: 1em;
}

#controls ul
{
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

#controls ul li
{
	display: inline;
	padding: 0;
	margin: 0;
}

#controls ul li:before
{
	content: "| ";
}

#controls ul li:first-child:before
{
	content: "";
}

#menu
{
	display: table;
	margin: 0.5em 0 0 0;
	padding: 0;
	width: 100%;
	height: 33px;
	background-image: url(/images/menu.png);
	background-repeat: no-repeat;
	clear: both;
}

#menu ul
{
	margin: 0;
	padding: 0;
	display: table-row;
	list-style: none;
	text-align: center;
}

#menu ul li
{
	margin: 0;
	padding: 0 1em 0 1em;
	display: table-cell;
	vertical-align: middle;
	white-space: nowrap;
}

#menu ul li a
{
	color: white;
	font-weight: bold;
}
#menu ul li a:hover
{
	text-decoration: none;
}

#submenu
{
	display: table;
	padding: 0.3em;
	margin: 0 4px 0 4px;
	background-color: #E6E6E6;
	clear: both;
}

#submenu ul
{
	margin: 0;
	padding: 0;
	display: table-row;
	list-style: none;
	text-align: center;
}

#submenu ul li
{
	margin: 0;
	padding: 0 1em 0 1em;
	display: table-cell;
	vertical-align: middle;
	font-size: 0.9em;
}

#submenu ul li a
{
	color: black;
	font-weight: bold;
}
#submenu ul li a:hover
{
	text-decoration: none;
}

#footerbar
{
	color: white;
	font-size: 1.3em;
	font-weight: bold;
	width: 100%;
	height: 42px;
	background-image: url(/images/footerbar.png);
	background-repeat: no-repeat;
	text-align: center;
}

#footerbar div
{
	margin: 0;
	padding: 0.5em;
	text-decoration: none;
}

a.leftnav:link, a.leftnav:visited, a.leftnav:active
{
	color: #C00511;
	text-decoration: underline;
}

a.leftnav:hover
{
	color: #000099;
	text-decoration: none;
}

ul, ol
{
	text-align: justify;
}

ul.leftnavparent
{
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 1.5em;
	text-align: left;
}

ul.leftnavchild
{
	margin-left: 0;
	padding-left: 1em;
	text-align: left;
}

ul.footer
{
	margin: 0;
	text-align: left;
	padding-left: 1.5em;
}

ol.terms li
{
	margin-bottom: 1em;
}

#header
{
	padding-top: 0.5em;
	text-align: left;
}

#main
{
	text-align: left;
	margin: 1em 0 2em 0;
}

#footer p
{
	text-align: center;
}

.border
{
	border: black solid 1px;
}

.banner
{
	width: 23em;
	padding: 0.4em;
	text-align: center;
	font-weight: bold; 
}

.banner > a:link, .banner > a:visited, .banner > a:active
{
	text-decoration: none;
}
.banner > a:hover
{
	text-decoration: underline;
}

a.banner:link, a.banner:visited, a.banner:active
{
	text-decoration: none;
}
a.banner:hover
{
	text-decoration: underline;
}


.center
{
	margin-left:auto;
	margin-right:auto;
	width:100%;
	background-color: white;
}

.label
{
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
}

.textbox
{
	width: 22m;
	padding: 0.4em;
	text-align: center;
	font-weight: normal; 
}

.textbox > a:link, .textbox > a:visited, .textbox > a:active
{
	color: black;
	text-decoration: none;
}
.textbox > a:hover
{
	color: black;
	text-decoration: underline;
}

a.textbox:link, a.textbox:visited, a.textbox:active
{
	color: black;
	text-decoration: none;
}
a.textbox:hover
{
	color: black;
	text-decoration: underline;
}

.textbox2
{
	width: 17em;
	padding: 0.4em;
	text-align: center;
	font-weight: normal; 
}

.textbox2 > a:link, .textbox2 > a:visited, .textbox2 > a:active
{
	color: black;
	text-decoration: none;
}
.textbox2 > a:hover
{
	color: black;
	text-decoration: underline;
}

a.textbox2:link, a.textbox2:visited, a.textbox2:active
{
	color: black;
	text-decoration: none;
}
a.textbox2:hover
{
	color: black;
	text-decoration: underline;
}
.textbox3
{
	padding: 0.4em;
	text-align: left;
	font-weight: normal; 
}
.textbox3 > a:link, .textbox3 > a:visited, .textbox3 > a:active
{
	color: black;
	text-decoration: none;
}
.textbox3 > a:hover
{
	color: #B5111B;
	text-decoration: underline;
}
a.textbox3:link, a.textbox3:visited, a.textbox3:active
{
	color: black;
	text-decoration: none;
}
a.textbox3:hover
{
	color: black;
	text-decoration: underline;
}
.textbox4
{
	width: 25em;
	padding: 0.4em;
	text-align: left;
	font-weight: normal; 
}
#left
{
	float:left;
	width: 40%;
}
#right
{
	float: right;
	width: 40%;
}
#middle
{
	width: 10%
}
