*, h1, h2, h3, h4, h5, p, ul, li, img {
margin:0; 
padding:0; 
border:0; 
font: 100% Arial, Helvetica, sans-serif;
font-size: 14px;

}


h1{ font-size:24px;}
h2{ font-size:20px;}
h3{ font-weight: bold;}
h4{}

a {}
a:hover {}

.floatleft{ float:left;}
.floatright{ float:right;}
.clearleft { clear:left; }
.clearright { clear:right; }
.clearboth { clear:both; }



p { padding:10px;}

body  {
	
	background: #CCCCCC;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}


.container{
	background-image: url(../images/leftt-page.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width:863px;
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
	background-color:#FFFFFF;
	text-align:left;
	
}

.innercontainer{
	background-image: url(../images/right-page.jpg);
	background-repeat: repeat-y;
	background-position: right top;


}

.top-banner{
	background-image: url(../images/top-banner.png);
	background-repeat: no-repeat;
	background-position: center top;
	position:relative;
	width:835;
	height:243px;
}

.content{margin-right:25px; margin-left:20px;}

.content ul{ margin-left:10px; list-style:none;}
.content li{ padding:3px; font-size:16px;}

.footer{ margin-right:20px; margin-left:15px; }
.green{ background:#3CB54B;  height:20px;}




/* top menu*/

.navbar{  width:800px; height:26px;
position:absolute;
left:20px;
top:153px;



}
.navbar ul{list-style:none;} 
.navbar li{
margin: 0px;
	font-size: 16px;
	float:left;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-size: 12px;
} 
.navbar li a{ 
color: #FFFFFF;
text-decoration:none;
font-weight:bold;
display: block;
}
.navbar li a:hover{ color: #CCCCCC;}
.strap{
text-align:right;
padding:5px;
margin:0px;}


/* side menu*/

.menbar{}
.menbar ul{list-style:none;} 
.menbar li{
margin: 0px;
	size:14px;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-size: 12px;
} 
.menbar li a{ 
color: #006600;
text-decoration:none;
font-weight:bold;
display: block;
}
.menbar li a:hover{ color: #CCCCCC;}

/* end of side menu*/






.rights_reserved{
	font-size: 10px;
	text-align: right;
	padding: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
}


/* forms */



.formlabel {
	width:160px;
	float:left;
	clear: left;
	font-size: 14px;	
}

.forminput {

}

input, textarea, select {
border: 1px solid #006600;
font-size:14px;}
.formbutton input {margin-left:5px;}
#form div{ padding:7px;}
/* forms */


.big-tel{ margin-left:150px; color:#3CB54B; font-size:40px;}

.alert {
    padding: 5px;
    background-color: #f44336;
    color: white;
}

