* {
	padding : 0;
	margin : 0;
	}
	
.clear {
	clear: both;
	}

body {
	font-size : small;
	background-color: #fff;
	color: #3a3a3a;
	line-height: 1.5em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	}
	
p {
	margin-bottom: 15px;
}

#wrapper {
	width : 720px;
	margin : 0 auto;
	}

a:link, a:visited, a:active {
	color: #414359;
	text-decoration: underline;
	}

a:hover {
	text-decoration: none;
	}
	
h1 {
	visibility: hidden;
	font-size: 0;
}

h2 {
	color: #5b5b5b;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	background: url(img/hdr-back.png) no-repeat 0 18px;
}

h3 {
	color: #df0029;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
}

h4 {
	color: #df0029;
	margin-top: 15px;
	font-size: 1.2em;
	text-align: center;
}

h5 {
	color: #676666;
	font-size: 1.1em;
	text-align: center;
	font-style: italic;
	margin-top: 5px;
}

.bold {
	font-weight: bold;
}
	

/* page header
---------------------------------------------------------- */

#header {
	background-image: url(img/header.png);
	background-repeat: no-repeat;
	height: 103px;
}

.phone {
	color: #949494;
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
	text-indent: 410px;
}

/* navigation
---------------------------------------------------------- */

#nav {
	width: 190px;
	float: left;
	margin: 0;
	padding: 90px 3px 0 10px;
	list-style: none;
	font-weight: bold;
	line-height: 2.5em;
	white-space: nowrap;

}

#nav li {
	background: url(img/btn-back.png) no-repeat 0 25px;
}

#nav a {
	text-decoration: none;
	color: #929292;
}

#nav a:hover, #nav li.selected a{
	color: #5b5b5b;
}


/* content area
---------------------------------------------------------- */

#content {
	background-image: url(img/background-content.png);
	background-repeat: no-repeat;
	background-color: #ebebeb;
	overflow: hidden;
	height: 1%;
}

/* main content area
---------------------------------------------------------- */

#main-content {
	width: 475px;
	float: left;
}

.home-info {
	color: #5b5b5b;
	background: url(img/home-info.png) no-repeat 220px 0;
	height: 280px;
	margin-top: 15px;
	padding-top: 15px;
	padding-left: 20px;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.8em;

}

.home-info li{
	margin: 15px 0 10px 0;
}



/* page footer
---------------------------------------------------------- */

#footer {
	background-image: url(img/footer.png);
	background-repeat: no-repeat;
	text-align: center;
	clear: both;
}

#footer p{
	padding-top: 15px;

}

/* table styles
---------------------------------------------------------- */

td {
	padding: 3px;
}


ol {
	margin-left: 55px;
	font-weight: bold;
}

.drawing {
	margin-top: 20px;
	margin-left: -50px;
}
