html, body {
	height: 100%;
}

body { 
	/*background-color:#CCCCCC;*/
	background: url(/public/img/stripes.gif) repeat top left;
	font: 8pt/16pt georgia; 
	margin: 0 auto;
}

.hide {
	display: none;
}

.show {
	display: block;
}

a:link { color: #000000; text-decoration: underline;}
a:visited { color: #000000; text-decoration: underline;}
a:hover { color:#B884E3}


HR {
	width: 100%;
	height: 3px;
	background-color: #A3A3A3;
	border-width: 0px;
	margin-top: 10px;
	margin-bottom: 20px;
	float: left;
}

#container {
	width:800px;
	margin: 0 auto;
	text-align: left;
	background-color: #F9F5FD;
	padding-left: 20px;
	padding-right: 20px;
	border-style: none solid none solid;
	border-width: 3px;
	border-color: #E7D8F4;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


	#container img {
		float: left;
		border-style: solid;
		border-width: 1px;
		border-color: #CCCCCC;
		padding: 5px;
		margin: 0px 10px 0px 0px;
	}

#head {
	background-image: url(/public/img/title3.gif);
	position: relative;
	left: 40px;	
	width: 750px;
	height: 117px;
	margin-left: 0px;
	margin-bottom: 0px;
}

#navbar {
	position: relative;
	left: 30px;
	width: 635px;
	height: 30px;
	margin-left: 100px;
}

	#navbar a:link { text-decoration: none; }
	#navbar a:visited { text-decoration: none; }
	
	.button {
		font-size: 14pt;	
		width: 110px;
		height: 30px;
		float: left;
		text-align: center;
	}


#foot {
	clear: both;
	width: 800px;
	height: 47px;
	font-size: 7pt;
	text-align: center;
	padding-bottom: 10px;
	font-family: Arial;
}

	#foot HR {
		margin-bottom: 0px;	
	}

