body {
	margin: 0px;
	padding: 0;
	background: #6b6620 url(images/bg.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #143d55;
}

h1 {
	margin: 0;
	text-transform: uppercase;
	font-weight: normal;
	color: #336699;
	font-size: 18px;
}
h2 {
	margin: 0;
	font-weight: normal;
	color: #336699;
	font-size: 16px;
}


p, ul, ol {
	margin-top: 0;
	line-height: 160%;
	text-align: justify;
}

ul, ol {
}

blockquote {
}

a {
	color: #143d55;
}

a:hover {
	text-decoration: none;
	color:#b20000;
}

#tophead{
	width: 960px;
	margin:0 auto;
	height: 295px;
	background: url(images/header.jpg) no-repeat;
}

.footer {
width:960px;
margin:0 auto;
color:#ffffff;
text-align:center;
padding:10px 0px 10px 0px;
}
.footer p
{
color:#ffffff;
text-align:center;

}

.footer a
{
color:#ffffff;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.mattblacktabs{
width: 960px;
margin:0 auto;
overflow: hidden;
border-bottom: 5px solid #d76800; /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 5px;
font: bold 12px Verdana;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 10px 15px; 
border-right: 1px solid white; 
color: white;
background: #d76800;
}

.mattblacktabs li a:visited{
color: white;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: #FFFFFF;
color:#000000;
}



#page {
	width: 950px;
	background:#ffffff;
	margin: 0px auto 0px auto;
	padding: 40px 5px 0px 5px;
}

#content {
	float: right;
	width: 740px;
}

#sidebar {
	float: left;
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
}



#footer {
	height: 120px;
	padding: 0;
	background: #000000;
}

#footer p {
	margin: 0;
	padding: 30px 0px 0px 30px;
	text-align: center;
	text-transform: capitalize;
	line-height: normal;
	font-size: 14px;
}

#footer a {
}

#two-columns {
	width: 960px;
	height: 250px;
	margin: 0px auto;
}

#two-columns .col1 {
	float: left;
	width: 670px;
	height: 385px;
	background: red;
}

#two-columns .col2 {
	float: right;
	width: 230px;
	height: 335px;
	padding: 50px 30px 0px 30px;
	background: #68AE15;
	line-height: 135%;
	letter-spacing: -1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 34px;
	font-style: italic;
	color: #FFFFFF;
}

#two-columns .col2 blockquote {
	margin: 0px;
	padding: 0px;
}