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



body{
	font-family: Arial, Helvetica, sans-serif;
	background: url('/images/page_bg.jpg') #565764;
	background-repeat: repeat-x;
	color: #2E1511;
}
a
{
	text-decoration: none;
	color: #1A438F;
	font-weight: bold;
}
a.link
{
	color: inherit;
	font-weight: inherit;
}
a.link:hover
{
	color: inherit;
}

h1
{
	color: #101249 !important;
	clear: both;
}
h2
{
	color: #6a0b28 !important;
	clear: both;
}
h3
{
	color: #222222 !important;
	background: url('/images/h3_bg.jpg') #777777;
	background-repeat: repeat-y;
	clear: both;
	margin-bottom: 0em;
}
h4
{
	font-style: italic;
	font-size: 1.1em;
	clear: both;
}


h1 span.hCaption, h2 span.hCaption, h3 span.hCaption, h4 span.hCaption, h5 span.hCaption
{
	display: block;
	font-weight: normal;
	font-size: .7em;
	font-style: normal;
	color: #666666;
}

p.spacer
{
	clear: both;
}
p.quote
{
	margin: auto 70px auto 70px;
}
label
{
	cursor: pointer;
}

/*UL List*/
#container div ul.selectList
{
	list-style: none;
	padding-left: 1em;
}
#container div ul.selectList li
{
	float: left;
	width: 270px;
	overflow: hidden;
	margin-bottom: .4em;
	list-style: none;
}

/*Hover*/
a:hover
{
	color: #A83521;
}
