@charset "utf-8";
body  {
	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: #000000;
	min-width:600px;		/* Minimum width of layout - remove line if not required */
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	line-height:1.3em;
	background-color:#FFFF;
}

a {
		color:#e7bb66;
		font-weight:700;
}

a:hover {
		color:#e7bb66;
		background:#369;
		font-weight:700;
		text-decoration:none;
}

h1, h2, h3 {
	padding-top:1em;
	margin:0px;
}

p {
	margin:0px;
	padding-top:1em;
	line-height:1.5em;
}

img {
	margin:0px;
	padding:0px;
}

.thrColHybHdr #container { 
	width: 100%;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(../img/wallpaper3.gif);
	background-repeat:repeat-y;
}  

.thrColHybHdr #header { 
	padding:0px;
	margin:0px;
} 

.thrColHybHdr #header h1 {
	margin:0px; 
	padding:0px;   /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.thrColHybHdr #sidebar1 {
	float: left; 
	width: 20em; /* since this element is floated, a width must be given */
	padding-left:15px;
	padding-top:10px;
}

.thrColHybHdr #sidebar2 {
	float: right; 
	width: 18em; /* since this element is floated, a width must be given */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
}

.thrColHybHdr #sidebar1 h3, .thrColHybHdr #sidebar1 p, .thrColHybHdr #sidebar2 p, .thrColHybHdr #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;
}

.thrColHybHdr #mainContent {
 	margin: 0 20em 0 20em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */ 
	padding: 0 2em 0 2em; /* padding here creates white space "inside the box." */
} 

.thrColHybHdr #footer { 
	clear:both;
	float:left;
	width:100%;
	height:20px;
	background-color:#000;
	text-align:center;
	font-size:8px;
	color:#f3ce5f;
} 

.thrColHybHdr #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 */
	height:20px;
	background-color:#000;
	text-align:center;
	font-size:8px;
	color:#f3ce5f;
}

/* Miscellaneous classes for reuse */
.fltrt { 
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#header {
	clear:both;
	float:left;
	padding:0;
	margin:0;
	width:100%;
	background-image:url(../img/HeaderPaper.jpg);
	background-color:#366145;
}

#menu {
	clear:both;
	float:left;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
	margin:0px;
	width:100%;
	height:35px;
	background-image:url(../img/nav_top/ButtonBar_08.gif);
	background-repeat:repeat-x;
	text-align:center;
	overflow:hidden;
}

.menu_img {
	padding-left:0px;
	padding-right:0px;
	margin-left:0px;
	margin-right:0px;
	border:none;
}


.menu_a {
	padding-left:0px;
	padding-right:0px;
	margin-left:0px;
	margin-right:0px;
	border:none;
}

.hor_rule {
	clear:both;
	height:2px;
	border:none;
	margin:0; padding:0;
	background-color:#f3ce5f;
}

.content_title {

	text-align:right;
	color:#e7bb66;
	font-family:Verdana, Geneva, sans-serif;
	font-stretch:expanded;
	font-style:oblique;
	font-weight:700;
	font-size:32px;
	padding-left:40px;
	padding-right:40px;
	padding-top:20px;
	padding-bottom:20px;
}