body {
	margin: 0;
	padding: 0;
	color: #555;
	background: #FFF url(../images/bg.jpg) repeat-x;
	text-align: center;
	font-family: 'Trebuchet MS', Tahoma, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 1.6em;
	font-weight: normal;
	font-variant: normal;
}
#header {
	height: 100px;
	text-align: left;
	width: 978px;
}
#header-content {	
	margin: 0 auto; padding: 0;
	position: relative;
}
#header-content h1#logo {
	position: absolute;	
	font: bold 45px 'Trebuchet MS', Sans-serif;
	letter-spacing: -2px; 
	color: #FFF;
	margin: 0; padding: 0;		
	
	/* change the values of left and top to adjust the position of the logo */
	top: 0; left: 0px;
}
#header-content h1#logo a {
	text-decoration: none;
	color: #FFF;
}
#header-content #slogan {
	position: absolute;	
	font: bold 12px 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: #FFF;	
	margin: 0; padding: 0;
	
	/* change the values of left and top to adjust the position of the slogan */
	top: 55px; left: 40px;
}

/* header menu */
#header-content ul {
	position: absolute;
	right: -5px; top: 15px;
	font: bolder 1.3em 'Trebuchet MS', sans-serif;
	color: #FFF;
	list-style: none;
	margin: 0; padding: 0;		
}
#header-content li {
	display: inline;
}
#header-content li a {
	float: left;
	display: block;
	padding: 3px 12px;	
	color: #FFF;
	background-color: #333;
	text-decoration: none;
	border-right: 1px solid #272727;
}
#header-content li a:hover {
	background: #65944A;
	color: #FFF;
}
#header-content li a#current  {
	background: #65944A;
	color: #FFF;
}
.footer
{
	font-family:"Trebuchet MS", Verdana;
	font-size:14;
	font-weight:bold;
	color:#FFFFFF;
}
#login-box {
	width:333px;
	height: 352px;
	color: #ebebeb;
	font: 12px Arial, Helvetica, sans-serif;
	background-image: url(../images/login-box-bg.png);
	background-repeat: no-repeat;
	padding-top: 78px;
	padding-right: 60px;
	padding-bottom: 0;
	padding-left: 78px;
}

#login-box img {
	border:none;
}

#login-box h2 {
	padding:0;
	margin:0;
	color: #ebebeb;
	font-family: "Calibri", Arial;
	font-size: 30px;
	font-weight: bold;
}

#login-box-field {
	float: left;
	display:inline;
	width:230px;
	margin:0 0 7px 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}


.form-login  {
	width: 205px;
	padding: 10px 4px 6px 3px;
	border: 1px solid #3C8221;
	background-color:#5CAF37;
	font-size: 16px;
	color: #FFFFFF;
}
.texthead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.tbborder
{
	border: 1px solid #CCCCCC;
}
.payment
{
	font-family:'Trebuchet MS', Verdana;
	font-size:16px;
	font-weight:bold;
	color:#FF0000;
	width:500px;
	height:80px;
	display:block;
	text-align:center;
	vertical-align: middle;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
