body {
	background-color: #499BBA;
	margin: 0px;
}

#topBuffer {
	height: 32px;
	margin: 0px;
    width: 750px;
	position: relative;
}

#topBar {
	background-color: #FFFFFF;
	height: 71px;
	margin: 0px;
    width: 100%;
}

#topBar p {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #4d4d4d;
	margin: 0px;
	margin-right: 10px;
	text-align: right;
}

#topBar a {
	color: #000000;
	text-decoration: none;
}

#topBar a:hover {
	color: #888888;
	text-decoration: none;
}

#logo {
	background-color: #ffffff;
	margin:0px;
	position: absolute;
	left: 27px;
	top: 14px;
}

#quotes {
	width: 390px;
	margin:0px;
	position: absolute;
	left: 360px;
	top: 10px;	/* bumped this up so it's no overlapping the banner (-leif) */
	text-align: right;
	background-color: #fff;
}

#quotes p {
	font-family: Arial, Helvetica, sans-serif;
	color: #004080;
	font-size: 11px;
	line-height: 13px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 10px;
}

#quotes h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #0059B3;
	font-size: 10px;
	line-height: 12px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 10px;
}

#topBar2 {
	background-color: #A5DB13;
	height: 62px;
	margin: 0px;
    width: 100%;
}

#topBar3 {
	background-color: #0A94D6;
	height: 2px;
	margin: 0px;
    width: 100%;
	font-size: 2px;
	line-height: 2px;
}

#tagline {
	background-color: #ffffff;
	height: 18px;
	margin: 0px;
    width: 100%;
}

#tagline p {
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	font-size: 9px;
	line-height: 10px;
	margin: 0px;
	margin-top: 6px;
	margin-left: 30px;
	letter-spacing: 3;
}

#main {
	background-color: #ffffff;
	height: 258px;
	margin: 0px;
    width: 100%;
	position: relative;
	padding-bottom: 20px;
}

#leftLinks {
	margin: 0px;
	width: 225px;
	float: left;
}

#leftlinks p {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	line-height: 23px;
	margin-top: 4px;
	margin-bottom: 5px;
	margin-left: 30px;
	margin-right: 10px;
}

#content {
	margin: 0px;
	width: 525px;
	float: left;
}

#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	line-height: 23px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 35px;
	margin-right: 10px;
	font-weight: bold;
}

#content p {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	line-height: 23px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 35px;
	margin-right: 10px;
}


#content a {
	color: #990000;
	text-decoration: none;
}

#content a:hover {
	color: #888888;
	text-decoration: none;
}

#content a:active {
	color: #990000;
	text-decoration: none;
}

#footer {
	margin: 0px;
	margin-top: 4px;
	margin-bottom: 10px;
	width: 555px;
	float: left;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
	margin-top: 3px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 0px;
}

#footer a {
	color: #333333;
	text-decoration: none;
}

#footer a:hover {
	color: #000000;
	text-decoration: underline;
}

#createdbyMark {
	margin: 0px;
	margin-top: 4px;
	margin-bottom: 10px;
	float: left;
}

#createdby {
	margin: 0px;
	margin-top: 4px;
	margin-bottom: 10px;
    width: 160px;
	float: left;
}

#createdby p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: left;
}

#createdby a {
	color: #333333;
	text-decoration: none;
}

#createdby a:hover {
	color: #000000;
	text-decoration: none;
}