@charset "UTF-8";

/*  ****************  link styles  ****************  */
a:link {
	color: #2c1e11;
	text-decoration:underline;
}
a:visited {
	color: #2c1e11;
	text-decoration:underline;
}
a:hover {
	color:#71553c;
	text-decoration:underline;
}


a.footer:link {
	color: #ddd5c3;
	text-decoration:underline;
}
a.footer:visited {
	color: #ddd5c3;
	text-decoration:underline;
}
a.footer:hover {
	color:#71553c;
	text-decoration:underline;
}

a.sub:link {
	color: #2c1e11;
	font-size:20px;
	text-decoration:underline;
}
a.sub:visited {
	color: #2c1e11;
	font-size:20px;
	text-decoration:underline;
}
a.sub:hover {
	color:#71553c;
	font-size:20px;
	text-decoration:underline;
}


/*  ****************   styles  ****************  */
.style1 {
	font-size:18px;
	color:#71553c;
	font-weight:bold;
}
.style2 {
	color:#71553c;
	font-weight:bold;
}
.style3 {
	font-size:12px;
}


.align-right { 
	float:right; 
	margin: 0 0 0px 0px; 
}
.align-left {
	float:left;
	margin: 10px 10px 0px 0px;
}
.frame { 
	padding: 0px; 
	border: 1px solid #ebc699;
	margin: 7px 10px 7px 0px;
} 


body {
	background: #2c1e11;
	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: #2c1e11;
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 100%;
	line-height: 24px;
}

.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ddd5c3;
	margin: 0 auto;
	text-align: left;
	font-size: 14px;
	color: #2c1e11;
	height: auto;
}
.oneColFixCtrHdr #header {
	padding: 0;  /* 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. */
	height: 106px;
}
.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 */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #ddd5c3;
	clear: right;
	margin-left: 200px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#2c1e11;
	clear: both;
	line-height: 18px;
	color: #ddd5c3;
}
.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 */
	text-align: center;
}
.oneColFixCtrHdr #container #header #topRt {
	background: url(../images/layout_02.png);
	height: 28px;
	width: 198px;
	float: right;
	padding-top: 25px;
	padding-right: 56px;
	padding-left: 180px;
	text-align: center;
	color: #4c1a1a;
}
.oneColFixCtrHdr #container #header #logo {
	float: left;
	height: 106px;
	width: 366px;
}
.oneColFixCtrHdr #container #header #icons {
	height: auto;
	float: right;
	width: 434px;
	background: url(../images/layout_03.jpg);
	text-align: right;
}
.oneColFixCtrHdr #container #navBar {
	float: left;
	height: auto;
	width: 180px;
	margin-left: 20px;
	line-height: 15px;
	padding-left: 5px;
	margin-top: 20px;
}
.oneColFixCtrHdr #container #schedule {
	clear: left;
	float: left;
	height: 178px;
	width: 180px;
	margin-left: 20px;
	margin-top: 20px;
}
.oneColFixCtrHdr #container #announcements {
	height: auto;
	width: 160px;
	margin-top: 0px;
	margin-left: 20px;
	clear: left;
	float: left;
	text-align: left;
	padding: 0px 20px 0px 0px;
	margin-bottom: 20px;
	background: top;
}
.oneColFixCtrHdr #container #mainContent #subNav {
	text-align: center;
	font-size: 20px;
	color: #4c1a1a;
	margin-top: 20px;
}
.oneColFixCtrHdr #container #mainContent table {
	line-height: 18px;
}
.oneColFixCtrHdr #container #mainContent #form1 fieldset {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	width: 400px;
}

.texta {
 font-size: 12px;
 color: #2c1e11;
 background-color: #ddd5c3;
 border: 1px solid #2c1e11;
}

input {
 background-color: #2c1e11;
 color: #ddd5c3;
 border: 0px;
}
select {
 background-color: #ddd5c3;
 color: #2c1e11;
}
textarea {
 background-color: #ddd5c3;
 color: #2c1e11;
}
HR {
	height: 1px;
	width:100%;
	background:#2c1e11 center;
	margin: 10px 0px;
	text-align: center;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
   }
