
body {  font-family: Arial, Verdana, sans-serif;
		text-align: justify;
		font-size: 13px;
}

.body_bg {
	background: #fefefe;
	margin: 20px;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;	
}

#container {	width: 850px;
				font-family: Arial, Verdana, sans-serif;
				text-align: justify;
				font-size: 13px;
				position: relative;
				left: 50%;
				margin-left: -425px;
				padding: 0;
				border: 2px solid #666666;
}

#header {	height: 150px;
			width: 850px;
			margin: 0;
			border-bottom: 2px solid #666666;
			color: #333;
}

#topcolumn {	width: 850px;
				height: 55px;
				padding: 0px 10px 0px 0px;
				border-bottom: 2px solid #666;
				border-top: 2px solid #666;
				background-color: #e6e6e6;
}

h1 {	color: #3b6b9c;
		font-size: 20px;
		font-family: Tahoma;
}

h2 {	color: #333;
		font-size: 14px;
}

h3 {	background-color: #d5edb3;
		color: #48751a;
		font-weight: bold;
		margin: 15px 15px 10px 10px;
		padding: 10px;
}

.nolist {	list-style-type: none;
}

.link { 	text-decoration: none;
			color: #003366;
			font-weight: bold;
			font-size: 14px;
}

h5 {	background-color: #f4ffe4;
		color: #666666;
		margin: 15px 15px 10px 10px;
		padding: 10px;
}

.img {	border: 2px solid #666;
		margin: 0 5px 5px 5px;
}

.img2 {	border: 2px solid #666;
		margin: 5px 5px 5px 35px;
}

.img3 {	border: 2px solid #666;
		margin: 5px 5px 5px 45px;
}
#rightimage {	float: right;
				margin: 15px;
				border: 1px solid #666; 
}

.content {	font-size: .9em;
			padding: 10px;
			margin: 6px 0px 0px 6px;
		  
}


.nav li { 	list-style-type: none;
			display: inline;
}	

.button { 	border: 2px inset #cccccc;
			width: 130px;
			padding: 3px;
			color: #000;
			background-color: #000;
			font-family: Arial, Verdana, sans-serif;
			font-size: 13px;
			font-weight: bold;
			text-align: center;
			text-decoration: none;
}

a.button:link { 	color: #999;
}

a.button:visited { 	color: #3b6b9c;
}

a.button:hover { 	color: #3b6b9c; 
					border: 2px outset #cccccc;
}


.footer {	padding: 6px;
			background-color: #e6e6e6;
			margin: 0px;
			color: #000;
			font-size: 10px;
			font-style: italic;
			text-align: center;
			border-top: 2px double #666;
}
