body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	background-color: #D6DAE0;
}

.container {
	width: 960px;
	background: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	overflow: hidden;
}

.content {
	padding: 10px 0;
	width: 618px;
	float: left;
	border-right-width: thin;
	border-right-style: dashed;
	border-right-color: #CCC;
	text-align: justify;
}

a:link {
	color: blue; text-decoration: underline;
}
a:visited {
	color: blue; text-decoration: underline;
}
a:hover {
	color: blue; text-decoration: none;
}
a:active {
	color: blue; text-decoration: none;
}

.leftbar {
	float: left;
	width: 170px;
	background-color: #093;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.rightbar {
	float: left;
	width: 169px;
	padding: 10px 0;
}

a.rightbar:link {
	text-align:left;
	text-decoration:none;
	width:162px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}

a.rightbar:visited {
	text-decoration:none;
}

h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 8px;
	padding-left: 8px;
	font-weight: bold;
}

h1 { color: #0000FF; font-weight: 400; font-size: 12px;} 

.footer {
	padding: 10px 0;
	background: #CCC49F;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}



.sidebar,ul {
	list-style-type:none;
    margin:0;
    padding:0;

}
a.sidebar:link {
	display:block;
	color:#FFFFFF;
	background-color:#093;
	width:165px;
	text-align:left;
	text-decoration:none;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 5px;
	padding-bottom: 5px;
	font-size: 12px;
}

a.sidebar:visited {
	display:block;
	color:#FFFFFF;
	background-color:#093;
	width:165px;
	text-align:left;
	text-decoration:none;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 5px;
	padding-bottom: 5px;
	font-size: 12px;
}

a.sidebar:hover,a:active {
background-color:#CCC;
}



.topbarlink {
	font: normal 11px Verdana; font-weight: bold; 
}
a.topbarlink:link {
	color: #ffffff;
	text-decoration: underline;
}
a.topbarlink:visited {
	color: #ffffff;
	text-decoration: underline;
}
a.topbarlink:hover {
	color: #ffffff;
	text-decoration: none;
}









img { border: 0px none; } 


#topbar {
	background-image: url(images/topbarbg.jpg);
	background-repeat: repeat-x;
	width: 960px;
	height: 162px;
	text-align: right;
	padding-right: 10px;
}
#topbar2 {
	background-image: url(images/topbarbg.jpg);
	background-repeat: repeat-x;
	height: 166px;
}
#rightinfo {
	float: right;
	padding-top: 3px;
	text-align: right;
	margin-top: 0px;
	padding-right: 5px;
	height: 161px;
	width: 360px;
}
#leftinfo {
	background-image: url(images/topbarsbg.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 166px;
	width: 583px;
}
.redboldText {
	font-size: 14px;
	font-weight: bold;
	color: #F00;
}
.blueboldText {
	font-size: 14px;
	font-weight: bold;
	color: #00F;
}
.container .content blockquote p strong {
	font-weight: bold;
}
.container .content blockquote p strong {
}
.container .content blockquote {
	margin-top: 0;
}
.container .content p strong {
}

