body{
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	background-image: url(../images/bg.gif);
}

#wrapper{
	text-align:left;
	width:756px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#logo{
float:left;
}

#header{
}

#top{
}

#nav{
	width:193px;
	float: left;
}

#menu{
	position:relative;
	width:193px;
	display: block;
	float: left;
}

#menu a, #menu a:visited {
	display:block;
	width:193px;
	height:26px;
	background-position:left top;
	text-align:left;
	color:#000000;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight:bold;
	background-image: url(../images/buttons.gif);
	text-indent: 29px;
	line-height: 26px;
}
	
#menu a:hover{
	background-position:left center;
	overflow:hidden;
	color:#E67817;
}
 
#menu a#selected, #menu a#selected:hover{
	background-position:left bottom;
	cursor:default;
	color:#B4B5B9;
}


#maincontent {
	width: 740px;
	float: left;
	background-color: #FFFFFF;
	padding-right: 8px;
	padding-left: 8px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-indent: 8px;
	background-color: #f3edd5;
	height: 22px;
	padding-top: 6px;
}

.content{
	padding-left: 8px;
	padding-right: 8px;
	
}


.body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

.body a{
	text-decoration: none;
	color: #007CC2;
}

.body a:hover{
	color: #E67817;
	text-decoration: underline;
}

#tel {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight:bold;
}


#footer {
	width: 741px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	background-image: url(../images/footer_bg.gif);
	height: 55px;
	padding-left: 15px;
	float: left;
	line-height: 18px;
}
	
#footer a {
	text-decoration: none;
	color: #000000;
}
	
#footer  a:hover {
	color: #E67817;
	text-decoration: none;
}

#links {
	float: right;

}

label,input {
	display: block;
	float: left;
	margin-bottom: 10px;
}

label {
	text-align: left;
	width: 170px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding-right: 10px;
}
#error{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FE0000;
	text-indent: 250px;
}

.blue{
	color: #007CC2;
}
.red {
    color: #FE0000
}
#submit {
	margin-left: 55px;
}
