#sitebody {	
	background: #666699; /* indigo */
	width: auto;
	font-size: 1em;
	font-weight: normal;
	font-family: "Georgia", "Myriad Web", Syntax, sans-serif;
	/* font-size-adjust: .58; */
	text-transform:	none;
	word-spacing:	normal;
	letter-spacing:	normal;

	margin: 0px;
	padding: 0px;
	border: 0px;
}

#header {
	background: #aaaabb; /* bluish gray */
	float: left;
	width: 75%;
	/*font-weight: bold;*/
	height: 32px;
	margin: 0px;
	text-align: left;
	text-indent: 16px;
	border-style: solid;
	border-width: 2px 0px 2px 2px;
}

#navagation {
	float: left;  /* Internet Explorer can't do fixed */
	position: fixed;
	top: 20px;
	right: 2px;
	width: 140;
	font-family: "Georgia", "Heisi Mincho W3", Symbol, serif;
	margin: 2px;
	text-align: left;
	font-size: 18px;
}

#navagation ul {
	margin: 0px;
	padding: 0px;
}

#navagation li {
	list-style-type: none;
}

#navagation ul li a {
	display: block;
}

#navagation li:hover {
	list-style-type: none;
	background: inherit;
}

#content {
	background-color: inherit;
	float: left;
	background: inherit;
	border-width: 0px;
	width: 75%;
	margin: 32px 16px 16px 16px;
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
}


#footer {
	float: left;
	width: 80%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 32px;
	text-align: center;
}

#styleswitcher {
	background: #aaaabb;  /* bluish gray */
	//float: left;
	width: 20%;
	width: auto;
	height: 32px;
	font-size: 9px;
	margin: 0px 0px 1px 0px;
	border-style: solid;
	border-width: 2px 2px 2px 0px;
}

#styleswitcher ul {
	float: left;
	margin: 0px;
	padding: 0px;
}

#styleswitcher li {
	list-style-type: none;
	float: left;
	margin-right: 8px;
}

/* Classes */

.navheader {
	color: #000000;
	width: 140;
	height: 70;
	align: left;
	background-repeat:no-repeat;
	background-position:top right;
	border-width: 0px;

/* IE will use a GIF image, since DX hack doesn't work well */
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/mongoose-bar.png',sizingMethod='image');*/
	background-image:url(../images/freyja-nav.gif);
}

.navheader[class] {
/* Mozilla and others will use the better quality PNG image */
	background-image:url(../images/freyja-nav.png);
}

#navagation li.navheader:hover {
	list-style-type: none;
	background-repeat:no-repeat;
	background-position:top right;
	background-image:url(../images/freyja-nav.png);
}

.navcell {
	background-color: #ffffff;
	text-indent: 4px;
	margin: 0px;
	margin-bottom: 2px;
	border-style: solid;
	border-width: 1px;
}

.navcell2 {
	background-color: #ffffff;
	text-indent: 8px;
	margin: 0px;
	margin-left: 8px;
	margin-bottom: 2px;
	border-style: solid;
	border-width: 1px;
}

.navcell3 {
	background-color: #ddddbb;  /* muted tan */
	text-indent: 8px;
	margin: 0px;
	margin-left: 8px;
	margin-bottom: 2px;
	border-style: solid;
	border-width: 1px;
}

.navcell4 {
	background-color: #999966;  /* dark tan */
	text-indent: 4px;
	margin: 0px;
	margin-bottom: 2px;
	border-style: solid;
	border-width: 1px;
}

p {
	/*text-indent: 3em;*/
	padding-left: 1em;
	padding-right: 1em;
}

.line {
	background: #CCC;
	padding-top: 1px;
	margin-top: 4px;
	margin-bottom: 4px;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.floatspacer {
	clear: both;
}

.cell {
	padding-top: 20px;
}

.banner {
	margin-left: auto;
	margin-right: auto;
}

.boxheader {
	text-decoration: none;
	font-weight: bold;
	text-indent: 8px;
	background: #999966; /* dark tan */
	/* font-color: white; */
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size: 17px;
	height: 23px;
	border-style: solid;
	border-width: 2px;
}

.boxbody
{
	background: white;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	padding: 0.5em;
	border-style: solid;
	border-top-width: 0px;
	border-left-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	padding-bottom: 20px;
}

.boxbreak {
	background: inherit;
	margin-bottom: 32px;
}

.innerBox {
	align: center;
	width: 80%; 
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	margin-left: 3em;
	padding-left: 2em;
	padding-bottom: 20px;
	border-style: dashed;
	border-width: 2px;
}

/* Start of default classes */
a {
	text-decoration: none; 
	color: #222288;
	border-style:	solid;
	border-width:	0 0 1px 0;
}

a:hover	{
	text-decoration: underline;
	color:	#00C;
	background:	#0CF;
}

h3 {
	background-color: #999980; /* #669966 #999980 #ee8833 */
	color: #000000;
	width: 66%;
	text-align: left;
	text-indent: 8px;
	font-weight: bold;
	border-style: dotted;
	border-width: 1px;
	margin-bottom: 3px;
}

h4 {
	background-color: #ddddbb; /* muted tan */
	color: #000000;
	width: 55%;
	text-align: left;
	text-indent: 8px;
	font-weight: bold;
	border-style: dotted;
	border-width: 1px;
	margin-bottom: 3px;
}
