@charset "utf-8";
body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6  , img{
	margin: 0;
	padding: 0;
	border: 0;
}
a {
	text-decoration: none;
}
a img { border : 0
}

body {
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
	background: #B8ECFD url(../images/body-bg.gif) repeat-x;
	font-size: 14px;
	line-height: 18px;
}
html {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	overflow: scroll;
	height: 101%;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
li {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* Commonly used to style page titles. */
table {
	margin: 0px;
	padding: 0px;
}
table tr td {
	margin: 0px;
	padding: 0px;
}
table tr {
	margin: 0px;
	padding: 0px;
}

#container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(../images/container-bg.gif) repeat-y;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#container #header {
	background: url(../images/header.gif) no-repeat;
	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. */
	height: 150px;
} 
#container #header ul {
	display: block;
	float: right;
	margin-top: 120px;
	margin-right: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#container #header ul li  {
	float: left;
	margin: 0px 0px 0px 15px;
	padding: 0px;
	height: 30px;
	width: 90px;
	display: block;
	text-align: center;
}
#container #header ul li a {
	font-weight: bold;
	background: url(../images/nav-bg.png);
	display: block;
	height: 25px;
	width: 90px;
	padding-top: 5px;
}

#container #header ul li a:link, #container #header ul li a:visited {
	color: #E1612F;
	background: url(../images/nav-bg.png);
}
#container #header ul li a:hover, #container #header ul li a:active {
	color: #005B82;
	background: url(../images/hover-bg.png);
}



#container #header h1 {
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	margin-top: 15px;
}
#container #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 245px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0px 15px 5px;
}
#container #sidebar1 p {
}

#container #sidebar1 div {
	background: url(../images/sb-div-back.png) no-repeat center top;
	display: block;
	width: 225px;
	margin-right: auto;
	margin-left: auto;
	height: 350px;
	text-align: center;
}
#container #sidebar1 div p{
	color: #404241;
	font-style: italic;
	font-weight: bold;
	margin: 10px 15px;
	font-size: 100%;
}

#container #sidebar1 div h3{
	font-size: 130%;
	color: #404241;
	display: block;
	padding: 4px 10px 4px 15px;
	line-height: 110%;
	margin: 0px;
}
#container #sidebar1 div h4 {
	background: #404241;
	color: #C8EDF7;
	display: block;
	padding: 5px 0px;
	margin-top: 10px;
	font-size: 110%;
	margin-bottom: 15px;
}
#container #sidebar1 p {
	color: #FFF;
	text-align: center;
	margin-bottom: 15px;
	margin-top: 5px;
	font-size: 100%;
}
#container #sidebar1 h3 {
	color: #C6EDF7;
	text-align: center;
	font-size: 120%;
	display: block;
	border-top: 2px solid #C7ECF8;
	border-bottom: 2px solid #C8EDF8;
	padding: 5px 15px;
	margin-right: 15px;
	margin-left: 15px;
}


#container #mainContent {
	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: 1px 5px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#container #mainContent p {
	font-size: 100%;
	margin-right: 20px;
}
#container #mainContent p a:link, #container #mainContent p a:visited {
	color: #E1612F;
}
#container #mainContent p a:hover, #container #mainContent p a:active {
	text-decoration: underline;
}

#container #mainContent img {
	margin: 30px 0px 0px 80px;
}
#container #mainContent img.floatright {
	margin-left: 5px;
	float: right;
	margin-top: 0px;
	margin-bottom: 0px;
}


#container #mainContent ul {
	padding-left: 25px;
}
#container #mainContent ul li {
	list-style: disc outside;
	font-size: 100%;
}

#container #mainContent h1 {
	font-size: 160%;
	color: #E1612F;
	line-height: 115%;
	margin: 20px 50px 25px 0px;
}
#container #footer {
	padding: 10px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#B8ECFD url(../images/footer.gif) no-repeat;
	height: 98px;
} 
#container #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 */
	font-size: 75%;
	line-height: 100%;
}
#container #footer p a {
	color: #005A7F;
	text-decoration: underline;
}

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