html, body {
	margin:0;
	padding:0;
	height: 100%;
}

.noBorder {
	border: 0;
}

body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: normal;
	line-height: 1.5em;
	font-size: 12px;
	background: #73704f;
}

h1 {
	font-family: Monotype Corsiva, Georgia, serif;
	font-size: 210%;
	font-weight: 800;
	color: #ad2606;
	margin-top: 0px;
	margin-bottom: 25px;
}

h2 {
	font-family: Georgia, serif;
	font-size: 110%;
	font-weight: 800;
	color: #e5e16b;
	margin-bottom: 5px;
	margin-top: 15px;
}

h3 {
	font-family: Georgia, serif;
	font-size: 100%;
	font-weight: 800;
	color: #ad2606;
	margin-bottom: 0px;
	margin-top: 0px;
}

.red {
	color: #ad2606;
}

.redBorder {
	border: 1px solid #ad2606;
}

.bold {
	font-weight: 800;
}

a, a:link, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	margin: 0 auto;
	width: 100%;
	padding-bottom: 10px;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#headerContainerTop {
	width: 100%;
	height: 122px;
	text-align: center;
	background: url('images/bg_top.gif') repeat-x;
	vertical-align: top;
}

#headerTop {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#headerTopLeft {
	width: 323px;	
	background: none;
	color: #716d50;
	font-size: 10px;
	vertical-align: top;
	height: 122px;
	float: left;
}

#headerTopRight {
	width: 477px;
	vertical-align: top;
	height: 122px;
	float: left;
	text-align: right;
}

#content {
	width: 100%;
	background: #736f4f;
}

#pic {
	width: 100%;
	background: url('images/bg_bottom.jpg') repeat-x;
	height: 60px;
}

#picBottom {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: url('images/pic_bottom.jpg') no-repeat right top;
	height: 50px;
	padding-top: 5px;
}

#picBottom a {
	color: #ffffff;
	font-family: Monotype Corsiva, Georgia, serif;
	font-size: 180%;
	font-weight: 500;
	margin-right: 25px;
	margin-left: 25px;
	text-decoration: none;
	line-height: 25px;
}

#picBottom a:visited {
	text-decoration: none;
}

#picBottom a:hover {
	text-decoration: underline;
	color: #fff7b8;
}

#bodyContent {
	font-size: 110%;
	font-family: Georgia, Times New Roman, serif;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

#mainColumn {
	float: left;
	width: 610px;
	color: #f5f5f5;
}

#addressColumn {
	float: left;
	width: 170px;
	color: #dcdaac;
	font-size: 85%;
	line-height: 15px;
	padding-left: 5px;
}

#footer {
	font-family: Georgia, serif;
	margin-left: auto;
	margin-right: auto;
	height: 40px;
	text-align: center;
	font-size: 90%;
	display: block;
}

.menuLeftColumn {
	width: 300px; 
	float: left;
}

.menuRightColumn {
	width: 300px; 
	margin-left: 10px; 
	float: left;
}

.menuType {
	margin-left: 5px;
}

.description {
	font-family: Verdana, sans-serif;
	font-style: italic;
	margin-left: 8px;
	font-size: 90%;
	line-height: 15px;
}

.subDescript {
	font-style: italic;
	font-size: 95%;
}

