@charset "utf-8";

/* CSS Document */



body,

textarea,

select,

input,

.ofTextBlock h4 {

	font-family: Geneva, Arial, Helvetica, sans-serif !important;

}



body  {

	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */

	padding: 0;

_text-align:center;	color: #000000;

	background-color: #E0E0E0;

}





#main

{

     width:960px;

     margin:0 auto;

     _text-align:left;



}



input.btn {

  color:#050;

  font: bold 84% 'trebuchet ms',helvetica,sans-serif;

}



.contacttextarea { font: 100% arial; }



.threeColFix #container {

	width: 984px;

	margin: 0 auto;

} 

.threeColFix #sidebar1 {

	float: left; /* since this element is floated, a width must be given */

	width: 189px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */

	padding: 15px 7px 15px 10px; /* padding keeps the content of the div away from the edges */

	margin-left:7px;

}



.threeColFix #mainContent {

	font-size:10pt;

	margin-left: 140px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

	padding-top: 10px;

	padding-right: 20px;

	padding-bottom: 0;

	padding-left: 0px;

	line-height: 1.2em;

}





div#layout_top{

	background: url('../img/layout_top_bot2.png') no-repeat left 0px;

	width:984px;

	height:15px;

}

div#layout_ctr{

	background: #fff url('../img/layout_ctr.png') repeat-y top left;

	width:984px; /* fix that flying top margin on fx */

}

div#layout_bot{

	background: #fff url('../img/layout_top_bot.png') no-repeat left -32px;

	width:984px;

	height:16px;

}





#logobar{

	background-image: url('../img/top.jpg');

	margin-left: 7px;

	margin-right: 7px;

	height: 120px



	

}



#logobar p.logo{

	color:#333;

	float:left;

	margin-left:54px;

	margin-top: 6px;

}



#welcome{

	color:#333;

	/*padding:0px; margin:0px;*/

	float:right;

	margin-right:15px;

	font-size:75%;

	display: inline;

	width: 220px;

	margin-top: 10px;

}



#welcome img{

	margin-right:5px;

}



#welcome form, select{

	font-size:100%;

}







#navbar{

	background: url('../img/navbar.jpg') repeat-y top left;

	height:41px;

	margin-left:7px;

}



#navbar p.navtext{

	float:left;

	margin-top:10px;

	margin-left:30px;

	margin-right:20px;

	color:#FFF;

	font-size:13px;

	font-weight: bold;

	}

	

#navbar p.navtextregister{

	float:left;

	margin-top:10px;

	margin-left:30px;

	margin-right:20px;

	color:#FFCC00;

	font-size:13px;

	font-weight: bold;

	}

	

#navbar p.navtextstart{

	float:left;

	margin-top:10px;

	margin-left:135px;

	margin-right:26px;

	color:#FFF;

	font-size:13px;

	font-weight: bold;

	}

#navbar p.navtextstartes{

	float:left;

	margin-top:10px;

	margin-left:175px;

	margin-right:26px;

	color:#FFF;

	font-size:13px;

	font-weight: bold;

	}

#navbar p a{

	text-decoration:none;

	color:#FFF;

	}

#navbar p.navtextregister a{

	text-decoration:none;

	color:#FFCC00;

	}	

	#navbar p a:hover{

	color:#FFCC00;

	text-decoration:underline;

	}

	

	





#footer{

	font-size:75%;

	color:#999;

	margin-left:7px;

	width:909px;

	border-top-width: 1px;

	border-right-width: 1px;

	border-bottom-width: 1px;

	border-left-width: 1px;

	border-top-style: dashed;

	border-top-color: #999;

	border-right-color: #999;

	border-bottom-color: #999;

	border-left-color: #999;



	padding-left:30px;

	padding-right:30px;

	padding-top:20px;

}

