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

<!--
body {
	font: 85% Verdana, Arial, Helvetica, sans-serif;
	background: #b6b6b6 url(images/bg_main.jpg) center top repeat-x;
	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;
}
.oneColFixCtrHdr #wrapper {width: 930px;  /* using 20px less than a full 1024px width allows for browser chrome and avoids a horizontal scroll bar */margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */}

.oneColFixCtrHdr #navTop {text-align:right; color:#ab8f3a}
.oneColFixCtrHdr #navTop a:link, .oneColFixCtrHdr #navTop a:visited {text-decoration:none; color:#ab8f3a; font-size:70%; text-transform:uppercase}
.oneColFixCtrHdr #navTop a:hover {color:#FC0}

.oneColFixCtrHdr #container {
	background: #FFFFFF  url(images/bg-sidebar.png) right top repeat-y;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin:3px 0 0 0
}

.oneColFixCtrHdr #container, .oneColFixCtrHdr #footer {border:5px solid #DDD}

.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. */margin:0; border-bottom:5px solid #DDD;
}

.oneColFixCtrHdr #header #navigation {font:normal 120%  Helvetica, Verdana, Arial, sans-serif; text-align:center; padding:0 0 5px 0; color:#706136}
.oneColFixCtrHdr #header #navigation a:link, .oneColFixCtrHdr #header #navigation a:visited {color:#FFF; display:inline-block; padding:0 25px; text-decoration:none; font-weight:bold; text-shadow:0 0 4px black }
.oneColFixCtrHdr #header #navigation a:hover {color:#9bbdea}


.oneColFixCtrHdr #mainContent {
	padding: 0 15px 20px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF /*url(images/bg-paper-corner.jpg) 375px -2px no-repeat*/;
	margin-right:245px
}

.oneColFixCtrHdr #mainContent h1 {font-family:Georgia, "Times New Roman", Times, serif; color:#297dd3;}
.oneColFixCtrHdr #mainContent h2 {color:#369; border-bottom:1px solid #BCE; text-transform:uppercase; font-weight:normal; font-size:120%}

.oneColFixCtrHdr #mainContent img {float:left; margin:0 20px 10px 0; border:1px solid black}

.oneColFixCtrHdr #mainContent a:link, .oneColFixCtrHdr #mainContent a:visited {text-decoration:none; color:#08B; text-decoration:none}
.oneColFixCtrHdr #mainContent a:hover {color:#C03}

.oneColFixCtrHdr #mainContent .box1 {padding:15px; color:#440; background:#FFE url(images/bg-box1.jpg) repeat-x; border:1px solid #DDB} 
.oneColFixCtrHdr #mainContent .box1 p {margin:0}

.oneColFixCtrHdr #mainContent .noborder {border:0}

.oneColFixCtrHdr #mainContent table.table1 {border-collapse:collapse; border:1px solid #bbb;}
.oneColFixCtrHdr #mainContent table.table1 td {font-size:80%; color:gray; border:none;  padding:3px; vertical-align:top; width:117px }
.oneColFixCtrHdr #mainContent table.table1 td img {margin:0}

.oneColFixCtrHdr #mainContent table.table1alt td {font:normal 110%/1.1em Verdana, Arial, Helvetica, sans-serif; color:#003366; vertical-align:top}
.oneColFixCtrHdr #mainContent table.table1alt td img {border:5px solid #BB0}

.oneColFixCtrHdr #mainContent table.table2 {border-collapse:collapse;}
.oneColFixCtrHdr #mainContent table.table2 th {color:white; background:#058;  padding:8px; border-left:1px solid #169}
.oneColFixCtrHdr #mainContent table.table2 td {padding:5px; font:normal 90% Helvetica, Arial, sans-serif; color:#333; vertical-align:top;  border:1px solid #DDD; width:25%}
.oneColFixCtrHdr #mainContent table.table2 td strong {font-size:120%; font-family:Georgia, "Times New Roman", Times, serif; color:#990}

.oneColFixCtrHdr #sidebar {width:239px; float:right; margin-top:15px; background:transparent; color:#FFF; padding-bottom:20px}
.oneColFixCtrHdr #sidebar .picture {margin-left:17px; margin-bottom:1px; margin-top:1px; border:4px solid #AA7}
.oneColFixCtrHdr #sidebar p, .oneColFixCtrHdr #sidebar h3, .oneColFixCtrHdr #sidebar h4 {margin:20px; margin-right:15px;  }
.oneColFixCtrHdr #sidebar h4 {color:#FFFF99}
.oneColFixCtrHdr #sidebar p {font-size:90%; color:#EED; margin-top:5px; margin-bottom:5px}
.oneColFixCtrHdr #sidebar ul {margin:0; padding:0; list-style:none}
.oneColFixCtrHdr #sidebar li {margin:0 0 0 7px; border-bottom:1px solid #FFF}
.oneColFixCtrHdr #sidebar li a:link, .oneColFixCtrHdr #sidebar li a:visited {display:block; font-size:120%; font-weight:bold; color:#CCA; padding:3px 3px 3px 25px; text-decoration:none}
.oneColFixCtrHdr #sidebar li a:hover {color:#FE8; background:#283d54}

.oneColFixCtrHdr #sidebar p a:link, .oneColFixCtrHdr #sidebar p a:visited {color:yellow; text-decoration:none}
.oneColFixCtrHdr #sidebar p a:hover {color:#EE8}

.clearRight {height:0px; font-size:1px; border:none; clear:both}

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#17355f; color:#996; margin:15px 0; text-align:left; font-size:80%
}
.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 */
}
.oneColFixCtrHdr #footer td {width:50%; vertical-align:top}
.oneColFixCtrHdr #footer a:link, .oneColFixCtrHdr #footer a:visited {color:#DD8; text-decoration:none}
.oneColFixCtrHdr #footer a:hover {color:white}

/********* FORM ITEMS ****************/

.oneColFixCtrHdr #mainContent input, .oneColFixCtrHdr #mainContent textarea {width:98%; background:#FFE}
.oneColFixCtrHdr #mainContent .inputButton {width:150px; background:inherit; margin-top:10px}

-->