@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif; 
	text-align: center;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(/images/bg_dots_lg.gif);
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.sheshe2 a:link {
	color: #333333;
	text-decoration: underline;
}
.sheshe2 a:visited {
	color: #666666;
	text-decoration: underline;
}
.sheshe2 a:hover {
	color: #F5C9D5;
}
.sheshe2 #container {
	width: 1000px;
	text-align: left; 
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
.sheshe2 #header {
	background-image: url(/images/bg_headertop.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 118px;
	padding: 0;
} 
.sheshe2 #header2 {
	background-image: url(/images/bg_header2.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 100px;
	padding-right: 125px;
	text-align: right;
	margin: 0px;
}
.sheshe2 #wrapper {
	background-image: url(/images/bg_wrapper.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}
.sheshe2 #sidebar1 {
	float: left; 
	width: 200px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #9D9C9D;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 75px;
}
.sheshe2 #sidebar1 a:link, a:visited {
	color: #333333;
	text-decoration: none;
}
.sheshe2 #sidebar1 a:visited {
	color: #333333;
	text-decoration: none;
}
.sheshe2 #sidebar1 a:hover {
	color: #F5C9D5;
	text-decoration: none;
}
.sheshe2 #mainContent {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	line-height: 130%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 300px;
	padding-top: 0;
	padding-right: 150px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.about #mainContent {
	background-image: url(/images/sym_bracket.gif);
	background-repeat: no-repeat;
	background-position: 550px top;
	}
.sheshe2 #footer {
	padding-top: 25px;
	padding-right: 75px;
	padding-bottom: 10px;
	padding-left: 75px;
	background-image: url(/images/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: top;
} 
.sheshe2 #footer a:link {
	text-decoration: none;
}
.sheshe2 #footer a:visited {
	text-decoration: none;
}
.sheshe2 #footer a:hover {
	color: #000000;
	text-decoration: underline;
}
.sheshe2 #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: 10px;
	line-height: 150%;
}
#credits {
	font-size: 10px;
	text-align: right;
}
#nav {
	font-weight: bold;
}

.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;
}
.sheshe2 h1 {
	font-size: 32px;
	font-weight: normal;
	color: #000000;
	line-height: normal;
}
.sheshe2 h2 {
	font-size: 24px;
	font-weight: normal;
	color: #333333;
	line-height: normal;
}

