body {
	font-size: small;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #4F6E8B;
	}

* html body {
	font-size: x-s; /* for IE5/Win */
	f\ont-size: small; /*for other IE versions */
	}

#wrapper1	{
	width: 800px;
	min-height:550px;
	height:auto !important;
	height:550px;
	position: relative;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	overflow: auto;
	background-image: url(images/line.gif);
	background-position:top;
	background-repeat: repeat-y;
	}

#pageheader	{
	float: left;
	min-height:120px;
	height:auto !important;
	height:120px;
	margin: 0;
	border: 0;
	padding: 0;
	width: 800px;
	background-color: #4F6E8B;
	background-image: url(images/collage01.jpg);
	background-repeat: no-repeat;
	border-bottom-style: solid;
	border-bottom-width: thick;
	border-bottom-color: #4F6E8B;
	}

#leftbar {
	float: left;
	width: 225px;
	margin: 0;
	padding: 0;
	min-height: 375px;
	height: auto !important;
	height: 375px;
}

		#leftbar h1 {
			font-size: 100%;
			color: #4F6E8B;
			margin-top: 75px;
		}
		
		#leftbar h2 {
			font-size: 90%;
			color: #4F6E8B;
		}

		#leftbar p {
			font-size: 80%;
			margin: 0;
			margin-bottom: 1em;
			color: #4F6E8B;
		}
		
		#leftbar a:hover {
			color: #143D64;
			border: none;
			text-decoration: none;
		}

		#leftbar a {
			text-decoration: none;
			color: #4F6E8B;
			border: none;
		}
		body#index #leftbar #t-1 {
			font-weight: bold;
		}
		body#article1 #leftbar #t-1 {
			font-weight: bold;
		}		
		body#article2 #leftbar #t-1 {
			font-weight: bold;
		}		
		body#article3 #leftbar #t-1 {
			font-weight: bold;
		}		
		body#article4 #leftbar #t-1 {
			font-weight: bold;
		}
		body#article5 #leftbar #t-1 {
			font-weight: bold;
		}
#content	{
	float: right;
	width: 550px;
	min-height:375px;
	height:auto !important;
	height:375px;
}
	
	#content h1{
		font-size: 170%;
		color:#4F6E8B;
	}

	#content h2{
		font-size: 120%;
		color:#4F6E8B;
		margin-bottom: -.5em;
	}

		#content h2 a{
			text-decoration: underline;
			border: none;
			color:#4F6E8B;
		}

	#content h3{
		font-size: 110%;
		color:#4F6E8B;
		margin-bottom: -.5em;
	}

		#content h3 a{
			text-decoration: underline;
			border: none;
			color:#4F6E8B;
		}
		
	#content a{
		text-decoration: underline;
		border: none;
		color: #333333;
		}

	#content a:hover {
		color: #4F6E8B;
		border-bottom: dashed 1px;
		text-decoration: none;
		}

	#content p{
		text-align: left;
		line-height: 120%;
	}

	
/*leftbar*/
#padding1 {
	padding-left: 30px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-top: 20px;
}

/*content*/
#padding2 {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
}

/*footer*/
#padding3 {
	padding-left:20px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-top: 15px;
}

#footer	{
	float: left;
	margin: 0;
	padding: 0;
	min-height:20px;
	height:auto !important;
	height:20px;
	background-color: #3D3D3D;
	width: 800px;
	}
	
		#footer p{
			text-align: left;
			color: #ffffff;
			font-size: 75%;
			line-height: 100%;
			margin: 0;
			padding: 0;
		}

		#footer a:hover {
			color: #4F6E8B;
			}


		#footer a{
			color: #ffffff;
			text-decoration: underline;
			border: none;
			}


