@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #e5dccb;
	background:url(../images/grdnt_bkgd.gif) fixed repeat top left;
	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: #00000;
}
.twoColEls #page_wrapper {
	width: 752px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
/*	text-align: left; -- this overrides the text-align: center on the body element. */
}
.thrColElsContent_wrapper {
	background:url(../images/content_bkgd.gif) repeat-y top left;
	width: 731px;
	height:100%;
	background-color:#f5f0e3;
	float:left;
	padding: 10px 0px 20px 0px; /* top and bottom padding create visual space within this div */
	left:10px;
	position:relative;
}
.twoColEls #content_wrapper {
	background:url(../images/content_bkgd.gif) repeat-y top left;
	width: 731px;
	height:100%;
	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 */
	background-color:#f5f0e3;
	float:left;
	left:10px;
	position:relative;
}
.twoColEls #sidebarL h3, .twoColEls #sidebar1 p, .twoColEls #sidebar2 p, .twoColEls #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
.twoColEls #mainContent {
	margin: 0 10em 0 10em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
}
/* Miscellaneous classes for reuse */
.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: 0px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	margin: 0px;
}
/*/////////////////////////////////// HEADER ///////////////////////////////////*/
.twoColEls #container_header {
	height:50px;
	/*background-image:url(../images/header_bkgd.jpg);*/
	text-align: left;/* this overrides the text-align: center on the body element. */
}
/*/////////////////////////////////// TOP NAV ///////////////////////////////////*/
.twoColEls #topNav {
	float:left;
	height:298px;
	width:752px;
	visibility:visible;
	overflow:visible;
	z-index:10;
}
/*/////////////////////////////////// LOGIN BOTTOM NAVNAV ///////////////////////////////////*/
.twoColEls #bottom_Nav {
	background:url(../images/nav_btm_sub.png) no-repeat top left;
	float:left;
	width:752px;
	height: 35px;
}

*html #bottom_Nav {
background-image: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="nav_btm_sub.png", sizingMethod="crop");
}

.bottom_Nav_content {
	color:#efbd75;
	padding: 10px 25px 10px 0px;
	text-align:right;
}
.bottom_Nav_content a:link {
	color: #efbd75;
	text-decoration: none;
}
.bottom_Nav_content a:visited {
	color: #efbd75;
	text-decoration: none;
}
.bottom_Nav_content a:hover {
	text-decoration: underline;
	color: #efbd75;
}
.bottom_Nav_content a:active {
	color: #efbd75;
	text-decoration: none;
}
.bottom_Nav_content a {
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	color: #efbd75;
}

/*/////////////////////////////////// FOOTER ///////////////////////////////////*/
#footer {
	width: 752px;
	height: 40px;
	background-image:url(../images/footer_bkgd.png);
	background-repeat:no-repeat;
}
*html #footer {
background-image: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="footer_bkgd.png", sizingMethod="crop");
}

.footer_content {
	width: 752px;
	height: 40px;
	color:#efbd75;
	padding: 6px 5px 5px 0px;
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
}

.footer_content a:link {
	color: #efbd75;
	text-decoration: none;
}
.footer_content a:visited {
	text-decoration: none;
}
.footer_content a:hover {
	text-decoration: underline;
	color: #efbd75;
}
.footer_content a:active {
	text-decoration: none;
}
.footer_content a {
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
}
/*/////////////////////////////////// PAGES LINKS ///////////////////////////////////*/
a:link {
	color: #df5f24;
	text-decoration: none;
}
a:visited {
	color: #df5f24;
	text-decoration: none;
}
a:hover {
	color: #df5f24;
	text-decoration: underline;
}
a:active {
	color: #df5f24;
	text-decoration: none;
}
a {
	color: #df5f24;
	font-size: 12px;
}
/*/////////////////////////////////// TEXT FORMATTING ///////////////////////////////////*/
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia,Times New Roman,sans-serif;
}
h1 {
	font-size: 24px;
	color: #000000;
	margin:0px 0px 5px 0px;
	font-weight:normal;
}
h2 {
	font-size: 16px;
	color: #5b3300;
	margin:0px;
}
h3 {
	font-size: 14px;
	color: #5b3300;
	margin:0px;
}
h4 {
	font-size: 12px;
	font-weight:bold;
	color: #5b3300;
	margin:0px;
}

p {
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
}

.asterix {
color:#5b3300;
}

.accent {
color:#5b3300;
font-weight:bold;
}
/*/////////////////////////////////// image FORMATTING ///////////////////////////////////*/
img {
	border:none;
}
[if IE]>
/* place css fixes for all versions of IE in this conditional comment */
.twoColEls #sidebarL, .twoColEls #sidebarR { padding-top: 30px; }
.twoColEls #mainContent { zoom: 1; padding-top: 15px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
<![endif]
