body {
	font-family: Verdana, Arial, helvetica, sans-serif;
	margin: 0px;
	background-color: #577FA8;
  	font-size: 12px;
	text-align: center;
  	color: #000000;
}
p {
	padding-left:10px;
	padding-right:10px;
	text-align:justify;
}
table{
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
  	color: #000000;
}

img {
	border: 0px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #003399;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #006699;
	font-weight: normal;
	font-style: italic;
	margin: 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	margin: 0px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	margin: 0px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #000000;
	font-weight: bold;
	margin: 0px;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	font-weight: bold;
	margin: 0px;
}

a:link {
	color: #336699;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #336699;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #000066;
	font-weight: bold;
	text-decoration: underline;
}

#container_big {
	width: 900px;
	padding: 0px;
	margin: 0px;
}

#container {
	float: left;
	position: relative;
	width: 900px;
	text-align: left;
	padding: 0px;
}

#header {
	float: left;
	position: relative;
	width: 900px;
	text-align: center;
	overflow: hidden;
	font-family: Comic Sans MS;
	background-image: url(images/back.gif);
}
#hmenu {
	float: left;
	position: relative;
	margin: 0px;
	width: 900px;
	text-align: center;
	padding: 0px;
	overflow:hidden;
	height: 29px;
	margin-top: 10px;
	list-style: none;
	padding-left: 60px;
}
#hmenu ul {
	padding: 0px;
	margin: 0px;
}
#hmenu li {
	float:left;
	position: relative;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	display: block;
}
#hmenu a {
	color: #ffffff;
	display: block;
	float: left;
	margin: 0px;
	padding: 8px 20px 12px 20px;
	text-decoration: none;
}
#hmenu a:hover {
	background: #ffffff;
	color: #000000;
	padding-bottom: 8px;
}
#hmenu a.hactive {
	background: #ffffff;
	color: #000000;
	padding-bottom: 8px;
}

#steps {
	float: left;
	position: relative;
	width: 900px;
	height: 100px;
	left: 0px;
	background-image: url(images/banner.gif);
	background-repeat: no-repeat;
	color: #000;
	margin-top: 0px;
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}


#content {
	float: left;
	position: relative;
	width: 900px;
	text-align: center;
	padding: 0px;
	overflow: hidden;
	background-image: url(images/content_back.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	left: 0px;
	top: 0px;
	padding-top: 10px;
}

#main {
	float: right;
	position: relative;
	width: 590px;
	right: 6px;
}

#footer {
	float: left;
	position: relative;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 900px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	vertical-align: middle;
	text-align: center;
	color: #ffffff;
	padding-top: 3px;
	padding-bottom: 3px;
	height: 30px;
}

#footer table {
	vertical-align: middle;
	text-align: center; 
	color: #ffffff;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footer img {
	margin: 2px;
	border: solid 3px #F2D2A8;
}
#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	color: #111;
	text-decoration: none;
}

ul {
	list-style-type: square;
}

#logo { 
	font-size: 40px; 
	color: #ffffff;
	padding: 5px 0px 0px 5px 
}
#nav {
	float:left;
	position:relative;
	width:170px;
	top: 0px;
	left: 0px;
	padding-top: 15px;
	background-image: url(images/navtop.gif);
	background-repeat: no-repeat;
	background-position:top;
	text-align: center;
}
#vmenu {
	float: left;
	position: relative;
	top: 0px;
	left:0px;
	margin: 0px;
	padding: 0px;
	width: 170px;
	list-style: none;
}
#vmenu ul {
	float:left;
	poisition: relative;
	padding: 0px;
	margin: 0px;
}
#vmenu li {
	float:left;
	position: relative;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
	display: inline;
	width: 170px;
	line-height:180%;
}
#vmenu a {
	border-bottom: 1px solid #265789;
	border-left: 1px solid #274F78;
	border-right: 1px solid #274F78;
	color: #ffffff;
	display: block;
	margin: 0px;
	padding: 5px 10px;
	text-decoration: none;
	vertical-align: bottom;
}
#vmenu a:hover {
	background: #ffffff;
	color: #000000;
	padding-bottom: 5px;
}
#vmenu a.vactive {
	background: #ffffff;
	color: #000000;
	padding-bottom: 5px;
}
#tel {
	float:left;
	position: relative;
	vertical-align: bottom;
}
#box {
	float:left;
	position:relative;
	width:160px;
	top: 0px;
	left: 0px;
	padding-top: 15px;
	background-image: url(images/top.gif);
	background-repeat: no-repeat;
	background-position:top;
	text-align: center;
}
