﻿
/*********************************
********* Home Page Only styles *********
**********************************/
#wrapper {
	height:100%;
	}
.wrapper2 {
	margin: 0 auto;
	background: transparent url('../images/homepagetop.png') no-repeat top;
	width: 974px;
	position: relative;
	top: -30px;
	z-index: 0;
	padding-top: 15px;
}
.wrapper3 {
	position: relative;
	float: left;
	background: url('../images/rightshadow4.png') repeat-y right;
	padding-right: 7px;
	top:-3px;
}
	
.wrapper4 {
	position: relative;
	float: left;
	background: url('../images/leftshadow4.png') repeat-y left;
	padding-left: 7px;
}
.bottomwrap {
	background: transparent url('../images/homepagebottom.png') no-repeat bottom;
	width: 974px;
	position: relative;
	top:-3px;
}
	
#contentwrapper {   
	margin:0;
	float: left;
	position: relative;
	background: #FFFFFF;
}
#contentwrapper a:link {
	color: #003366;
	text-decoration: none;
	border-bottom: 1px #0058B0 solid;
	border-bottom-color: rgba(0, 51, 102, 0.6);
}

#contentwrapper a:visited {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px #0058B0 solid;
	border-bottom-color: rgba(0, 51, 102, 0.6);
}

#contentwrapper a:hover {
	color: #003366;
	background-color: #F7F4F0;
}



.smallpspace {
	margin: 8px 0px 0px 0px;
}


h1 {
	font-size: 2em;
	width:940px;
	padding:0;
	margin-top:-10px;
}

.insttext {
	font-size:1.25em;
}

.hidepart {
	visibility:hidden;
	display:none;
}

