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

/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
* {
	margin: 0;
	padding: 0;
	outline: 0;
	font-size: 100%;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	text-decoration: none;
}
img {border:0;}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #888855;
	behavior:url(js/csshover.htc);
}
p {
	font-size: .9em;
}
h1 {
	color: #bf2424;
	font-size: 1.6em;
	text-transform: capitalize;
	padding-left: 10px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	margin-left: 10px;
	padding-top: 20px;
}
h3 {
	margin-left: 10px;
	color: #888855;
}
ul {
	font-size: .8em;
	margin-left: 40px;
	margin-right: 10px;
}
table {
	margin: 10px;
	width: 90%;
	background-color: #FFFFFF;
}

th {
	background-color: #D6D2BB;
	font-size: .9em;
	padding: 2px;
}
td {
	padding: 10px 3px;
	text-align: center;
	vertical-align: middle;
	font-size: 0.8em;
}



.twoColFixRtHdr #container {
	text-align: left;
	background-color: #f3f2eb;
	position: relative;
	margin: 0px auto;
	width: 900px;
	background-image: url(/Images/bkg_column.jpg);
	background-repeat: repeat-y;
	background-position: right;
} 
.twoColFixRtHdr #header {
	background-color: #f3f2eb;
	height: 80px;
	padding: 0;
	position: static;
} 
.twoColFixRtHdr #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 */
}


#container #img_main {
	position: absolute;
}

.twoColFixRtHdr #sidebar1 {
	width: 188px;
	height: 178px;
	position: relative;
	background-color: #e8bf3f;
	padding: 6px;
	margin-left: 650px;
	margin-top: 0px;
	text-align: center;
}
.twoColFixRtHdr #sidebar1 h1 {
	font-size: 0.9em;
	color: #000000;
	font-weight: bold;
	position: relative;
	width: 178px;
	clear: both;
	padding-bottom: 2px;
}

.twoColFixRtHdr #sidebar1 h1 a {
	font-size: 0.9em;
	color: #000000;
	font-weight: bold;
	position: relative;
	width: 178px;
	clear: both;
}

.twoColFixRtHdr #sidebar1 p {
	font-size: 0.6em;
	text-align: justify;
	border-top: 1px solid #D6D1BB;
	padding-top: 1px;
	margin-top: 2px;
}

.twoColFixRtHdr #sidebar2 {
	width: 200px;
	padding: 0px;
	float: left;
}
#sidebar2 h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: #888855;
	text-align: center;
	font-weight: normal;
	font-style: oblique;
	padding-top: 10px;
}
.twoColFixRtHdr #mainContent {
	width: 650px;
	position: relative;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
} 
.twoColFixRtHdr #container #mainContent p {
	padding-right: 4px;
}

.twoColFixRtHdr #footer {
	background-color: #d6d2bb;
	position: relative;
	padding: 10px;
} 
.twoColFixRtHdr #footer p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.6em;
	padding: 2px;
}
.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: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-top: 30px;
}
.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;
    line-height: 0px;
}
.twoColFixRtHdr #nav_bar {
	background-color: #888855;
	height: 40px;
	width: 100%;
	padding-top: 10px;
}
#nav_bar li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #D6D2BB;
	padding-left: 10px;
	list-style-type: none;
	display: inline;
	font-weight: bold;
	padding-right: 20px;
	font-size: 14px;
}
#nav_bar ul {
	padding-top: 20px;
	display: inline;
}
#nav_bar p {
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #CCDDDD;
	font-weight: bold;
}
#mainContent p {
	font-size: 0.8em;
	padding-left: 10px;
}
.caption {
	font-size: 0.6em;
	text-align: center;
}
#sidebar1 .date {
	position: absolute;
	right: 6px;
}
#nav_bar a {
	color: #D6D2BB;
	text-decoration: none;
}
#nav_bar a:hover {
	color: #FFFFFF;
	font-weight: bolder;
}
.align-l {
	text-align: left;
}
.align-c {
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
	position: relative;
}
#videos {
	margin-top: 10px;
	margin-bottom: 10px;
}



.bold {
	font-weight: bold;
}
.containerL {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.containerR {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
iframe {
	margin-left: 5px;
}

