/* CSS Document */

html
{
	height: 100%;
}

body
{
	margin: 0px;
	padding: 0px;
	background-color: #283C78;
	
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 11pt;
}

.mainBody
{
	background-color: #EDEDED;
	
	border: solid 2px #000000;
	border-top: 0px;
	border-bottom: 0px;
	
	margin: auto;
	text-align: left;

	width: 760px;
}

.headSpace
{
	background-color: #EDEDED;
	text-align: right;
	padding: 13px 10px 16px 10px;
	border-bottom: solid 1px #000000;
}

.headArea
{
	height: 120px;
	background-color: #BEBEBE;
	
	border-bottom: solid 1px #000000;
	padding-left: 20px;
}

.menuBox
{
	display: block;
	width: 136px;
	padding: 5px 5px 5px 4px;
	
	margin: 3px 0px 3px 3px;
	
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt;
	text-decoration: none;
	color: #000000;
	text-align: center;
	
	border: solid 1px #283C78;
	background-color: #FFFFFF;
}

.menuBox b
{
	color: #283C78;
}

.menuElement
{
	display: block;
	width: 130px;
	padding: 2px 5px 2px 10px;
	
	margin: 3px 0px 3px 3px;
	
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	
	border: solid 1px #283C78;
	background-color: #FFFFFF;
	
}

.menuElement:hover, .menuElementOver
{
	display: block;
	width: 130px;
	padding: 2px 5px 2px 10px;
	
	margin: 3px 0px 3px 3px;
	
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	
	color: #FFFFFF;
	background-color: #283C78;
	border: solid 1px #000000;	
}

.contentHolder
{
	width: 100%; 
	padding: 10px 20px 11px 10px; 
	vertical-align: top;
}
.content
{
	/*width: 100%;
	color: #000000;
	border: solid 1px #000000;
	background-color: #FFFFFF;*/
}

.footerSpace
{
	background-color: #BEBEBE;
	
	border-top: solid 1px #000000;
	padding-left: 20px;
	
	text-align: center;
	padding: 5px 0px 5px 0px;
	
	color: #000000;
}

.footerSpace a.link
{
	color: #333333;
	text-decoration: underline;
	font-size: 8pt;
	font-weight: normal;
}

.subTitle
{
	font-size: 11pt;
	line-height: 16pt;
	font-weight: bold;
	color: #283C78;
}

.title
{
	font-size: 15pt;
	margin-bottom: 18px;
	font-weight: bold;
	color: #283C78;
}

a.link
{
	font-weight: bold;
	color: #283C78;
}

.contactInput
{
	width: 180px;
}

.frame
{
	border: solid 1px #000000;
}

img
{
	border: 0px;
}

.hidden
{
	overflow: hidden;
	width: 100px;
	height: 100px;
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;
}


