*{ margin: 0; padding: 0; }*
body {
	line-height: 1.8em;
	color: #333;
	background-color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
}

a {COLOR: #6587E0; text-decoration: none;}
a:visited {COLOR: #6587E0; text-decoration: none;}
a:hover {COLOR: #333; text-decoration: underline;}
h2 {
	margin: 0 0 10px;
	padding: 10px 0 3px;
	color: #0E3777;
}
.float_left {
	float: left;
	margin: 5px;
}
.float_right {
	float: right;
	margin: 5px;
}

h3 {
	padding-left: 10px;
	color: #FFF;
	font-size: 1em;
	height: 24px;
	line-height: 24px;
	background-color: #5783C4;
	background-repeat: repeat-y;
	background-image: url(images/img06.gif);
}

ul {  padding: 0; margin: 0 0 10px;}
li { list-style-type: none;}
p { margin: 5px 0 10px 0; }
img { border: none; }

#header {
	height: 197px;
	background-color: #FBFBFD;
	background-image: url(images/header2.jpg);
	background-repeat: repeat-x;
	width: 770px;
}
#header h1 {
	font-size: 30px;
	font-weight: 100;
	letter-spacing: -1px;
	padding: 22px 0 5px 10px;
	display: none;
}
#header h1 a {
color: #fff;
text-decoration: none;
}
#header h1 a:hover {
color: #000;
text-decoration: none;
}
#header h2 {
color: #eee;
font-size: 19px;
font-weight: 100;
padding: 0 0 0 11px;
letter-spacing: -1px;
line-height: 12px;
}

#wrap {
	padding: 10px 10px 3px 10px;
	width: 770px;
	margin:10px auto;
	background: #fff;
	border: 2px solid #CCC;
}
#left {
	float: left;
	width: 210px;
	margin-bottom: 10px;
	margin-top: 20px;
	border: 4px solid #E4E4E4;
	background-color: #F3CA13;
}
#left ul {
	padding: 5px 10px 10px 10px;
	margin: 0;
	background-image: url(images/img05.gif);
	background-repeat: repeat-y;
}
#right {
	margin-bottom: 10px;
	float: right;
	width: 520px;
	margin-top: 10px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 0px;
}
	
#footer {
	font-size: 11px;
	text-align: center;
	border-top: 1px solid #ccc;
	padding: 10px 5px;
	background-image: url(images/swish.gif);
	background-repeat: no-repeat;
	background-position: 50%;
}
#left ul a {
	display: block;
	color: #333;
}
#left ul .services {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
label {
	width: 170px;
	float: left;
	display: block;
}
fieldset legend{
	font-weight: bold;
}
fieldset {
	padding: 10px;
}


form fieldset label {
}

