﻿body { 
	width: 80.0%; 
	min-width: 40.0em;
	height: 100.0%; 
	margin-left: auto; 
	margin-right: auto;
	color: #333366; 
	background-color: #ffffff; 
	background-image: url(../media/bluelogolarge_flat3.png); 
	background-repeat: no-repeat; 
	background-position: 8.00% 5.0em; 
}

div { 
	border: 0px solid #cccccc; 
	padding: 1.0%; 
}

div#banner { 
	float: left; 
	clear: none; 
	width: 100.0%; 
	min-height: 3.0em; 
	max-height: 4.0em; 
}

div#page { 
	float: left; 
	clear: none; 
	width: 100.0%; 
}

div#site { 
	float: left; 
	clear: none; 
	width: 8.0em;
	height: 100.0%; 
	min-height: 12.0em; 
}

div#content { 
	float: left; 
	clear: none; 
	width: 70.0%;
	height: 100.0%; 
	min-height: 12.0em; 
}

div#info { 
	float: left; 
	clear: none; 
	width: 12.0em;
	height: 100.0%; 
	min-height: 12.0em; 
}

div#legal { 
	float: left; 
	clear: both; 
	width: 100.0%; 
	max-height: 2.0em; 
}

p {
	color: inherit;
	background: inherit;
	font: normal normal normal 1.0em/1.5em Verdana, Tahoma, Arial, sans-serif;
}

p span#italic {
	padding-left: 2.0em;
	font-size: 0.8em;
	font-style: italic;
}

h1 {
	font: normal small-caps bold 2.4em/1.0em "Palatino Linotype", Garamond, serif;
}

h2 {
	font: normal small-caps bold 1.6em/2.0em "Palatino Linotype", Garamond, serif;
}

h3 {
	font: normal small-caps bold 1.2em/1.6em "Palatino Linotype", Garamond, serif;
}

img {
	padding-left: 1.0em;
	float: right;
}

a:link, a:visited, a:hover, a:active { 
	color: #0066ff; 
	background-color: none; 
	text-decoration: none; 
}

a:hover, a:active { 
	color: #ffffff;
	background-color: #0066ff; 
}

