
body 
{ 
    margin:0; 
    padding:0; 
    height:100%; /* this is the key! */ 
}

h1, h2, h3, h4, h5, h6, p, form {
	margin: 0px;
	padding:0px;
}

#wrapper {
	/*width:800px;*/
    width:960px;
	margin:0px auto;
	background-color:#FFF;
}

#content {
	/*width:778px;*/
    width:938px;
	margin:0px auto;
	background-image:url(../images/bg_header_top.gif);
	background-repeat:repeat-x;
	background-position:top;
}

#header {
	height:96px;
}

/*------------------------------------------------------------------------------------------*/
#logo 
{
	float:left;
}

#logo h1{
	font-family:"Trebuchet MS";
	font-size:26px;
	color:#F76B0C;
	font-weight:normal;
	text-decoration:none;
	padding-left:30px;
	padding-top:25px;
}

#logo a 
{
    text-decoration:none;
}
#logo .h_unu {
	font-family:"Trebuchet MS";
	font-size:22px;
	color:#F76B0C;
	font-weight:normal;
	text-decoration:none;
	vertical-align:top;
}


#logo h4 {
	font-family:"Trebuchet MS";
	font-size:13px;
	color:#808080;
	font-weight:normal;
	text-decoration:none;
	padding-left:75px;
}

#logo h4 strong {
    font-family:"Trebuchet MS";
    font-size:13px;
    font-weight:bold;
}

/*------------------------------------------------------------------------------------------*/
#links ul {
	margin:0px; 
	padding-top:67px;
}

#links li{
	float:left;
	list-style-type:none;
	/*width:63.9px;*/
    width:90.4px;
    /*width:78.9px;*/
	height:25px;
	text-align:center;
	background-color:#F4A80A;
	border-left:1px solid #FFF;
	padding-top:4px;
}

#links a{
	font-family:"Trebuchet MS";
	font-size:13px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

#links a:hover{
	font-family:"Trebuchet MS";
	font-size:13px;
	color:#fff;
	font-weight:bold;
	text-decoration:underline;
}

/*------------------------------------------------------------------------------------------*/
#mainimg {
	background-image:url(../images/main_img5.jpg);
	background-repeat:no-repeat;
	height:61px;
	text-align:right;
}

#mainimg a
{
    text-decoration:none;    
}

#mainimg h3, #mainimg h3 a, #mainimg h3 a:hover  {
	font-family:"Trebuchet MS";
	font-size:40px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	padding:5px 10px 0px 0px;
    text-align: right;
}

#mainimg h4 {
	font-family:"Trebuchet MS";
	font-size:18px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	padding:0px 40px 0px 0px;
}

/*------------------------------------------------------------------------------------------*/
#contentarea {
	clear:both;
	padding:25px 0px;
}

/*------------------------------------------------------------------------------------------*/
#leftbar {
	float:left;
	/*width:500px;*/
	/*width:737px;*/
    /*width:961px;*/
    width:900px;
	/*border-right:1px solid #BCBDBC;*/
	padding-left:30px;
    min-height:600px;
}

#leftbar h1, #leftbar h2.big{
	font-family:"Trebuchet MS";
	font-size:20px;
	color:#EE8907;
	font-weight:normal;
	text-decoration:none;
    padding-bottom:0px;
}


#leftbar h2{
	font-family:"Trebuchet MS";
	font-size:18px;
	color:#EE8907;
	font-weight:normal;
	text-decoration:none;
	padding-bottom:0px;
}


#leftbar h3
{
	font-family:"Trebuchet MS";
	font-size:13px;
	color:black;
	font-weight:bold;
	text-decoration:none;
}

#leftbar h3 strong
{
	font-family:"Trebuchet MS";
	font-size:13px;
	color:black;
	font-weight:bold;
	text-decoration:none;
}

#leftbar p, #leftbar li
{
	font-family:"Trebuchet MS";
	font-size:12px;
	/*color:#797B7A;*/
	color:black;
	font-weight:normal;
	text-decoration:none;
}

#leftbar strong, #leftbar li strong
{
	font-family:"Trebuchet MS";
	font-size:12px;
	color:black;
	font-weight:bold;
	text-decoration:none;
}

#leftbar a {
	font-family:"Trebuchet MS";
	font-size:12px;
	/*color:#EE8907;*/
    color:#0066FF;
	font-weight:bold;
	text-decoration:none;
	
}

#leftbar a:hover {
	font-family:"Trebuchet MS";
	font-size:12px;
	/*color:#000;*/
    color:#0066FF;
	font-weight:bold;
	text-decoration:underline;
}

#leftbar a.strong, #leftbar a.strong:hover
{
    font-family:"Trebuchet MS";
    font-size:12px;
    color:black;
    font-weight:bold;
    text-decoration:none;
}

#leftbar a.h2, #leftbar a.h2:hover
{
    color:#EE8907;
    font-family:"Trebuchet MS";
    font-size:18px;
    font-weight:normal;
    padding-bottom:0;
    text-decoration:none;
}


/*------------------------------------------------------------------------------------------*/


#rightbar {
	float:left;
	/*width:237px;*/
}

#rightbar h2{
	font-family:"Trebuchet MS";
	font-size:26px;
	color:#797B7A;
	font-weight:normal;
	text-decoration:none;
	padding-left:25px;
	padding-bottom:5px;
}

#rightbar p{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#797B7A;
	font-weight:normal;
	text-decoration:none;
	padding:0px 25px;
}

.orangetext {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#EE8907;
	font-weight:bold;
	text-decoration:none;
}

#bottom {
	clear:both;
	height:32px;
	padding-top:25px;
}

#email {
	float:left;
	width:500px;
	background-color:#9BBE00;
	height:27px;
	padding-top:5px;
}

#email a{
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	padding:0px 40px;
}

#email a:hover{
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#fff;
	font-weight:normal;
	text-decoration:underline;
	padding:0px 40px;
	
}

#validtext {
	float:left;
	width:438px;
	background-color:#9BBE00;
	height:27px;
	padding-top:5px;
}


