@charset "utf-8";
body {
	background: #FFF;
	margin: 0;
	padding: 0;
	color: #000;
}
~~ Element/tag selectors ~~
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
p   { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
li   { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	margin-top: 0;
	padding-right: 5px;
	padding-left: 15px;
}
blockquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

a:link {
	color: #42413C;
	text-decoration: underline; 
	font-size: 10pt;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
	font-size: 10pt;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	font-size: 10pt;
}
A.idxmenu:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	color: #F5E4BC;
	}
A.idxmenu:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	color: #F5E4BC;
	}
A.idxmenu:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	font-size: 11px;
	color: #FFCC00;
	}
A.idxmenu:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	color: #FFCC00;
	}
A.footlink:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 8pt;
	color: #530000;
	}
A.footlink:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 8pt;
	color: #530000;
	}
A.footlink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolf;
	text-decoration: underline;
	font-size: 8pt;
	color: #DDA115;
	}
A.footlink:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 8pt;
	color: #FFCC00;
	}
A.menufootlink:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	font-size: 8pt;
	color: #E3A115;
}
A.menufootlink:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	font-size: 8pt;
	color: #E3A115;
}
A.menufootlink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: underline;
	font-size: 8pt;
	color: #FFCC00;
}
A.menufootlink:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	font-size: 8pt;
	color: #FFCC00;
}

/* ~~ this fixed width container surrounds all other elements ~~ */
.idxcontainer {
	width: 808px;
	background: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	padding-top: 28px;
}
.container {
	width: 755px;
	background: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

.content {
	padding: 20px 0;
}
.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11pt;
	color: #530000;
	padding-top: 18px;
	padding-bottom: 12px;
}
.bigheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13pt;
	color: #530000;
	padding-top: 18px;
	padding-bottom: 12px;
}
.titling {
	padding-bottom: 15px;
}
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.olli {
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	margin-top: 0;
	padding-right: 5px;
	padding-left: 15px;
}
.tableborder {
	border: 1px solid #F1BF00;
}	
.imageborder {
	border: 2px solid #DDA115;
}
.bottommenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 8pt;
	color: #530000;
	padding-bottom: 15px;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #530000;
}
.smbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	color: #530000;
	}

/* ~~ miscellaneous float/clear classes ~~ */
.flthome {  
	position: relative;
	float: right;
    top: -60px;
}
.fltmonks {  
	position: relative;
	float: right;
    top: -52px;
}
.fltmenu {  
	position: relative;
	float: left;
    top: -390px;
	margin-left: 12px;
	line-height: 14px;
}
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 12px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#mc_embed_signup { 
	background:#fff; 
	clear:left; 
	font:14px Helvetica,Arial,sans-serif; 
}
