/*

	Wendy Kennedy - Penn State - Main Stylesheet
	Created by Industrial Media
	www.industrialmedia.ca

*/


/* =General
---------------------------------------------------------------------------------------------------- */

body 
{
	background-color: #4E2481;
	margin: 0;
}

body, div, td 
{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

p
{
	margin: 0 0 12px 0;
	line-height: 1.4em;
}

ul, ol
{
	margin: 4px 0 0 24px;
	padding: 0;
}

ol li, ul li
{
	padding-bottom: 5px;
	list-style-type: square;
}

/* =Layout
---------------------------------------------------------------------------------------------------- */

/*need this to get the site to center in old browsers*/
#container
{
	width: 100%;
	text-align: center;
}

#wrapper
{
	position: relative;
	text-align: left;
	width: 714px;
	margin: 20px auto;
	padding: 0;
}

#content {
	min-height: 500px;
	_height: 500px;
	/*
    background: transparent url(../images/wrapper/bkg-body.jpg) top left repeat-x;
    */
	background-color: #FFFFFF;
	width: 706px;
}

.content-pad {
	padding: 0 5px 20px 20px;
}

h1 {
	color: #0168CD;
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0 10px 0;
	padding: 0;
}

h2 {
	color: #0168CD;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
}

span {
	color: #4E2481;
}

#highlights, #sponsors {
	padding-top: 20px;
}

.highlights-pad {
	padding: 3px;
	font-size: 11px;
}

.about 
{
	background: transparent url(../images/highlight-bkg.gif) top left repeat;
}

/* =Links
---------------------------------------------------------------------------------------------------- */
a, a:visited {
	color: #0168CD;
}

a:hover {
	color: #000000;
}

/* =Misc: Footer
---------------------------------------------------------------------------------------------------- */

#footer {
	background: transparent url(../images/wrapper/footer.gif) top left no-repeat;
	height: 24px;
}

/* = Introduction Link
---------------------------------------------------------------------------------------------------- */

#read-introduction
{
	font-size: 11px;
	margin-left: 48px;
}
