@charset "utf-8";


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;
	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: #4D4D4D;
	background-color: #999999;
}
#container  {
	width: 1024px;  /* 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: 1px solid #000000;
	text-align: left;
} 
#header  {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 246px;
	border: none;
	display: block;
} 
#top {
	background-image: url(images/new-site_03.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border: none;
	display: block;
}
* {
	margin: 0px;
	padding: 0px;
}
img {
	margin: 0px;
	padding: 0px;
}
#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 */
}
.top {
	background-image: url(images/new-site_06.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#container  #top  h1  {
	font-size: x-large;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	padding-top: 18px;
	color: #000000;
	margin-right: 670px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#container  #top  p  {
	font-size: large;
	color: #4D4D4D;
	padding-top: 15px;
	padding-right: 60px;
	padding-bottom: 5px;
	padding-left: 60px;
}
#topnav {
	color: #FFFFFF;
	height: 50px;
	width: 585px;
	position: absolute;
	left: 433px;
	top: 171px;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
#topnav a {
	color: #FFFFFF;
	text-decoration: none;
}
#topnav a:hover {
	text-decoration: underline;
}


.pink {
	color: #FF3366;
}
#sidebar1  {
	width: 300px; /* padding keeps the content of the div away from the edges */
	background-color: #FF99CC;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 25px;
	display: inline;
	overflow: hidden;
	float: left;
	border: thin dashed #FF6699;
	margin-right: 10px;
}
#sidebar2  {
	margin: 0 auto;
	font-size: 100%;
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	background-repeat: repeat-y;
	display: inline;
	overflow: auto;
}
#to {
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(images/new-site_06.jpg);
	background-repeat: no-repeat;
	width: 100%;
	float: right;
	height: 20px;
	background-attachment: fixed;
	background-position: right top;

}

#sb2content {
	background-image: url(images/new-site_08.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#after {
	background-image: url(images/new-site_09.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 100%;
}
#mainContent  {
	padding: 0;
	margin-right: 200px;
	margin-left: 200px;
} 
#mainContent p {
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#footer  {
	background-color: #EB1E79;
	background-image: url(images/images/new-site_12.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 115px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#footer  p  {
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin: 0;
}
.more {
	font-style: italic;
	color: #FF3366;
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.more a {
	color: #FF3366;
	text-decoration: none;
}
.more a:hover {
	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-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;
}

b.btop, b.btop b, b.bbot, b.bbot b{
	display: block;
	height: 10px;
	font-size: 1px;
	background-repeat: no-repeat;
}
#box {
	background-color: #CCCCCC;
	padding: 0px;
	width: 100%;
	overflow: hidden;
}
h1 {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
}
h2 {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}


#box h2 {
	padding: 5px;
}
#box p {
	padding: 5px;
}


b.btop b{background-position: 100% -10px}
b.bbot{background-position: 0 -20px}
b.bbot b{background-position: 100% -30px} 

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}
#sidebar1 li {
	padding: 15px;
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 35px;
}
img {
	border: none;
	margin: 3px;
}
#mainContent li {
	list-style-position: inside;
	list-style-type: disc;
	padding-left: 25px;
	padding-bottom: 5px;
}
#mainContent #middle {
	margin-right: 200px;
	width: 100%;
	overflow: hidden;
	display: inline;
	padding: 0px;
}
#header img {
	margin: 0px;
	padding: 0px;
}
#search {
	position: absolute;
	left: 601px;
	top: 20px;
	width: 386px;
	height: 63px;
}
