﻿* {
	margin: 0;
	padding: 0;
}

body {
	background-image:url('images/bg.gif'); /*white-blue gradient (original)*/
	background-repeat:repeat-x; /*repeats horisontally */
	font-family: verdana, geneva, arial, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
}

div#wrapper { /*The entire layout - defines the overall parameters */
	background-color: #EFEFEF;
	color: #FFFFFF;
	padding: 0px;
	width: 1000px; /*current width of the rest of the pages*/
	margin-left: auto;
	margin-right: auto;	
}

div#mainwrapper {
	background-color: #EFEFEF;
	color: #FFFFFF;
	width: 1000px;
	margin-left:auto;
	margin-right:auto;

}

div#banner { /*top section*/
	width: 1000px;
	height: 81px;
	background-color: #49788F;
	background-image:url(images/logo.gif);
/*	background-image: "images/logo.gif"; */
	position: relative;
}

div#nav {	/*Secondary navigation bar (on top) */
	width:1000px;
	height: 125px;
	background-color: #B9D7D9;
	color: #000000;
	padding: 5px; /*5px here: 10 at width; 10px here, 20 at width*/
}

div#sidebar{
	width: 170px;
	height:100%; 
/*	background: #3F9425; Dark green*/ 
	background: #EFEFEF; /*Grey*/
	color: #FFFFFF;
	padding-right: 5px;
	position: relative;
	float: left;
	
}

div#logbox {
	width: 770px;
	height: 700px;	
	padding: 10px;
	border: 2px solid #4BB02C;
	overflow: -moz-scrollbars-vertical;
	overflow-y: auto;

	/*Scroll bar properties*/
	scrollbar-face-color: #ffffff;	/*bar filling*/
	scrollbar-shadow-color: #aaaaaa;	
	scrollbar-highlight-color: #aaaaaa;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #aaaaaa;
}


div#sidebar ul{ /*for navigation bar unordered list*/
/*	border: 2px solid #FFFFFF;	 */
	list-style-type: none;
}

div#sidebar li{	/*list items*/ 
	padding:2px;
	color: #FFFFFF; 
	text-align: center;
	width: 164px;
	height: 27px;
	border: 0;
}

div#sidebar li a{
	color:#FFFFFF; /*white border link*/	
}

div#sidebar li a:hover{
	/* background-color: #41CC8E; */
	color: #7DD177;
	height: 10px;

}

div#main {
	width: 805px;	
	min-height: 800px;
	height: 100%;           /*464*/ 
	padding: 10px;
	background-color: #FFFFFF;
	color: #2A2829;
	position: relative;
	float: right;
}

div#main ul {
	padding-bottom: 10px;
}

div#main li {
	padding-bottom: 5px;
}

#main p,ol
{
	font-family:Arial, Helvetica, sans-serif;
	padding-left: 10px;
	padding-top:5px;
}

#main ol
{
	padding-left:30px;
}

div#mainwrapper {
/*	background-color: #3F9425; Dark Green*/
	background-color: #EFEFEF; /*Grey*/
	color: #FFFFFF;
	width: 1000px;
	margin-left:auto;
	margin-right:auto;
}

/*
h2.Subheader {
	color:#4BB02C; 
}
*/

.headercenter
{
	text-align: center;
}

.subheader
{
	text-align: center; 
	font-size: 14px;
	padding-top: 5px;
}

h3.pageheading
{
	padding-top:15px;
}

p.content {
	padding-bottom: 5px;
}

p.heading {
	font-size: 14px;
	padding-top: 10px;
	font-weight:bold;
	padding-bottom: 5px;
}



/*Main bullet list*/
div#main ul{
		margin-left: 40px;
}


div#footer {
	width: 970px;
	height: 10px;
	padding:15px;
	color: #FFFFFF;
	background-color: #63BA59;	
	clear: both;
	font-size: 10px;
}

/*Holder for images. Virtually useless ^_^*/
div#imageholder {
	text-align: center;
}

/*original slideshow placeholder*/
div#slideshow {
	text-align:center;
	border:none;
	float:left;
	margin-left: 10%;
	margin-top: 10px;
	width: 300px;
	height: 280px;
}

div#programs {
	text-align:center;
	border:none;
	float:left;
	margin-top: 10px;
	color: #800000;
	width: 200px;
	height: auto;
}

div#programs p {
	color: #800000;
}

div#programs ul{ /*for navigation bar unordered list*/
	list-style-type: none;
}

div#programs li{	/*list items*/ 
	padding:2px;
	color: #000000; 
	text-align: center;
	width: 198px;
	height: 84px;
}

/*Holder for citations*/
.citeholder {
	color: #000000; /*Black text color */
	background-color: #B2CBF7; /*Light Sky Blue*/
	
	width: 500px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.clearboth {
	clear:both;
}

table {
	font-family:Arial, Helvetica, sans-serif;
}

table tr {
	width: 40%;
}

.moreinfo {
	font-family:'Times New Roman', Times, serif; 
	font-weight:bold; 
	text-align:center; 
	color:#000080; 
	font-size:14px;
}



