*{
	margin: 0; padding: 0;
}*
body {
	font: 12px Arial, Sans-Serif;
	line-height: 1.8em;
	background-image:url(../images/bg.png);
	color: #333;
}
a {
	COLOR: #3333BD;
	text-decoration: none;
}
a:visited {
	COLOR: #3333BD;
	text-decoration: none;
}
a:hover {
	COLOR: #6587E0;
	text-decoration: underline;
}
h1, h2, h3 {
	margin: 0 0 10px;
	padding: 10px 0 3px;
}
ul {
	padding: 0;
	margin: 0 0 10px;
}
li {
	list-style-type: none;
}
p {
	margin: 5px 0 10px 0;
}
img {
	border: none;
}

table, tr, td, form, label{
	font-size: 12px;
	line-height: 1.8em;
}

#header {
	background: #000000;
	background-image:url(../images/logobg.jpg);
	background-repeat:repeat-x;

	height: 150px;
}
#headerlogo {
	background: #000000;
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	float: left;
	height: 150px;
	width: 501px;
}
#headerowner {
	background: #000000;
	background-image:url(../images/logobg.jpg);
	background-repeat:repeat-x;
	float: right;
	height: 150px;
	width:238px;
}
#topbar {
	background: #000000 url(../images/topbarbg.jpg) repeat-x;
	height: 40px;
	text-align: left;
	clear:both;
}

#wrap {
	padding: 10px 10px 3px 10px;
	width: 760px;
	margin:20px auto;
	background: #fff;
	border-color: #FFFFFF;
	border-width: 2px;
}
#left {
	float: left;
	width: 180px;
	background: #E8E8E8;
	margin-bottom: 10px;
	margin-top: 20px;
}
#left h3 {
	padding: 5px 10px 5px 10px;
	color: #fff;
	background: #007bd3;
	font-size: 1.3em;
	height: 20px;
	line-height:
	20px;
}
#left ul {
	padding: 5px 10px 10px 10px;
	margin: 0;
}
#right {
	margin-bottom: 10px;
	float: right;
	width: 560px;
	padding: 0 10px 10px 10px;
	margin-top: 10px;
}

#footer {
	font-size: 11px;
	text-align: center;
	border-top: 1px solid #ccc;
	padding: 10px 5px;
}

/*Style*/

.fieldbutton
{
	border:outset 1px #ccc;
	color:#666;
	font-weight:bold;
	background:url(../images/formbg.gif) repeat-x left top;
}
.fieldbutton:hover
{
	border:outset 1px #ccc;
	color:#FFFFFF;
	font-weight:bold;
	background:#007bd3;
}