
/* Web page defaults */


*{margin:0; padding:0;}
	
}
a:link{
	color: red;
	background-image : url(images/frog.gif);
	background-repeat : no-repeat;
	padding-top: 5px;
	text-align : top;
	vertical-align: text-top;
	padding: 40px;
	background-position : bottom;
	background-color : transparent;
	height : 60px;
}   /* red*/

a:visited {
	color: red;
	background-image : url(images/frogsmile.gif);
	background-position : bottom;
	background-repeat : no-repeat;
	padding-top: 5px;
	text-align : top;
	vertical-align: text-top;
	padding: 40px;
	height : 60px;
	background-color : transparent;
	} /* red */	
	
a:hover {
	color: red;
	background-image : url(images/frog0.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-top: 5px;
	height: 60px;
	text-align: top;
	vertical-align: text-top;
	padding: 40px;
	background-color : transparent;
} /* red */

a:active {
	color: red;
	background-image : url(images/frog.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-top: 5px;
	text-align: top;
	vertical-align: text-top;
	padding: 40px;
	height: 60px;
		background-color : transparent;
} /* red */

*html{
	height:100%;
	width: 100%;
}
 
 #mainNav {
	float: left;
	padding-top: 1px;
	background-color : #ffffe0;
	border-left: 3px solid #d3ecae;
	border-top: 5px solid #d3ecae;
	border-right: 3px solid #d3ecae;
	border-bottom: 10px solid #d3ecae;
	width : 150px;
}
	#mainNav ul {
	font-size: 10pt;
	list-style-type: none;	
	text-transform: uppercase;
	text-align: center;
}

#mainNav li{
text-align:center;
	padding: 5px;
	}

#banner {
	background: url(images/pscbanner_bg2.jpg);
	Margin-left: 50px;
	margin-top: 10px;
	margin-right: 50px;
	border-bottom: 1px solid #73AFB7;
	background-repeat : repeat-x;
	padding-left : 20px;

}
#banner p {
	margin: 0px;
	background: url(images/skylar.gif) no-repeat;
	background-position : bottom right;	
	margin-right :100px;
}
	
	
	
	
	
.body {
		color:#5f9ea0;
	font-family: Tahoma, arial, century gothic;
	padding : 20px;
}
.bodyBlue{
	color: Blue;
	font-size: 10pt;
	font-family: georgia, tahoma, arial;
	text-align: left;
	width : 100px;
}

	P{
	font-family: georgia,Tahoma, Century Gothic,Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 14pt;
	margin-left : 20px;
	color: Green;
	line-height: 150%;
	margin-top: 20px;
	margin-right: 25px;
	margin-bottom: 20px;
	text-indent: 20px;
}

.byline{
	color: #000080;
	font-size: 10pt;
	margin-top:15px;
margin-bottom: 10px;
margin-left: 25px;
font-weight: bold;
letter-spacing: 2px;
font-variant:  small caps;
text-indent: 0;
}
				/* content applies to all main content inside page*/

#content {
	margin-left: 215px;
	padding-left: 30px;
	margin-top: 25px;
	background-color : #ffffe0;
	border-left:  3px solid #d3ecae;
	border-top: 4px solid #d3ecae;
	
}
#content ul{
	font-size: 1.2em;	
		}
#content li{
	padding-bottom: 5 px;
}

	

.sidebar{
	width: 400px;
	float: middle;
	margin-left: 200px;
	margin-top: 55px;
	background-color: #ffffff;
	border: solid 1px #5f9794;
	border-top-width: 5px;
	padding: 20px;
}
.sidebar ul{
	padding: 0;
	margin: 10px 0 0 0;
	}
	
	.sidebar li{
	margin-left: 3px;
	
}
.figure{
width: 300px;
	float: right;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	padding: 20px;		
			}
}
.figure2{	
float: left;
background-color: Black;
margin-left: 10px;
margin-top: 10px;
margin-right: 10px;
Margin-bottom: 10px;
border: 1px solid #666;
padding: 10px;}
}


div.figure{
float: right;
width: 300px;
margin: 15px 10px 15 px;
padding: 10px;
}
.figure p{
width: 300px;
	font: bold 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	text-align:center;
	background-color: #e6f3ff;

	}

	.label{
	float: left;
	width: 150 em;
	text-align: right;
	clear: left;
	margin-right: 15px;	
}

#footer {
	clear: both;
	padding-top: 10px;
	border-top: 1px solid #294E56;
}

