@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;
	background-color: #b8f495;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 1.4em;
}

#container  {
	width: 980px;
	text-align: left;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/curtain.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
} 
#header  {
	background-image: url(images/test/resized_780-nolegs.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center 0px;
	height: 380px;
	padding-top: 100;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 300px;
	background-image: url(images/headerbg2.png);
} 



#header h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent  {
	border: 2px solid #6FB8C9;
	background-color: #FFF;
	margin-left: 150px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20;
	padding-left: 20px;
	width: 450px;
	margin-top: -35px;
} 

#mainContent h1 {
	font-size: 1.5em;
	color: #C40000;
	text-align: center;
	font-weight: bold;
	font-variant: normal;
	margin-top: 20px;
	line-height: 1.3em;
}
#mainContent img {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #eeeeee;
	border-right-color: #eeeeee;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-attachment: scroll;
	background-image: url(images/img_shadow.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: center;
}

.aligncenter-img {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
}
#sidebar1  {
	float: right; /* since this element is floated, a width must be given */
	width: 150px;
	background-color: #FFF;
	border: 2px solid #6FB8C9;
	margin-right: 150px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: -35px;
}
#sidebar1 ul {
	list-style-position: outside;
	list-style-image: url(images/0129_ibullet.png);
	padding-left: 30px;
	margin-left: -10px;
}
#sidebar1 ul li {
	margin-bottom: 10px;
}
#sidebar1 a:link {
	color: #39F;
	text-decoration: none;
}
#sidebar1 a:visited {
	color: #39F;
	text-decoration: none;
}
#sidebar1 a:hover {
	color: #AE0503;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #AE0503;
}
#sidebar1 a:active {
	color: #F45551;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #F45551;
}
#footer  {
	height: 90px;
	padding-top: 5px;
	padding-right: 110px;
	padding-bottom: 0;
	padding-left: 110px;
	background-attachment: scroll;
	background-image: url(images/curtain_bottom.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	text-align: center;
	margin-top: 30px;
	background-color: #8FADE2;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #6FB8C9;
} 

#footer p  {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
	line-height: 1.2em;
}
#footer_note  {
	font-size: 0.75em;
	color: #930;
	margin-right: auto;
	margin-left: auto;
}
#footer_note a:link {
	color: #930;
}

#footer a:link {
	color: #FFF;
	text-decoration: none;
}
#footer a:visited {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #AE0503;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #AE0503;
}
#footer a:active {
	color: #FF9F8F;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FF9F8F;
}
#up {
	float: right;
	margin-top: -20px;
	z-index: 5;
}
#up a {
	border: 0 none;
	background: transparent url(images/up.png) no-repeat scroll 0 0;
	display: block;
	height: 82px;
	width: 42px;
}
#up a:hover {
	border: 0 none;
	background: transparent url(images/up_hover.png) no-repeat scroll 0 0px;
	display: block;
	height: 102px;
	width: 42px;
	margin-top: -20px;
}
.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;
}
.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;
}

