body {
	text-align: left;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	font-size: 0.85em;
	font-family: Verdana, sans-serif;
	font-variant-ligatures: common-ligatures;
	line-height: 1.5; 
	color: #231f20;
	background-color: #c5effd;
}
#main {
	text-align: left;
	margin-left: auto;
        margin-right: auto;
	margin-bottom: 50px;
	padding-top: 10px; 
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	width: 560px;
	border: 1px dotted #006295;
	color: #231f20;
	background-color: #c5effd; 
}
#navbar{
	width:600px;
	height: 50px;
	margin-left: auto;
        margin-right: auto;
	padding-top: 20px;
}

#titlebar, #headingbar, #subheadbar {
	width:560px;
	margin-left: auto;
        margin-right: auto;
}
#titlebar{
	height: 90px;
}
#headingbar{
	height: 60px;
}
#subheadbar{
	height: 60px;
}
#footer{
	text-align: left;
	margin-left: auto;
        margin-right: auto;
	width: 600px;
}

h1 {
	font-size: 200%; 
}
h2,h3,h4,h5,h6 {
	font-size: 150%;
}
h1,h2,h3,h4,h5,h6 {
	background-color: #c5effd; 
	color: #006295;
	font-weight: normal;
	font-family: Georgia, serif;
	font-variant-ligtures: common-ligatures;
	font-style: italic;
}
img {
	border: none;
}
a:link, a:visited, a:active { 
	background-color: #c5effd; 
	color: #006295; 
	border-bottom: 1px dotted #006295; 
	text-decoration: none; 
}
a:hover {
	background-color: #c5effd; 
  	color: #006295;
	border-bottom: 2px solid #006295;
}
a.selected {
	font-weight: bold;
}
address {
	background-color: #c5effd; 
	font-family: Georgia, serif;
	font-variant-ligatures: common-ligatures;
	font-style: normal;
	font-size: 90%;
	font-weight: bold;
	color: #006295;
	margin-top: 1em;
	padding-top: 1em;
}
em {
	background-color: #c5effd; 
	font-family: Georgia, serif;
	font-variant-ligatures: common-ligatures;
	color: #231f20;
	font-style: italic;
	font-size: 100%;
	font-weight: bold;
}
ul.plain {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
hr {
    border: 0 #006295 dotted;
    border-top-width: 1px;
    clear: both;
    height: 0;
    margin-bottom: 20px;
}


