/*
 * Main Styles BEGIN
 */
body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #2f3533;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	background-image: url(../images/background.png);
	background-repeat: repeat;
    font-size: 9pt;
    font-weight: normal;
    text-decoration: none;
}

.hoverDescription{

	background: #ffffff;	
	padding:10px;
	vertical-align:middle;
	text-align:center;
	border-color:#ffffff;
}
div.HoverBox
{

}
.infoBox
{
    display:none;
    position:absolute;
}


.PageLayout{
	width:799px;
	background: none;
	
}

.PageLayoutContent{
	width:799px;
	background-image: url(../images/page-content-bg.png);
	background-repeat: repeat-y;	
}


.PageLayoutMenu{
	width:799px;
	background-image: url(../images/page-menu.png);
	background-repeat: no-repeat;	
	height:37px;
}


.PageLayoutBottom{	
	width:799px;
	background-image: url(../images/page-bottom.png);
	background-repeat: no-repeat;	
	height:15px;
}




.PageHeaderTitle {
	padding:0px;
	background:url(../images/header-title.jpg) no-repeat;
	width:579px;
	height:109px;
}



.ContactTable {

}


img {
    border: 0;

}

input,
textarea,
select {
    border: 1px solid gray; 
    
    color: #333333;
    
    background-color: #FFEEFF;
}



input[type="button"],
input[type="submit"]{
    border: 1px solid gray; 
    
    
    background-color: #DDDDDD;
}

.error {
	background-color:#FFCCCC;
	border-color:#FF0000;
}

