@charset "UTF-8";

/*html {background-image:url(images/bg_main.jpg); background-position:center; background-repeat: repeat-y}*/

body  {
	font: 90%/20px Verdana, Arial, Helvetica, sans-serif;
	background: #0cb6e8 url(images/bg_mainTop.jpg) repeat-y center top;
	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 #mainContainer # container selector */
	color: #000000;

}

/*.page #container #mainContainer {background:url(images/bg_mainTop.jpg) no-repeat center; text-align:center}*/

.page #container { 
	width: 909px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(images/bg_sideBar.png) repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border:none
}

.page #container #header {height:245px; width:100%; background:#FFFFFF url(images/logo.gif) no-repeat center left}
.page #container #header img {float:right}

.page #container #sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* 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 */
	padding: 0;
	font-weight:normal;
}

.page #container #sidebar ul {margin:0; padding:0; list-style:none}
.page #container #sidebar li {font: bold 120% "Trebuchet MS", "Arial Narrow", Arial, Helvetica; line-height:15px; margin:0; padding:0 }
.page #container #sidebar li a {padding: 15px 15px 15px 15px; display:block}
.page #container #sidebar li a:link, .page #container #sidebar li a:visited {text-decoration:none; color:white; text-shadow:0 0 3px black; background:transparent url(images/bg_butMenu.jpg) center no-repeat}
.page #container #sidebar li a:hover {color:#6F7; background:url(images/bg_butMenu.jpg) bottom no-repeat}
.page #container #sidebar li a:active {color:#6D6; background:url(images/bg_butMenu.jpg) top no-repeat}

.page #container #sidebar h2,.page #container #sidebar h3, .page #container #sidebar h4, .page #container #sidebar p, .page #container #sidebar ul.normalList, .page #container #sidebar ol.normalOrderList {margin:15px; color:#8DF; font-family:"Trebuchet MS", "Arial Narrow", Arial, Helvetica}
 .page #container #sidebar ul.normalList,  .page #container #sidebar ol.normalOrderList {list-style:disc; margin:10px; font:normal 90% "Trebuchet MS", Arial, sans-serif; color:#7CF}
 .page #container #sidebar ul.normalList li, .page #container #sidebar ol.normalOrderlList li {margin:5px 0; padding:0}

.page #container #sidebar img {border:1px solid white}


.page #container #mainContent { 
	margin: 0 0 0 210px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding:0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.page #container #mainContent h1, .page #container #mainContent h2, .page #container #mainContent h3, .page #container #mainContent p, .page #container #mainContent ol, .page #container #mainContent ul, .page #container #mainContent table {margin:20px}
.page #container #mainContent #box { color:white; margin:0; padding: 15px 20px; background:#CC9933 url(images/bg_title.jpg) left center no-repeat}

.page #container #mainContent table td {text-align:laft; vertical-align:top}
.page #container #mainContent img {border:1px solid black}

.page #container #mainContent a:link, .page #container #mainContent a:visited {color:#0066FF; text-decoration:none; border-bottom:1px dotted #CCC}
.page #container #mainContent a:hover {color:#d8aa52; text-decoration:none;  border-bottom:1px dotted #999}
.page #container #mainContent a:active {color:#FF0000; border:none}

h1 {font-size:160%}
h2 {font-size:135%; color:#cfa132; border-bottom:1px dotted #cfa132}

h1, h2, h3, h4 {font-family:"Trebuchet MS", Arial, sans-serif}

.page #container #footer {color:white; font:normal 80% Verdana, Arial, Helvetica, sans-serif; background:#003366 url(images/bg_footer.jpg) 0 0 no-repeat; text-align:center; padding:20px}
.page #container #footer a:link, .page #container #footer a:visited {color:#FFFFFF; text-decoration:none}
.page #container #footer  a:hover {color:#009999}

.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-right: 62px;
	margin-bottom: 8px;
	margin-left: 52px;
		
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
		margin-bottom: 8px;
}
.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;
}

input, textarea {float:right; background-color:#e4dcc7}
form p {clear:right; padding-bottom:20px}
p.right {float:right; clear:right; padding-bottom:20px}
form p.left {float:left; clear:right; padding-bottom:20px}
label {float:left}

li.abc {list-style-type: lower-alpha}
li.solid {list-style-type:disc}

