/*/ Main /*/

body {
	background-color:#333333;
	background-repeat:repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.content	{
	width:800px;
	height:auto;
	display:table;
	background-color:#FFFFFF;
}
.top	{
	width:730px;
	height:10px;
	padding:0px 35px 0px 35px;
}
.top_left	{
	width:179px;
	height:10px;
	background-color:#C49C68;
	float:left;
}
.top_middle	{
	width:1px;
	height:10px;
	background-color:#FFFFFF;
	float:left;
}
.top_right	{
	width:550px;
	height:10px;
	background-color:#856334;
	float:left;
}
.top_contact	{
	width:730px;
	height:19px;
	padding:0px 35px 0px 35px;
}
.header	{
	width:730px;
	height:160px;
	padding:0px 35px 0px 35px;
}
.header_left	{
	width:179px;
	height:160px;
	background-color:#FFFFFF;
	background-image:url(../images/logo.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	float:left;
}
.header_middle	{
	width:1px;
	height:160px;
	background-color:#FFFFFF;
	float:left;
}
.header_right	{
	width:550px;
	height:160px;
	float:left;
}
.outer_navigation	{
	width:730px;
	height:27px;
	padding:1px 35px 0px 35px;
}
.inner_navigation	{
	width:730px;
	height:27px;
	background-color:#856334;
	float:left;
}
.inner_navigation a	{
	font-family:tahoma;
	font-size:12px;
	color:#FFFFFF;
	padding:5px 20px 0px 20px;
	display:block;
	float:left;
}
.inner_navigation a:hover	{
	text-decoration:underline;	
}
.belly	{
	width:730px;
	height:auto;
	background-color:#FFFFFF;
	display:table;
	padding-left:35px;
	padding-right:35px;
	padding-bottom:10px;
	text-align:left;
	float:left;
}
.left	{
	width:525px;
	height:auto;
	float:left;
}
.middle	{
	width:5px;
	height:200px;
	float:left;
}
.right	{
	width:200px;
	height:auto;
	float:left;
	padding-top:20px;
}	
.bottom_content	{
	width:800px;
	height:15px;
	display:table;
	margin-top:10px;
	background-color:#FFFFFF;
	position:relative;
}

/*/ Text Styles /*/

p	{
	font-family:tahoma;
	font-size:12px;
	color:#000000;
}
.top_contact p	{
	font-family:tahoma;
	font-size:11px;
	color:#333333;
	margin:0px;
	padding:0px;
	padding-top:3px;
	padding-left:15px;
	position:relative;
	float:right;
	text-align:right;
}
.bottom_content p	{
	padding:0px;
	margin:0px;
	text-align:right;
	font-family:tahoma;
	font-size:11px;
	padding-right:35px;
}
.header_left h2	{
	margin:0px;
	padding:0px;
	font-family:tahoma;
	color:#000000;
	font-weight:normal;
	text-align:center;
	font-size:11px;
	display:block;
	width:179px;
	height:23px;
	background-image:url(../images/point.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
li {
	font-family:tahoma;
	font-size:12px;
	color:#000000;
	font-weight:bold;
	vertical-align:baseline;
}
ul {
	font-family:tahoma;
	font-size:12px;
	color:#000000;
	vertical-align:baseline;
}
h1 {
	font-family:tahoma;
	font-size:25px;
	color:#D5A90C;
	font-weight:normal;
	margin-top:10px;
	margin-bottom:7px;
}
td	{
	font-family:tahoma;
	font-size:11px;
	color:#333333;
	font-weight:bold;
	background-color:#FFFFFF;
}
.previous td	{
	font-family:tahoma;
	font-size:12px;
	color:#333333;
	font-weight:bold;
	background-color:#FFFFFF;
	text-align:center;
}

/*/ Link Styles /*/

a 	{
	font-family:tahoma;
	font-size:12px;
	color:#720A0B;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
	text-transform:none;
}

a:hover	{
	text-decoration:underline;
}
top_contact a 	{
	font-family:tahoma;
	font-size:11px;
	color:#720A0B;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
	text-transform:none;
}

top_contact a:hover	{
	text-decoration:underline;
}