/************************************************************************************************/
/* HTML TAGS 																												*/
/************************************************************************************************/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background: #CCCCCC url(../graphics/PageBackground.gif) repeat-x;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 775px;
}
H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #1B315E;
	margin: 0px;
}
H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #1B315E;
	margin: 0px;
}
H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000;
	margin: 0px;
}
A:Link {
	color: #336699;
}
A:Visited {
	color: #003366;
}
ol {
	margin-top: 0px;
	margin-bottom: 15px;
}
li {
	font-size: 9pt;
}
dt {
	border-top: dashed 1px #333;
	padding-top: 5px;
}
dd {
	margin-bottom: 20px;
}

/************************************************************************************************/
/* TOP MENU 																												*/
/************************************************************************************************/
.topmenu {
	width: 775px;
	height: 32px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-image: url(../graphics/TopPlate.gif);
	background-repeat: no-repeat;
	text-align: right;
	margin-right: 25px;
}
.topmenu div {
	text-align: right;
	padding-right: 25px;
	padding-top: 12px;
}
.topmenu A:Link {
	color: #000;
	font-size: 12px;
}

/************************************************************************************************/
/* BOTTOM																												*/
/************************************************************************************************/
.bottom {
	width: 775px;
	height: 21px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-image:url(../graphics/BottomPlate.gif);
	text-align: right;
	margin-right: 25px;
}
.bottom div {
	text-align: right;
	padding-right: 25px;
	padding-top: 12px;
}
.bottom A:Link {
	color: #000;
	font-size: 12px;
}

/************************************************************************************************/
/* MENU SECTIONS 																											*/
/************************************************************************************************/

/* See menu/nav.css and menu/bottomnav.css as well as menu/init.js and menu/initbottom.js

/************************************************************************************************/
/* MAIN SECTION 																											*/
/************************************************************************************************/
.main {
	background-image: url(../graphics/TopBackground.gif);
	background-repeat: no-repeat;
	height: 253px;
	padding-right: 22px;
	padding-left: 20px;
}
.main P {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
.bulkarea {
	background-image: url(../graphics/MainBackground.gif);
	background-repeat: repeat-y;
	overflow: hidden;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	
}
.bulkarea > .main {
	height: auto;
	min-height: 253px;
}
.main .RightBox {
	float: right;
	width: 258px;
	background-image: url(../graphics/QuickQuoteBackground.gif);
	font-size: 9pt;
	margin-left: 10px;
	margin-bottom: 10px;
}
.DefinitionTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}
.main .FormLeft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #333333;
	text-align: right;
}
.main .FormRight {
	background-color: #EFEFEF;
}
.main .RightBox P{
	padding-left: 15px;
	padding-right: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.small {
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
}

/************************************************************************************************/
/* ADDRESS INFORMATION 																									*/
/************************************************************************************************/
.titlepage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #1B315E;
	margin: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.address {
	font-size: 8pt;
	float:center;
	text-align: center;
}
.address A{
	font-size: 8pt;
}
.announce {
	font-size: 10pt;
	float:center;
	text-align: center;
	color:navy;
	font-weight: bold;
}
.announce A{
	font-size: 10pt;
}
.contactinfo {
	/*width: 350px;*/
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	text-align: center;
}


.legal {
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	clear: both;
	text-align: center;
}
.legal A {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}


