body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 19px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	text-decoration: none;
	background: #003366;
}

#wrapper {
	background-color:#ffffff;
	width: 600px;
}

#container {
	width: 600px; 
	background: #ffffff;
	margin: 0 auto;
	text-align: left;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	height: inherit;
	text-decoration: none;
} 
#container p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 19px;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;

}
#container a{
	text-decoration: none;

}
.smalltitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 25px;
	color: #2B7EAA;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	font-weight: 400;
}

.fltrght{
	padding: 2px;
	float: right;
}

.fltlft{
	padding: 2px;
	float: left;
}

.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 19px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	text-decoration: none;
	background: #FFFFFF repeat center top;
}

.v_quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	text-decoration: none;
	padding: 0px;
	font-weight: bold;
	font-style: italic;
	margin-top: 0px;
	margin-bottom: 0px;
	letter-spacing: .02em;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
}
