body {
	background: url(images/Pattern-Browser.jpg) repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
}

.oneColFixCtrHdr #basecontainer {
	width: 995px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #CCCC99;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}
.oneColFixCtrHdr #topcontainer {
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #F7F4EB;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}
.oneColFixCtrHdr #header {
	margin: 0px;
	padding: 0 0 0 20px;
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #CCCC99;
	height: 170px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

p {
margin-bottom: 12px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #996633;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 0px;
	padding-left: 5px;
margin-bottom: 12px;
	border-left-width: 16px;
	border-left-style: solid;
	border-left-color: #F7F4EB;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #996633;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 0px;
margin-bottom: 12px;
	padding-left: 5px;
	border-left-width: 16px;
	border-left-style: solid;
	border-left-color: #F7F4EB;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #996633;
	text-transform: none;
	letter-spacing: 3px;
margin-bottom: 12px;
}

#ContentGroup {
	clear: both;
	background-color: #FFFFFF;
	margin-top: 20px;
	padding-top: 20px;
margin-right: 30px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCC99;
}

.oneColFixCtrHdr #mainContent {
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 33px;
	padding-bottom: 20px;
	padding-left: 33px;
}
.oneColFixCtrHdr #footer {
	padding-top: 0;
	padding-right: 33px;
	padding-bottom: 0;
	padding-left: 33px;
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #CCCC99;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
.oneColFixCtrHdr #banner {
	position: relative;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 20px;
	background-attachment: fixed;
	background-color: transparent;
	background-image: url(images/TopGlyph2.gif);
	background-repeat: no-repeat;
	background-position: right center;
	float: right;
}
.oneColFixCtrHdr #bannerborder {
	background: #F7F4EB;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #topspace {
	height: 30px;
	width: 100%;
}

#navigation {
	padding-left: 0px;
	padding-top: 127px;
	padding-right: 20px;
	padding-bottom: 0px;

}

.oneColFixCtrHdr #basecontainertopspace {
	height: 20px;
	width: 100%;
}
.oneColFixCtrHdr #basecontainerbotspace {
	height: 20px;
	width: 100%;
}
.oneColFixCtrHdr #rightcolumndiv {
	width: 300px;
	text-align: left;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
	color: #666666;
	padding: 20px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: double;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: none;
	border-top-color: #CCCC99;
	border-bottom-color: #CCCC99;
	background-color: #F7F4EB;
	letter-spacing: 1px;
	font-size: 12px;
	margin-top: 20px;
	margin-right: 33px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.welcomeimages {
	margin-left: 30px;
}
.welcomeimagestd {
	margin-left: 25px;
}

a:link {
	color: #0066CC;
	text-decoration: none;
}
a:visited {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	color: #0066CC;

}

#navigation li{
	float: left;
	list-style: none;
}

#navigation a {
	color: #996633;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-right: 25px;
	padding-top: 5px;
	padding-right: 13px;
	padding-bottom: 5px;
	padding-left: 13px;
}
#navigation a:visited {
	color: #996633;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-right: 25px;
	padding-top: 5px;
	padding-right: 13px;
	padding-bottom: 5px;
	padding-left: 13px;
}
#navigation a:hover {
	color: #996633;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-right: 25px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #FFFFFF;
	border: 3px solid #CCCC99;
}
a.imagelink:link {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	display: block;
}
a.imagelink:visited {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	display: block;
}
a.imagelink:hover {
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	background-color: #F7F4EB;
	border: 3px solid #CCCC99;
	display: block;
}

.subMenu{

	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

.subMenu li{

	float: left;
	list-style: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #996600;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 0px;

}

.subMenu .active a{
	background-color: #F7F4EB;
	border: 3px solid #CCCC99;
}

.subMenu a{
	color: #996600;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border: 3px solid #ffffff;

}

.subMenu a:hover{
	background-color: #F7F4EB;
	border: 3px solid #CCCC99;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {background-color:#fff;
overflow:hidden;
	padding-bottom: 5px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -5px; /* negative value of footer height */
	height: 5px;
	clear:both;} 

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}

