body
{
	font-family: Tahoma;
	color: #0f0357;
	background-color: #444444;
	font-size: 9pt;
}

a {
	color: #000000;
	font-weight: bold;
	font-family: Tahoma;
	text-decoration: none;
	font-size: 9pt;
}

input {
	font-size: 9pt;
	font-family: Tahoma;
	border: 2px solid black;
}

textarea {
	font-size: 9pt;
	font-family: Tahoma;
	border: 2px solid black;
	width : 300px;
	height: 100px;
}

.postError {
	color: #FF0000;
	margin-bottom: 10px;
}

.clear {
	clear: both;	
}

.content{
	width: 100%;
	background-color: #FFFFFF;
}

.leftMenu{
	width: 236px;
	height: 405px;
	background-image : url(../images/left_bg.gif);
}

.leftTitle
{
	margin-top: 50px;
	background-image : url(../images/left_item.jpg);
	width: 175px;
	height: 24px;
	padding-left: 25px;
	padding-top: 5px;
}

.leftItem
{
	margin-top: 5px;
	margin-left: 15px;
	background-image : url(../images/left_item.jpg);
	width: 162px;
	height: 24px;
	font-size: 9pt;
	padding-left: 25px;
	padding-top: 5px;
}

.clear
{
	clear: both;
}

.contentBloc
{
	margin: 30px;	
	text-align:center;
}

.prestawebBox
{
	border: 1px dashed black;
	margin: 10px;
	padding: 3px;
	width: 100%;
	font-size: 9pt;	
}

.rightContent
{
	margin: 20px;
	margin-top: 50px;
	font-size: 10pt;
	width: 711px;
}

.contentHeader
{
	font-size: 11pt;
	font-weight: bold;
}

.partSeparator
{
	background-image : url(../images/separator.jpg);
	width: 100%;
	height: 34px;
	margin: 0px;
	color: #FFFFFF;
	font-size: 9pt;
}

.copyr
{
	text-align: right;
	padding-right: 10px;
}	

.linksCol
{
	width: 144px;
	text-align: center;
}

.linksCol:hover {
	background-color: #0f0357;	
}

.linksCol:hover a {
	color: #FFFFFF;	
}


.mainContainer
{ 
	position: relative;
	margin: 0 auto;
	width: 1000px;
	border: 1px solid black;
	
}

.header
{
	background-image: url(../images/hx_banner_bg.gif);
	height: 127px;
}

.leftForm
{
	float:left;
	width: 120px;
}

.rightForm
{
	float:right;
	width: 400px;
}

.contactFormRow
{
	width: 120px;
	height: 30px;
}

.contactFormRowTXT
{
	width: 300px;
	height: 110px;
}

.contactFormRowSUBMIT
{
	width: 300px;
	height: 20px;
	text-align: right;
}