/* mac hide \*/
html, body {
	height: 100%;
}
/* end hide*/
body {
	padding: 0px;
	margin: 0px;
	background-color: #C5D1EF;
	background-image: url(images/mainbg.jpg);
	background-repeat: repeat-y;
	font-family: "Microsoft Sans Serif", Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
}
a:link {
	color: #003399;
}
a:visited {
	color: #003399;
}
a:hover {
	color: #990000;
}
a:active {
	color: #003399;
}
div {
	margin-top: 0px;
} 
em {
	color: #000000;
}
h1 {
	font-weight: bold;
	font-size: 115%;
}
h2 {
	color: #CC3300;
	font-weight: bold;
	font-size: 110%;
}
h3 {
	color: #990000;
	font-weight: bold;
	font-size: 100%;
}
blockquote {
	margin-left: 10px;
}
ul {
	list-style-position: outside;
	list-style-type: square;
	color: #006633;
	font-size: 90%;
}
fieldset {
	border: 1px solid #6699CC;
	padding: 16px;
}
legend {
	color: #6699CC;
	font-weight: bold;
	font-size: 120%;
}
ol {
	font-size: 90%;
}
ol li {
	margin: 10px 0px;
}
ul li {
	margin: 10px 0px;
}
#outer {
	min-height:100%;
	margin-left:22px;
	width: 776px;
	background:#FFFFFF;
	margin-bottom:-40px;
	color: #000000;
}
* html #outer {
	height: 100%;
}
#header {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:184px;
	background-image: url(images/headerbg3.jpg);
	background-repeat: no-repeat;
	background-color: #A1CDDA;
}
#navupper {
	background-image: url(topmenu/topmenu_right.gif);
	background-repeat: repeat-x;
	height: 34px;
}
#content-whole {
	font-size: 80%;
	padding: 16px 10px;
	float: left;
}
#content-left {
	width: 490px;
	padding-right: 10px;
	float: left;
}
#content-right {
	font-size: 80%;
	width: 232px;
	padding-left: 10px;
	float: right;
}
#footer {
	width: 100%;
	clear: both;
	height: 40px;
	color: #003366;
	font-size: 70%;
	font-weight: normal;
	background-color: #CCCCCC;
	background-image: url(images/footerbg.jpg);
	background-repeat: repeat-x;
	position: relative;
}
.footer-inner {
	width: 750px;
	margin-left: 22px;
	padding-top: 5px;
	text-align: center;
}
#footer a:link  {
	color: #003366;
	text-decoration: underline;
}
#footer a:visited  {
	color: #003366;
	text-decoration: underline;
}
#footer a:hover {
	color: #0033AA;
	background-color: #FFFFFF;
	text-decoration: underline;
}
#footer a:active  {
	color: #003366;
	text-decoration: underline;
}
* html #footer { /*only ie gets this style*/
	\height: 42px; /* for ie5 */
	he\ight: 40px; /* for ie6 */
}
#clearheader {
	height: 184px;
}
/*needed to make room for header*/
#clearfooter {
	clear: both;
	height: 40px;
}
/*needed to make room for footer*/
.clearelement {
	clear: both;
}
* html #maincontent {
	height: 1%;
	margin-bottom: 12px
}
/* combat IE's 3 pixel jog */

.titling {
	color: #333366;
	font-weight: bold;
	font-size: 100%;
	line-height: 2em;
	width: 230px;
	border: 1px solid #6699CC;
}
.right-imageholder {
	width: 230px;
	height: auto;
	border: 1px solid #6699CC;
}
.standoutbox {
	padding: 10px;
	border: 1px solid #6699CC;
}
.emphasisbox {
	padding: 20px;
	border: 1px solid #000000;
}
.aqua {
	color: #006633;
}
.aqua2 {
	color: #006633;
	margin-left: 10px;
}
.aquasmem {
	color: #006633;
	font-size: 85%;
	font-weight: bold;
}
.bigbold {
	font-weight: bold;
	font-size: 120%;
}
.emotive-red {
	color: #CC3300;
	font-style: italic;
}
.distinct {
	color: #006633;
	font-size: 120%;
	font-weight: bold;
}
.small {
	font-size: 70%;
	font-weight: bold;
}