body
{
/*	font-family: Verdana, Arial, Helvetica, sans-serif;*/
	background-color: Silver;
}
h1
{
    text-align: center
}
h3
{
    font-style: italic
}
.largeText
{
	font-size: 24pt;
}
.normalText
{
	font-size: 12pt;
}
.mediumText
{
	font-size: 10pt;
}
.smallText
{
	font-size: 8pt;
}
.reference
{
	padding-left: 0.5in;
	text-indent: -0.5in;
}
.expandable
{
	list-style-image: url(../images/right_grey.GIF);
	cursor: hand;
}

/* ========================================================================================= */
/* Division to hold entire page content - along top of page */
/* ----------------------------------------------------------------------------------------- */
.page_wrapper
{
	border: solid 1px #ffffff;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 4px;
}


/* ========================================================================================= */
/* Division to hold header content - along top of page */
/* ----------------------------------------------------------------------------------------- */
.header
{
	width: 100%;
	background-color:Silver;
}

/* ----------------------------------------------------------------------------------------- */
.siteHeader 
{
	width: 100%;
}
/* Set basic font properties for the siteHeader */
#siteHeader div, a
{
	font-family: 'Lucida Sans Unicode';
	color: Blue;
}
#siteHeader table
{
	width: 100%;
	padding-bottom: 10px;
	color: blue;
	font-weight:Bold;
}
#siteHeader ul
{
	width: 100%;
	background-color: #6a7f10; /* Olive Drab */
	float: left;
	padding: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0;
	list-style: none;
	border-top: solid 1px White;
	border-bottom: solid 1px White;
}	
#siteHeader li
{
	float: left;
	line-height: normal;
}
#siteHeader a
{
	font-family: Verdana;
	color: White;
	font-size: 10pt;
	font-weight: bold;
	display: block;
	padding: 0px 5px 0px 5px;
	text-decoration: none;
	white-space: nowrap;
	text-indent: 0;
}
#siteHeader a:hover
{
	color:White;
	text-decoration: Underline;
}

/* ========================================================================================= */
/* Wrapper division for navigation and main divisions #669933*/
/* ----------------------------------------------------------------------------------------- */
.wrapper
{
	background-color: #ccffff;
	padding-top: 0px;
	float: left;
	width: 100%;
}
#wrapper a
{
	font-family: Times
}

/* ----------------------------------------------------------------------------------------- */
/* Division to hold navigation menu on left side and between header and footer */
.navigation
{
	width: 150px;
	float: left;
	padding-left: 5px;
}
#navigation a
{
	font-family: Verdana;
	color: Black;
	font-size: 10pt;
	text-decoration: none;
	line-height: 20px;
}
#navigation a:hover
{
	color: Black;
	background-color: #a1d8e0;  /* PSU Light Blue */
}
#navigation img
{
	height: 80px;
}

/* ----------------------------------------------------------------------------------------- */
/* Division to hold main content, to left of navigation and between header and footer*/
.main
{
	font-family: Garamond;
	background-color: White;
	margin-left: 150px;
	margin-top: 0px;
	padding-left: 5px;
	border-left: 1px;
	border-left-style: dotted;
}

/* ========================================================================================= */
/* Division to hold footer content - along bottom of page */
.footer
{
	width: 100%;
	background-color:Silver	
}

.menuRight
{
	width: 100%;
}

#menuRight form
{
	width: 100%;
	display:block;
}

#menuRight ul
{
	width: 100%;
	background-color:  #6a7f10; /* Olive Drab */
	float: right;
	margin: 0;
	padding: 1px;
	list-style: none;
	border-top: solid 1px White;
	border-bottom: solid 1px White;
}	

#menuRight  li
{
	float: right;
	line-height: normal;
}
#menuRight  a
{
	font-family: Verdana;
	color: White;
	font-size: 10pt;
	font-weight: bold;
	display: block;
	padding: 4px 5px 4px 5px;
	text-decoration: none;
	white-space: nowrap;
	text-indent: 0;
}
#menuRight  a:hover
{
	color: White;
	text-decoration: Underline;
}

.siteFooter
{
	width: 100%;
	font-size: 8pt;
}
#siteFooter  a
{
	text-decoration: none;
}
#siteFooter  a:hover
{
	color: Black;
}