@charset "UTF-8";
body  {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	list-style-position: inside;
	list-style-type: disc;
}
#container  {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: thin solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	-webkit-border-radius: 20px;
	border-radius: 20px;
} 
#header  {
	background-image: url(images/dock-new.jpg);
	height: 220px;
	padding-top: -50;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 20px;
	font-size: 100%;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
	background-color: #FCFCFC;
} 
#header h1  {
	font-size: 160%;
	color: #4BB4D4;
	text-align: center;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 10;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	text-indent: 300px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#header p {
	text-align: center;
	text-indent: 300px;
	color: #000;
}
#header a {
}
.h3 {
	font-size: 100%;
	color: #333;
}
#header a {
	font-weight: bold;
	color: #333;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 120%;
	font-style: italic;
}
#header a:hover {
	color: #4BB4D4;
	text-decoration: none;
}
.fltleft {
	float: left;
	padding: 2px;
}
.fltright {
	float: right;
	padding: 5px;
}
#sidebar1  {
	float: right; /* 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: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	text-decoration: none;
}
#sidebar1 a {
	font-weight: bold;
	color: #959591;
	text-decoration: none;
}
#mainContent  {
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right 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 */
	font-size: 80%;
}
#mainContent h1 {
	font-size: 140%;
	color: #666;
	line-height: 125%;
}
#mainContent a:link {
	font-weight: bold;
	color: #6C8883;
	text-decoration: none;
}
#sidebar1 h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	color: #9AB6C4;
}
#sidebar1 p {
	font-size: 90%;
	font-style: italic;
	color: #333;
}
#menu {
	width: 880px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	vertical-align: bottom;
	margin: 0px;
	height: 45px;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
	border-bottom-style: none;
}

#menu ul {
	list-style: none;
	line-height: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	vertical-align: bottom;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#menu li {
	float: left;
	background-color: #D8E9FF;
}

#menu a {
	display: block;
	height: 30px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #71803B;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #5A686F;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #5A686F;
	border-left-color: #5A686F;
}

#menu a:hover, #menu .current_page_item a {
	text-decoration: none;
	color: #709A8E;
	background-color: #C0DDFD;
	padding-top: 10px;
} 
h1 {
	color: #666;
}
#footer  {
	padding: 0 10px 0 20px;
	color: #000;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #C6DEFA;
} 
#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 */
	text-align: center;
	color: #5799D1;
	text-decoration: none;
}
#footer a {
	color: #5799D1;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	color: #617D71;
}
.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;
}
div.figure {
	float: right;
}
div.figure p {
	text-align: center;
	font-style: italic;
	text-indent: 0px;
	font-family: "Times New Roman", Times, serif;
	color: #333;
}

div.figure2 {
	float: left;
	border: thin silver solid;
}
div.figure2 p {
	text-align: center;
	font-style: italic;
	font-size: smaller;
	text-indent: 0px;
	font-family: "Times New Roman", Times, serif;
}
.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;
}
