html, body {
	margin: 0px;
	padding:0px;
}

h1, h2, h3, h4, h5, h6, p, form {
	margin: 0px;
	padding:0px;
}

h2 {
	text-align:left;	
}

#wrapper {
	width:100%;
	margin:0px auto;
	background-color:#FFF;
	height: auto;
}

#content {
	width:100%;
	margin:0px auto;

	background-repeat:repeat-x;
	background-position:top;
}

#header {
	height:50px;
	width: 100%;
}

#logo {
	width:258px;
	float:left;
}

#logo h1{
	font-family:"Trebuchet MS";
	font-size:26px;
	color:#F76B0C;
	font-weight:normal;
	text-decoration:none;
	padding-left:40px;
	padding-top:30px;
}

#logo h4 {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#808080;
	font-weight:normal;
	text-decoration:none;
	padding-left:75px;
}

#links ul {
	margin:0px; 
	
}

#links li{
	float:right;
	list-style-type:none;
	width:129px;
	height:25px;
	text-align:center;
	background-color:#F58220;
	border-left:1px solid #FFF;
	padding-top:4px;
}

#links a{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
}

#links a:hover{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:underline;
}

#mainimg {
	background-image:url(../images/main_img.jpg);
	background-repeat:repeat;
	height:100px;
	text-align:right;
	width: 100%;
}

#mainimg h3 {
	font-family:"Trebuchet MS";
	font-size:48px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	padding:20px 40px 0px 0px;
}

#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;
	font-size:12px;
	width: 100%;
}

#leftbar {
	float:none;
	width:100%;
	border-right:1px solid #BCBDBC;
	height: 500px;
	border-left: 1px solid #BCBDBC;
}

#leftbar h2{
	font-family:"Trebuchet MS";
	font-size:26px;
	color:#F58220;
	font-weight:normal;
	text-decoration:none;
	padding-left:5px;
	padding-bottom:5px;
}

#leftbar p{
	font-family:"Trebuchet MS";
	font-size:15px;
	color:#797B7A;
	font-weight:normal;
	text-decoration:none;
	padding:0px 40px;
}

#leftbar a {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#F58220;
	font-weight:bold;
	text-decoration:none;
	padding:0px 10px;
}

#leftbar a:hover {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	padding:0px 10px;
}

#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:#F58220;
	font-weight:bold;
	text-decoration:none;
}

#bottom {
	clear:both;
	padding-top:25px;
}

#email {
	float:left;
	width:500px;
	background-color:#9BBE00;
	height:27px;
	padding-top:5px;
}

#email a{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:underline;
	padding:0px 40px;
}

#email a:hover{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	padding:0px 40px;
	
}

#validtext {
	float:left;
	width:278px;
	background-color:#9BBE00;
	height:27px;
	padding-top:5px;
}

#validtext p{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	text-align:right;
	padding-right:35px;
}

#validtext a{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:underline;
}

#validtext a:hover{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
}

table.common {	
	padding: 2px 4px 2px 4px;
	border: 1px solid gray;
	border-collapse: collapse;
}

table.flt {	
	padding: 2px 4px 2px 4px;
	border: 1px solid gray;
	border-collapse: collapse;
	background-color: #D5D5D5;
}

table.flt td {
	border-width: 1px;
	padding: 1px;
	border-style: groove;
	border-color: gray;
	-moz-border-radius: ;
}

table.common td {
	border-width: 1px;
	padding: 1px;
	border-style: groove;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}

input.btn{
   color:black;
   font-family:arial;
   font-size:100%;
   font-weight:bold;
   background-color:#9bbe00;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
   }

input.btnOrange {
    color:rgb(245,130,32);
    font-family:'trebuchet ms',helvetica,sans-serif;
    font-size:84%;
    font-weight:bold;
    background-color:white;
    border:1px solid;
    border-top-color:rgb(245,130,32);
    border-left-color:rgb(245,130,32);
    border-right-color:rgb(255,128,0);
    border-bottom-color:rgb(255,128,0);
}

input.btnOrangehov{
    color:white;
    border-top-color:rgb(255,128,0);
    border-left-color:rgb(255,128,0);
    border-right-color:rgb(245,130,32);
    border-bottom-color:rgb(245,130,32);
    background-color:rgb(245,130,32);
}

.admin_nav {
    font-family:"Trebuchet MS";
    font-size:26px;
    color:#797B7A;
    font-weight:normal;
    text-decoration:underline;
    padding-left:25px;
    padding-bottom:5px;
}

.admin_static {
    font-family:"Trebuchet MS";
    font-size:26px;
    color:#F58220;
    font-weight:normal;
    text-decoration:none;
    padding-left:25px;
    padding-bottom:5px;
}

.rpt_header {
    font-family:"Trebuchet MS";
    font-size:20px;
    color:#F58220;
    font-weight:normal;
    text-decoration:none;
    padding-left:25px;
    padding-bottom:5px;
}
