/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#ece9d8;
}

.header
{
	width:1024px;
	top:0;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
	border:ridge;
	border-width:thin;
	border-color:#660000;
}


.headercontent
{
	position:relative;
	width:1024px;
	top:0;
	height:275px;
}

.headercontent_left
{
	width:550px;
	top:0;
	position:absolute;
	left:0px;
	padding-top:40px;
	padding-left:50px;
	text-align:center;

}

.headercontent_right
{
	width:400px;
	position:absolute;
	right:0px;
	padding-right:30px;
}

.headercontent_center
{
	margin-right: 400px;
	margin-left: 550px;
}

.headersec
{
	width:1024px;
	top:0;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
	border:ridge;
	border-width:thin;
	border-color:#660000;
}

.headercontentsec
{
	position:relative;
	width:1024px;
	top:0;
	height:275px;
}

.headercontentsec_left
{
	width:80px;
	top:0;
	position:absolute;
	left:0px;
}

.headercontentsec_right
{
	width:400px;
	position:absolute;
	right:0px;
	padding-right:30px;
}

.headercontentsec_center
{
	margin-right: 400px;
	margin-left: 78px;
}


.menubar
{
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	top:275px;
	border-right:ridge;
	border-right-width:thin;
	border-right-color:#660000;
	border-left:ridge;
	border-left-width:thin;
	border-left-color:#660000;
	background-color:#92B0CA;
	/*background-image:url(images/menuBG.gif);
	background-repeat:repeat-x;*/
 }

.menubar img{border:0px;}


a:link
{
	text-decoration:none;
	color:#660000;
}

a:visited
{
	text-decoration:none;
	color:#660000;
}

a:hover
{
	text-decoration:none;
 	color:#e61837;
}



.menubar img
{
border:0px;
}

.contentframe
{
	border-right:ridge;
	border-right-width:thin;
	border-right-color:#660000;
	width:1024px;
	top:0;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	height:465px;
	background-color:#FFF;
	border-left:ridge;
	border-left-width:thin;
	border-left-color:#660000;
 }

.contentframe_left
{
	width: 68px;
	position: absolute;
	top:0px;
	left:0px;
	height:465px;
}

.contentframe_right
{
	width: 68px;
	position: absolute;
	top: 0px;
	right: 0px;
	height:465px;

}

.contentframe_center
{
	margin-right: 68px;
	margin-left: 68px;
	height:	height:465px;;
	
}

.contentframemenu
{
	width:1024px;
	top:0;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	height:100%;
	border-right:ridge;
	border-right-width:thin;
	border-right-color:#660000;

 }

.contentframemenu_left
{
	width: 97px;
	position: absolute;
	top:0px;
	left:0px;
	height:	100%;
	background-color:#92B0CA;
}

.contentframemenu_right
{
	width: 0px;
	position: absolute;
	top: 0px;
	right: 0px;
	height:100%;
}

.contentframemenu_center
{
	margin-right: 0px;
	margin-left: 97px;
	height:100%;
}

.contentmain
{
	padding-top:20px;
	padding-left:20px;
	padding-right:40px;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#785a01;
}

.contentmenu
{
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#785a01;
	font-weight:normal;
}

.menutitle {
	font-size: 14px;
	font-weight: bold;
	color: #330000;
	}


.footer
{
	height:41px;
	width:1024px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	border:solid;
	border-width:thin;
	border-color:#999;
	background-color:#92B0CA;
}

.footertext
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align:center;
	vertical-align:middle;
	color:#ffca3b;
}
.divider
{
background-color:#990000;
}

image
{
border:0;
}

.organic {
	color: #336633;
	font-weight: bold;
	font-size:16px;
}

.a:link
{
	text-decoration:none;
 	padding-right:15px;
 	padding-left:5px;
	color:#0B0D64;
	font-weight:bold;
}

.a:visited
{
	text-decoration:none;
 	padding-right:15px;
 	padding-left:5px;
	color:#0B0D64;
	font-weight:bold;
}

.a:hover
{
	text-decoration:none;
 	padding-right:15px;
 	padding-left:5px;
	color:#C32243;
	font-weight:bold;
}

.contactTitle {
	font-size:xx-large;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000066;
}
