a {
	text-decoration: none;
}

a:link {
	color: #004499;
}

a:visited {
	color: #004499;
}

a:hover {
	color: #ffffff;
	background-color: #004499;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

img {
	border-style: none;
	padding: 15px;
	align: center;
}

body {
	font: 11pt Helvetica, Arial, Sans, sans-serif;
	color: #000000;
	background-color: white;
	min-width: 600px;
	margin: 5px;
	padding: 5px;
}

div#menu {
	font-weight: bolder;
	font-size: 15pt;
	text-align: center 
}

div#content {
}



div#page{
position: relative	
	padding: 5px;

	border-right: 20px solid white;
	border-left: 20px solid white;	
}

div#right {
	position: relative
	padding: 0px;
	min-width: 600px;
}

div#left {
	float:left;
	position: relative
	clear: : both;
	padding: 10px;
	height: 100%;
}

div#footer {
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;


}

div#foot {
	text-align: center;
	position: relative;
	//top: 10px;
	margin: 0 auto;		
	max-width: 800px;
	clear: both;
	font: bolder 10pt Arial, sans-serif;
}


