body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5C493A;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	background-image: url(images/imageBack4.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center center;
}
.quoteCopy {

	color: #534431;
	background-color: #91C5D3;
	margin: 5px;
	padding: 0px;
	border: thin dotted #DAEDF1;
	background-repeat: repeat;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	color: #0066FF;
	border-bottom-color: #6A92B5;
}

h3 {
	font-size: 1.3em;
	padding-top: .4em;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
	word-spacing: normal;
}

#content a {
	color: #000000;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFCC00;
}


img { border: none; }

.img1 {
	float: left;
	margin: 3px 15px 10px 0px;
}

/* Menu */



/* Header */

#header {
	width: 700px;
	height: 250px;
	padding: 0px;
	border-top: none;
	border-bottom: 2px solid #E6F0E7;
	border-top: none;
	background-color: #4F4335;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E6F0E7;
	border-left-color: #E6F0E7;
}

#header * {
	text-transform: uppercase;
	text-decoration: none;
}

#header h1 {
	float: left;
	font-size: 2em;
}

#header h2 {
	float: right;
	padding-top: .25em;
	font-size: 1.6em;
}

/* Content */

#content {
	width: 660px;
	margin: 0 auto;
	padding: 20px;
	border-bottom: 2px solid #E6F0E7;
	border-top: none;
	background-color: #FFFFFF;
	background-image: url(images/imageBack4.jpg);
	border-right-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E6F0E7;
	border-left-color: #E6F0E7;
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center center;
}

#colOne {
	float: left;
	width: 450px;
}
#colOneProcess {
	float: left;
	width: 500px;
	padding:  5px;
}


#colTwo {
	float: right;
	width: 180px;
}

/* Footer */

#footer {
	text-align: center;
	font-size: smaller;
	color: #663300;
}
.menu {
	width: 640px;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #00FFFF;
	height: 14px;
}

/* remove the bullets, padding and margins from the lists */
.menu ul{
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}

/* style all the links */
.menu a, .menu :visited {
	display:block;
	font-size:10px;
	width:100px;
	padding:7px 0;
	color:#FFFFFF;
	text-decoration:none;
	margin-right:1px;
	text-align:center;
	background-color: #0099FF;
	background-image: url(images/Untitled-d1.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
}
/* style the links hover */
.menu :hover{
color:#444;
background:#d4d8bd;
}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:126px;
height:0;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}

.quote {
	color: #534431;
	background-color: #91C5D3;
	margin: 5px;
	padding: 10px;
	border: thin dotted #DAEDF1;
	background-repeat: repeat;
}

