body {
	margin:0 auto;
	padding:0;
	font-size: 1em;
	color: #000000;
	line-height: 1.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #010075;
}

html, p {
	margin:0 auto;
	padding:0;
}

h1 {
	font-size: 1.2em;
	color: #0099DC;
}

h2 {
	font-size: 1.5em;
	color: #0099DC;
}

#shell {
	width: 50em;
	background:url(images/back-sub.gif) repeat-y;
	overflow: auto;
}

/* Linkbar */
#linkbar {
	text-align: left;
	width: 12.5em;
	float: left;
	background:url(images/back-ice.jpg) repeat-y;
}

.linktext {
	padding: 10px;
	font-size: .8em;
	color: #FFFFFF;
}

/* Links */

UL {line-height: 12px;}

#navigation ul {list-style-type: none; margin: 0px; padding: 0px;}

#navigation a {
	display: block;
	font-size:.85em;
	font-weight: bold;
	background-color: #DDECF2;
	color: #010075;
	width: 13.3em;
	padding: 5px 0 4px 30px;
	text-decoration: none;
	border: #FFFFFF 2px solid;
}

#navigation a:hover {border: #DDECF2 2px solid; color: #010075; background:url(images/arrow.gif) no-repeat #FFFFFF;}

/* Content */

#middle {
	width: 25em;
	float: left;
	background-image: url(images/back2.gif);
	background-repeat: repeat-y;
}

.middletext {
	padding: 10px;
	font-size: .8em;
}

.middletext a {
	color: #010075;
}

/* Right Column */

#colright {
	width: 11.9em;
	float: left;
	text-align: center;
}

.righttext {
	padding: 10px;
	font-size: .8em;
}

/* Footer */

#footer {
	width: 36.9em;
	height: 1.5em;
	margin-right: .6em;
	float: right;
	text-align: left;
	background-color: #0099DC;
}

#footer a {
	font-size: .7em;
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px 5px;
	font-weight: bold;
	vertical-align:baseline;
}

#footer a:hover {
	text-decoration: underline;
}


#base {
	width: 36.9em;
	margin-right: .6em;
	float: right;
	text-align: left;
}

#copyright {
	width: 25em;
	float: left;
	text-align: left;
}

.copyright {
	padding: 5px 10px;
	font-size: .7em;
	color: #010075;
	font-weight: bold;
}

#author {
	width: 11.9em;
	float: left;
}

.author {
	padding: 5px 10px;
	color: #010075;
	font-size: .7em;
}

.author a {
	text-decoration:none;
}

/* Styles */
.address {
	font-size: .85em;
	text-align: center;
	line-height: 1.2em;
}