/* Main Sections
------------------------------------------------------------------------- */

* {
    margin: 0;
    padding: 0;
}

body {
	font-family: Arial, Verdana;
	font-size:small;
	font-style:normal;
	color:#000000;
	font-variant:normal;
	font-weight:normal;
	background-color: #C1C1C1;
}

div,
p,
img,
a,
td,
ul,
ol {
    font-size: 1em;
}

ol {
    margin-left: 1em;
    padding-left: 1em;
}

ol li {
    margin-left: 1em;
    padding: 0 0 .5em.3em;
    list-style: decimal;
}

h1 {
	font-size: 135%;
	color: #000000;
	margin-top: 10px;
	margin-left: -1px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #e30119;
	margin-bottom: 10px;
	padding-bottom: 5px;	
}


h2 {
	font-size: 100%;
	color: #d53233;
	margin-bottom: -8px;
}

h3 {
	font-size: 115%;
	margin-bottom: 5px;
}

h4 {
	font-size: 118%;
	letter-spacing: .15em
}

p {
	padding: 0 0 1em;
}

a,
a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
	color: #000000;
}

.multiBoxDesc a,
.multiBoxDesc a:link,
.multiBoxDesc a:hover,
.multiBoxDesc a:visited,
.multiBoxDesc a:active{
	color:#FFFFFF;
}

.contact a {
	background-image: none; 
}

a img {
    border: 0px;
}
img a:hover {
    border-style: dotted;
	border-color: #6495ED;
}
img {
    border: none;
	 padding: 3px
	
}

ul {
    list-style: none;
    margin: 0 0 20px 1em;
}

li {
    list-style: none;
    padding-left: 1em;
    margin-bottom: 3px;
}

.clear {
    clear: both;
	height:0px;
    margin: -1px 0 0;
    font-size: 1px;
}

#page {
	width: 969px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	background-image: url(../img/contentbg.jpg);
	background-repeat: repeat-y;
}

#topborder {
	background-image: url(../img/topborder.jpg);
	background-repeat: no-repeat;
	height: 9px;
	background-position: top;
	margin: 0px;
}

#menu {
	background-image: url(../img/menubg.jpg);
	background-repeat: no-repeat;
	width: 969px;
	height: 32px;
	background-position: top;
	margin: 0px;
}

#footer {
	background-image: url(../img/footerbg.jpg);
	background-repeat: no-repeat;
	width: 969px;
	height: 25px;
	background-position: top;
	margin: -19px 0 0 0;
}

#headerImage {
	margin-left: 0px;
    margin-top: 0px;
    width: 969px;
    height: 148px;
    background-position: right bottom;
    background-repeat: no-repeat;
}

#header {
	margin-left: 0px;
	margin-top: -148px;
	width: 969px;
	background-image: url(../img/imageheader.png);
	height: 148px;
	background-position: center bottom;
	background-repeat: no-repeat;
}

#header h1 {
	font-size: 220%;
	color: #FFFFFF;
	/*	color: #F9F9F9; */
	padding: 90px 0 0 80px;
}

#middlebody {
	background-image: url(../img/middlebody.jpg);
	background-repeat: no-repeat;
	height: 65px;
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
}

#contentarea {
	margin-bottom:10px;
	min-height: 570px;
}

#contentarea li {
	list-style:square;
	padding:0px;
}

#contentarea li li {
	list-style:disc;
	padding:0px;
}

#infooter {
	width: 600px;
	margin-right: 60px;
	color: #999999;
	padding-top: 0px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-left: 66px;
	text-align: center;
	margin-top: 10px;
}

#maincontent {
	padding: 4px;
	margin-left: 55px;
	width: 886px;
	margin-top: 0px;
	height:				auto !important; /* Detect height automatically, Incompatible w/IE */
/*	height:				350px; */
	min-height:			0px;
}

#greyblock {
	width: 465px;
	margin-top: 0px;
	float: right;
	margin-right: 64px;
	height: 200px;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
}

#nav {
	height: 32px;
	padding-top:0.8em;
}

#navfooter {
	height: 0px;
	padding-top:0.8em;
}

.floatRight {
	float: right;
	margin: 5px;
}

.floatLeft {
	float: left;
	margin: 5px;
}

.link,
.link:link,
.link:visited,
.link:hover {
	display:block;
	text-decoration:none;
	color:#000000; 
	border:0;
	font-size: 11px;
	background-image: url(../img/arrow.jpg); 
	background-repeat: no-repeat;
	background-position: right;
	padding: 0px 10px 3px 0px;
	cursor: pointer;
	margin-right: 10px;
	float:left;
}

.B_crumbBox {
	font-size: 10px;
	color: #000000;
	margin-left: -1px;
	padding-bottom: 50px;	
}

.B_crumbBox a {
	text-decoration:none;
	color:#000000; 
	border:0;
}

.multiBoxHeadDesc,
.multiBoxDesc {
	display:none;
}