@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6	{
margin: 0;
padding: 0;
border: 0; 
outline: 0;
font-size: 100%;
}

body	{
	background-color:#496A55;
	color: #2E2D2C;
	font-familY:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}

table	{
	background-color: #FFF;
	border-collapse: collapse;
}

ul, li	{
	
}

img	{
	border: none;
}


hr	{
	height: 1px;
	width: 100%;
	color: #3E3435;
	background-color: #3E3435;
}


h1	{
	color: #735440;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
}

h2	{
	color: #3E3435;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
}

a,	a:link	{
	color: #735440;
	font-weight: bold;
	text-decoration: none;
}

a: visited	{
	color: #735440;
	font-weight: bold;
	text-decoration: none;
}

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

a:focus	{
	color: #735440;
}

a:active	{
	color: #7f32600;
}

.wrapper	{
	width: 1024px;
	margin: 20px auto 0 auto;
}

.header	{
	background-image: url(images/header1.jpg);
	background-repeat:no-repeat;
	background-position: center;
	background-color: #FFF;;
	height: 234px;
	border-top: 4px solid #83342F;
	border-right: 4px solid #83342F;
	border-left: 4px solid #83342F;
}

.navigation	{
	background-color: #83342F;
	text-align: right;	
	height: 30px;
}

.leftcolumn		{
	background-color:#D5CEBB;
	width: 220px;
	padding: 15px 15px 15px 15px;
	text-align: left;
	vertical-align:top;
	border-right: 1px solid #83342F;
	border-left: 4px solid #83342F;
}

.rightcolumn	{
	background-color: #D5CEBB;
	width: 220px;
	padding: 15px 15px 15px 15px;
	text-align: left;
	vertical-align:top;
	border-left: 1px solid #83342F;
	border-right: 4px solid #83342F;
}

.column3	{
	background-color: #D5CEBB;
	width: 230px;
	padding: 15px 15px 15px 15px;
	text-align: left;
	vertical-align:top;
	border-top: 1px solid #83342F;
	border-right: 1px solid #83342F;
	height: 100px;
}

.column4	{
	background-color: #D5CEBB;
	width: 230px;
	padding: 15px 15px 15px 15px;
	text-align: left;
	vertical-align:top;
	border-top: 1px solid #83342F;
	height: 100px;
}

.content	{
	background-color: #FFF;
	color: #000;
	width: 470px;
	padding: 15px 15px 15px 15px;
	text-align: left;
	vertical-align:top;	
}	

.contentwide	{
	background-color: #FFF;
	color: #000;
	width: 740px;
	text-align: left;
	vertical-align:top;
	padding: 15px 15px 15px 15px;
}

.footer	{
	background-color:#496A55;
	color: #FFF;
	height: 30px;
	text-align: center;
	padding: 10px 10px 10px 10px;
	border-top: 4px solid #83342F;
}

.footer a:visited	{
	color:#FFF;
	font-weight: bold;
	text-decoration: none;
}

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

.footer a:focus	{
	color:#FFF;
}

.footer a:active	{
	color:#FFF;
}
