@charset "UTF-8";
body  {
	font: 100%/140% Arial, Helvetica, sans-serif;
	margin: 20px 0px 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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: #333333;
	background-color: #B5BED5;
}
#container {
	width: 920px;
	margin: 0px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/bg_shadow.gif);
	background-repeat: repeat-y;
	background-color: #D3D7E5;
} 
#header {
	background-image: url(../images/bg_topHeading.gif);
	background-repeat: no-repeat;
	display: block;
	padding: 25px 10px 0px 20px;
	overflow: hidden;
} 
#header img {
	border-style: none;
}
#header #wwuLogo {
	float: left;
	width: 316px;
	margin-left: 15px;
	margin-top: 5px;
}
#joinWWU  {
	margin-right: 15px;
	text-align: right;
	margin-bottom: 15px;
}
#header #nav {
	font-size: 12px;
	text-transform: uppercase;
	margin-left: 400px;
}
#contentContainer {
	background-image: url(../images/bg_content.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px 10px;
}
#subContentContainer {
	background-image: url(../images/bg_subContent.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px 10px;
	padding-top: 125px;
}
#sidebar1 {
	width: 445px;
	margin-top: 100px;
	float: right;
}
#sidebar2 {
	width: 200px;
	float: left;
	padding-bottom: 210px;
	padding-top: 150px;
	padding-left: 30px;
}
#signup-form  {
	text-align: center;
	padding-right: 25px;
	margin-bottom: 40px;
}
#signup-form form {
	margin: 0px;
	padding: 0px;
}
#signup-form h1 {
	font-size: 18px;
	color: #2E4583;
	margin: 12px 0px;
	line-height: normal;
}
#signup-form p {
	text-align: left;
	margin: 0px 0px 3px 0px;
	font-size: 15px;
	font-weight: bold;
	display: block;
	clear: both;
	padding-left: 15px;
	line-height: 100%;
}
#signup-form p label {
	width: 120px;
	display: block;
	float: left;
	padding: 0px;
	margin: 3px 0px 0px 0px;
	line-height: normal;
}
.espanol #signup-form p label {
	width: 140px;
}
#signup-form p input {
	width: 260px;
	border: 1px solid #969696;
	font: 15px/normal Arial, Helvetica, sans-serif;
	height: 20px;
	margin: 0px;
	padding: 2px;
}
.espanol #signup-form p input {
	width: 240px;
}
#signup-form .textmessage {
	line-height: normal;
	margin-bottom: 6px;
	padding-right: 10px;
	color: #333333;
	margin-left: 120px;
	font-size: 70%;
}
.espanol #signup-form .textmessage {
	font-size: x-small;
}

#signup-form .textmessagebox {
	float: left;
	width: 15px;
	margin-right: 5px;
	margin-bottom: 15px;
	border-style: none;
}
.espanol #signup-form .textmessagebox {
	width: 15px;
}
#signup-form p select {
	width: 266px;
	border: 1px solid #969696;
	font: 15px/normal Arial, Helvetica, sans-serif;
	margin: 0px;
}
.espanol #signup-form p select {
	font-size: 13px;
	width: 246px;
}
#signup-form #submit {
	width: 273px;
	display: block;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#homeMainContent {
	padding: 373px 20px 0px 30px;
	margin-right: 475px;
	color: #333333;
} 
#subMainContent {
	color: #333333;
	margin-left: 125px;
	padding-right: 50px;
}
#content-text h3 {
	font-size: 140%;
	font-weight: normal;
	line-height: 140%;
}
#subMainContent h1 {
	color: #818B23;
	font-size: 180%;
	font-weight: normal;
	margin-bottom: 1.5em;
}
#content-text h2 {
	font-size: 110%;
	border-bottom: 1px dotted #B5BED5;
	color: #000000;
	text-transform: uppercase;
	margin-top: 2em;
}
#content-text li {
	margin-bottom: 1em;
	list-style-type: none;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 25px;
}
#content-text img {
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
	padding: 3px;
	border: 1px solid #818B23;
	background-color: #FFFFFF;
}
#content-text a {
	color: #567AE9;
}
#content-text a:hover {
	color: #000000;
	text-decoration: none;
}
#footer {
	padding: 75px 30px 20px 35px;
	background-image: url(../images/bg_footer.gif);
	background-repeat: no-repeat;
	clear: both;
	background-color: #B5BED5;
} 
#footer p {
	margin: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 80%;
}
#footer a {
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	color: #333333;
	text-decoration: underline;
}
#footer img {
	border-style: none;
}
.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:0px;
    font-size: 1px;
    line-height: 0px;
}

.csc-firstHeader {
   
   line-height: 100%;
   
}

h1,h2,h3,h4,h5,h6 {
   
   line-height: 110%;
   
}
