/* CSS Document */
body{
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 18px;
}

a {
text-decoration: underline;
color: #1D4357;
}

h3 {
color: #ffffff;
font-size: 13px;
font-family: "Trebuchet MS", Arial, Verdana;
}

h1 {
color: #999999;
font-size: 18px;
font-family: "Trebuchet MS", Arial, Verdana;
}

.main {
border-left-width: 1px;
border-right-width: 1px;
border-top-width: 0px;
border-bottom-width: 0px;
border-style: dotted;
border-color: #999999;
width: 800px;
margin-top: 10px;
padding-bottom: 10px;
}


/*NAVIGATION*/

.nav {
	text-align: center;
	text-decoration: none;
	width: 100%;
    margin: 0em 0;
    padding: 0px 0em;
}

.nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.nav li {
    padding: 0;
    list-style-type: none;
	float: left;

}

.nav a {
	text-align: center;
	height: 29px;
	width: 85px;
	text-decoration: none;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	border-color: #ffffff;
	border-right-width: 1px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-style: solid;
	line-height: 29px;
}

.nav a:hover {
	text-decoration: none;
	text-align: center;
	height: 29px;
	width: 85px;
	display: block;
	background-color: #1D4357;
}

.footer2 {
font-family: verdana, arial;
font-size: 9px;
color: #ffffff;
}

.footer {
font-family: verdana, arial;
font-size: 9px;
background-image: url(http://www.purchasemoneyconnect.com/images/bluegradientbgb.gif); 
color: #ffffff;
}

.footer a {
color: #ffffff;
text-decoration: none;
}