
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;
	color: #000000;
}


a {
	font-size: 9px;
	color: #48AA43;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.center {
	text-align: center;
}

p {
	font-size: 12px;
	color: #000;
}

.small {font-size: 10px;}

.lists {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	text-indent: 26px;
}
.header1 {
	color: #B25C11;
	font-size: medium;
	font-weight: bold;
}

.hidden { 
	display: none; 
}
.unhidden { 
	display: block; 
}

.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;
}


#wrapper {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	border: 4px solid #6699cc;
	/* width: 850px; */
	margin: 10 auto; /* the auto margins (in conjunction with a width) center the page */
	background-color: #ffffff;
	padding: 0px;
	width: 850px;
	text-align: left; 
	}

#container { 
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #015289;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#header { 
	background: #f1cc01; 
	padding: 0 10px 0 20px;  /* 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. */
} 

/*  Columns */
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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: #fdf0c6; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 6px 10px 6px; /* padding keeps the content of the div away from the edges */
}

#sidebar1 a:link, #sidebar1 a:visited {
    font-family: Georgia, Times, serif;
    font-size: 12px;
    color: #015289;
    padding-top: 20px;
    text-decoration: none;
}

#sidebar1 a:hover {
    color: #48aa43;
}


#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* 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: #d0f8ce; /* 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 */
}

#sidebar2 a:link, #sidebar2 a:visited {
    font-family: Georgia, Times, serif;
    font-size: 12px;
    color: #015289;
    padding-top: 20px;
    text-decoration: none;
}

#sidebar2 a:hover {
    color: #48aa43;
}

#sidebar2 ul {
	list-style: disc;
	margin: 0;
	padding: 0px; 10px;
}

#sidebar2 li {
	display: block;
	padding: 4px;
	font-size: 12px;
}

#mainCols3 { 
	margin: 0 230px; /* 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 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 400px;
} 

#mainCols3 li {font-size: 12px;
	padding: 4px;
}

#mainCols3 blockquote {font-size: 12px;
	padding: 4px;
}

#mainCols3 a:link, #sidebar2 a:visited {
    font-family: Georgia, Times, serif;
    font-size: 12px;
    color: #015289;
    padding-top: 20px;
    text-decoration: none;
}

#mainCols3 a:hover {
    color: #48aa43;
}


#mainCols2 { 
		margin: 0 0 0 250px; /* 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 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#mainCols2 th {font-size: 12px;
	padding: 6px;
	text-align: left;
	
}

#mainCols2 td {font-size: 12px;
	padding: 6px;
}

#mainCols2 blockquote {font-size: 12px;
	padding: 2px;
	margin-left: 3px;
}

#mainCols2 a:link, #sidebar2 a:visited {
    font-family: Georgia, Times, serif;
    font-size: 12px;
    color: #015289;
    padding-top: 20px;
    text-decoration: none;
}

#mainCols2 a:hover {
    color: #48aa43;
}

/* Footer */

#footer { 
	padding: 10px 0px;
	height: 25px;
	margin-left: 40px;
}

#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 */
	color: #48aa43;
	font-size: 10px;
	text-align: center;	
}


/* Slide-Show */

div#slide_show {
	float: left; 
	width: 170px; 
	height: auto; padding: 10px;
		/* overflow: auto; */
	}	

/* Menu */

/* Absolute Positioning for horizontal Menu */
#navigationHoriz {
	position: relative
}

#menuTop {
	position: absolute;
	left:30px;
	top:150px;
	height:16px;
	padding-top: 15px;
	z-index:1;
}

#menuTop ul {
    list-style-type: none;
	margin: 0;
	padding: 0;
}


#menuTop li {
	display: block;
	background-color: #f1cc01;
	margin: 0;
	padding: 0;
	width: 130px;
	height: 20px;
}

#menuTop a {
    display: block;
    margin: 0;
    padding: 0 3px;
}

#menuTop a:link, #menuTop a:visited {
    font-family: Georgia, Times, serif;
    color: #015289;
    font-size: 12px;
    text-decoration: none;
}

#menuTop a:hover {
    color: #48aa43;
}

ul.menuHoriz li {
    float: left;
}

ul.menuVert {
    position: absolute;
    visibility: hidden;
    top: 38px;
}

ul#menuSubOne   { left: 32px }
ul#menuSubTwo   { left: 147px }
ul#menuSubThree { left: 262px }
ul#menuSubFour  { left: 377px }
