body {
	background: #FFFFFF;
	margin-top: 5px;
}

#page {
	background-color: #FFFFFF;
	min-width: 750px;
	width:expression(document.body.clientWidth < 750? "750px": "auto" );
	width: 90%;
	margin: 0 auto;
	border: 2px solid #013499;
}

#header {
	background: #fff;
	width: 100%;
	margin: 0 auto;
	float: left;
}

#menu {
	background: #8DCDE8 url("images/bluerep.jpg") repeat-x;
	width: 100%;
	height: 30px;
	clear: left;
}

#buttons {
	clear: left;
}

#right {
	width: 455px;
	clear: left;
	float: right;
}

#content {
	background-color: #FFFFFF;
	min-width: 750px;
	width:expression(document.body.clientWidth < 750? "750px": "auto" );
	width: 98%;
	margin: 0 auto;
}


#footer {
	clear: both;
	margin-top: 100px;
	font-size: 8pt;
}

p{
	font: 10pt, arial;
	color: #0066FF;
	margin-left: 5px;
}

#footer p{
	font-size: 8pt;
	margin-bottom: 0px;
}

ul {
	font: 18pt arial;
}

li {
	list-style-position: outside;
	line-height: 2;
}

h1 {
	font: bold 20pt, arial;
	color: #013499;
	margin-left: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
}

h2, h3, h4, h5 {
	font: bold 16pt, arial;
	color: #013499;
	margin-left: 5px;
	margin-top: 10px;
}



a:link {
	color: #013499;
}

a:visited {
	color: #0066FF;
}

a:hover {
	text-decoration: none;
}

a:active {
	color: #E1F0FF;
}



.button a:link {
	color: #0066FF;
	text-decoration: none;
}

.button a:visited {
	color: #0066FF;
	text-decoration: none;
}


.button a:hover {
	color: #0066FF;
	text-decoration: underline;
}


.button a:active {
	color: #0066FF;
	text-decoration: underline;
}





