body {
	background-color: #FFFFFF;
  font-size:           medium;
  font-weight:		normal;
  font-family:         Helvetica, Arial, sans-serif;
  line-height:         1.5em;
}

h1 {
  color:               	#000080;
  	padding-bottom: 20px;
	 font-size:          170%;
}

h2 {
	color:		#696969;
	font-weight: lighter;
	font-size:           130%;
}

p {
	font-size:	100%;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.5em;
	font-weight: lighter;
}

span.bluetext {
	font-size:	100%;
	font-family: 	Helvetica, Arial, sans-serif;
	font-variant:	normal;
	line-height:	1.5em;
	font-weight:	bold;
	color:		#000080;
}		

#block {	
		width: 850px;
		background-color:#FFFFFF;
		padding-top:25px;
		padding-bottom:0px;
		text-align:left;
}

#sidebar {	
		background-color: #20B2AA;
		padding-top: 130px;
		padding-left: 15px;
		padding-bottom: 1750px;
		font-size: 100%;
		font-weight: bold;
		margin-right: 55px;
		float: left;
		width: 123px;
}

#bluebar {	
		width: 700px;
		background-color: #000080;
		margin-bottom: 50px;
		height: 25px;
		margin-left: 194px;
		position: relative;
		top: inherit;
		left: inherit;
}

#silverbar {	
		width: 333px;
		background-color:#C0C0C0;
		height: 25px;
		margin-left: 0px;
		position: relative;
		top: 0px;
		left: inherit;
		z-index: 99;
}

a:link {
	color:#FFFFFF;
	text-decoration:none;
	border-bottom:none;
}

a:visited {
	color:#000000;
	text-decoration:none;
	border-bottom:none;
}

#footer {
	background-color:#FFFFFF;
	padding-top: 20px;
	font-size: 65%;
	width: 875px;
}	
#allcontent {
	width: 950px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color:#FFFFFF;
	margin-left: auto;
	margin-right: auto;
}

