@charset "UTF-8";
body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	background-color: #064F86;
}
p {
	font-size: 12px;
	line-height: 1.4em;
	margin-top: 0.5em;
	margin-bottom: 1em;
}
h1 {
	color: #0A3B72;
	font-weight: normal;
	font-size: 18px;
	margin-top: 1.1em;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #F2DAC1;
	font-weight: normal;
	margin-top: 1.4em;
	margin-bottom: 0.2em;
}
h3 {
	margin-top: 1em;
	margin-bottom: 0.5em;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.4em;
	color: #DF7A1C;
}
.main_left p {
	padding-right: 4px;
	padding-left: 24px;
}
.main_left h3 {
	padding-right: 4px;
	padding-left: 24px;
	font-weight: bold;
	color: #DF7A1C;
}
#mainContent h1 {
	padding-left: 32px;
}
.thrColFixHdr #container #mainContent .main_right h1 {
	padding-left: 0px;
}
.thrColFixHdr #container #mainContent p {
	padding-left: 32px;
}
.thrColFixHdr #container #mainContent h3 {
	padding-left: 32px;
}
.thrColFixHdr #container #mainContent .main_right p {
	padding-left: 0px;
}
.thrColFixHdr #container {
	width: 950px;
	margin: 0px auto 24px;
	text-align: left;
} 
.thrColFixHdr #header {
	text-align: center;
} 
.thrColFixHdr #nav {
	margin: 0px;
	padding: 0px 0px 0px 24px;
	text-align: center;
	z-index: 600;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	height: 26px;
}
.top_950 {
	background-image: url(../images/topcorner_950.jpg);
	background-repeat: no-repeat;
	height: 12px;
	margin-top: 8px;
}
.thrColFixHdr #mainContent {
	margin: 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	z-index: 500;
	background-color: #FFFFFF;
} 
.flash_main {
	margin: 0px;
}
.clearfloats {
	clear: both;
}
.bottom_950 {
	background-image: url(../images/bottomcorner_950.jpg);
	background-repeat: no-repeat;
	height: 12px;
	margin-top: 0px;
	margin-bottom: 8px;
	clear: both;
}
.thrColFixHdr #container #mainContent #main_left {
	width: 590px;
	float: left;
	padding-right: 36px;
}
.thrColFixHdr #container #mainContent #main_right {
	float: right;
	width: 316px;
}
.thrColFixHdr #footer {
	background:#df7a1c;
	font-size: 11px;
	height: 20px;
	padding-top: 6px;
	text-align: center;
	margin: 0px;
	color: #FFFFFF;
	font-weight: bold;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
} 
.thrColFixHdr #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 */
	color: #777777;
	font-family: Helvetica, Geneva, Arial, Verdana, sans-serif;
}
.thrColFixHdr #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 */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #78531D; /* padding keeps the content of the div away from the edges */
	height: 100%;
	color: #EEEEEE;
	padding-bottom: 20px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FAF7EB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.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;
}
a:link {
	color: #5D98C8;
}
a:hover {
	color: #0A3B72;
}
.img_right {
	float: right;
	margin-right: 24px;
	padding: 2px;
	margin-top: 24px;
	margin-bottom: 24px;
	margin-left: 24px;
	border: 1px solid #444444;
}
td {
table {
	margin: 0px;
}
