body {
	/*margin:0;*/
	margin:auto;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	/*width:100%*/
	width:75%;
	/*background:#fff;*/
	min-width:1024px;		/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
	/*****/
	background-image:url(../images/mightyoak6.png);
	background-color:#EEE8D2;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position: 50% 50%;
	font-family:Arial, Helvetica, sans-serif;
	/*****/
}

body a
{
	color:#000000;
	text-decoration:none;
}

body a:hover
{
	text-decoration:underline;
}
/*
a {
	color:#369;
}
a:hover {
	color:#fff;
	background:#369;
	text-decoration:none;
}
*/
h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
	/*****/
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-size:11pt;
	color:inherit;
	text-align:justify;
	/*****/
}
img {
	margin:10px 0 5px;
}
#ads img {
	display:block;
	padding-top:10px;
}

img.sidebar {
	border:thin solid #FFFFFF;
	margin:25px;
}

img.header {
	/*border:thin solid #FFFFFF;*/
}

/* Header styles */
div#header 
{
	text-align:center;
	color:#000000;
	padding-top:15px;
	width:1024px;
	min-width:1024px;
	max-width:1024px;
	margin: 0 auto;
	
}

div#headerlinks
{  
	background-color:inherit;
	font-size:11pt;
	text-align:center;
	/*font-family:Arial, Helvetica, sans-serif;*/
	padding-top:10px;
	background-image:url(../images/hr1_g2.png);
	background-repeat:no-repeat;
	background-position: center;
	
	
	height:95px;
	width:1024px;
	min-width:1024px;
	max-width:1024px;
	margin: 0 auto;
	margin-top:15px;
	padding:0;
}

div#headerlinks a 
{
	color:#000000;
	text-decoration:none;
}

.headerlinkdiv
{
	display:inline-block;
	margin:0px;
	background-color:inherit;	
	/*width:125px;*/
	width:9%;
}

div#headerlinks a:hover
{
	text-decoration:underline;
	/*font-weight:bold;
	font-style:italic;*/
		
}


ol
{
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-size:11pt;
	color:inherit;
}

p:first-child:first-letter
{ 
	float: left;
	color:#930;
	font-size: 75px;
	line-height: 60px;
	padding-top: 4px;
	padding-right: 8px;
	padding-left: 3px;
	font-family: Georgia;
}
/****/


/* 'widths' sub menu */
#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}
/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}
/* 3 Column settings */
.threecol {
	/*background:#eee;*/		/* right column background colour */
	/*background:green;*/
	/*background-color:inherit;*/
	/*background-image:url('../images/transbar.png');
	background-repeat:repeat;
	background-position:0 0;	*/

	}
.threecol .colmid {
	right:25%;			/* width of the right column */
	/*background:#fff;*/		/* center column background colour */
	background:transparent;
	border-right:thin solid transparent;
}
.threecol .colleft {
	right:50%;			/* width of the middle column */
	/*background:#f4f4f4;*/	/* left column background colour */
	/*background-color:inherit;
	background-image:url('../images/transbar.png');
	background-repeat:repeat;
	background-position:0 0;	*/
	border-right:thin solid transparent;
}
.threecol .col1 {
	background:transparent;
	width:46%;			/* width of center column content (column width minus padding on either side) */
	left:102%;			/* 100% plus left padding of center column */
}
.threecol .col2 {
	/*background:orange;*/
	/*background-color:inherit;*/
	background-image:url('../images/transbar.png');
	background-repeat:repeat;
	background-position:0 0;
	min-height:800px;	
	/*background:inherit;*/
	width:21%;			/* Width of left column content (column width minus padding on either side) */
	left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	text-align:center;
}
.threecol .col3 {
	/*background:pink;*/
	/*background-color:inherit;*/
	background-image:url('../images/transbar.png');
	background-repeat:repeat;
	background-position:0 0;
	min-height:800px;
	text-align:center;
	width:21%;			/* Width of right column content (column width minus padding on either side) */
	left:85%;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}
/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	/*border-top:1px solid #000;*/
	/*****/
	text-align:center;
	width:100%;
	padding-bottom:25px;
	/*font-family:Arial, Helvetica, sans-serif;*/
	/*****/
}

/*****/
div#footer a
{
	color:#030;
}

div#footer a:hover
{	
}

div#footerimages
{
	/*background-image:url(../images/rightbottomcorner.png), url(../images/leftbottomcorner.png);
	background-repeat:no-repeat, no-repeat;
	background-position: bottom right, bottom left;*/ 
	padding-bottom:45px;
	margin:auto;
	display:block;
}
div#footertext
{
	text-align:center;
	/*font-family:"Arial Black", Gadget, sans-serif;*/
	font-size:8pt;
		background-color:#030;
/*	background-color:#4e914e;*/
	color:#FFFFFF;
	padding-top:5px;
	padding-bottom:5px;

}
/*****/

#footer p {
	padding:10px;
	margin:0;
}
/*
.slideshow { margin: auto; margin-left:50px;  margin-right:50px;}
.slideshow img { padding: 15px; border: 1px solid #ccc; background-color: #eee; }
*/
.slideshow1 { margin: auto; margin-left:5%;  margin-right:5%;}
.slideshow1 img { padding: 15px; border: 1px solid #ccc; background-color: #eee; width:160px; height:240px;}
.slideshow2 { margin: auto; margin-left:5%;  margin-right:5%;}
.slideshow2 img { padding: 15px; border: 1px solid #ccc; background-color: #eee; width:160px; height:240px;}
.slideshow3 { margin: auto; margin-left:5%;  margin-right:5%;}
.slideshow3 img { padding: 15px; border: 1px solid #ccc; background-color: #eee; width:160px; height:240px;}
.slideshow4 { margin: auto; margin-left:5%;  margin-right:5%;}
.slideshow4 img { padding: 15px; border: 1px solid #ccc; background-color: #eee; width:160px; height:240px;}



/*****/
span.pulled-right {
	display: block;
	float: right;
	padding: 0 0 0 10px;
	margin: 0 0 10px 10px;
	width: 170px;
	font-size: 1.2em;
	line-height: 1.4em;
	text-align: right;
	color: #666;
	border-left: 3px solid #ccc;
}
span.pulled-left {
	display: block;
	float: left;
	padding: 0 10px 0 0;
	margin: 0 10px 10px 0;
	width: 170px;
	font-size: 1.2em;
	line-height: 1.4em;
	text-align: left;
	color: #666;
	border-right: 3px solid #ccc;
}
/*****/

div.sideblock {
	min-height:275px;
}