body {
	background : #fff url(images/bkg.gif) repeat-x fixed top;
	color : #000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : small;
	text-align: center;
}
#container {
	width: 500px;
	background: #fff;
	text-align: left;
	margin: auto;
	border-left: #000 1px solid;
	border-right: #000 1px solid;
}
#container:after, blockquote:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html #container, *html blockquote {height: 1%;}
/* End hide from IE-mac */

#content {
	float: right;
	text-align: left;
	width: 300px;
	margin: 5px;
	margin-left: 0px;
}
html>body #content {
	float: right;
	text-align: left;
	width: 380px;
	margin: 5px;
	margin-left: 0;
}
#footer {
	width: 500px;
	/*float: left;*/
	clear: both;
	background: #5e7992;
	height: 25px;
	line-height: 25px;
	color: #fff;
	border-top: #384959 10px solid;
/*n*/	border-left: 1px solid #000;
/*n*/	border-right: 1px solid #000;
	display: box;
	text-align: center;
/*n*/	margin: auto;
}
#banner {
	background: #5e7992;
	height: 60px;
	color: #fff;
	border-bottom: #384959 10px solid;
	padding-left: 20px;
	line-height: 60px;
}
a {
	text-decoration: none;
	color: #5d8af0;
	border-bottom: 1px dotted #000;
}
a:hover {
	color: #000;
	border-color: #5d8af0;
}
a#active { margin-bottom: -16px; }
html>body a#active { margin: 0px; }
h2 {
	margin: 0;
	color: #5d8af0;
}
#navigation {
	width : 100px;
	margin : 5px;
	border: 1px #000 solid;
	border-bottom : none;
	text-align: right;
	font-weight: bold;
	float: left;
}
#navigation li a{
	border-bottom : 1px solid Black;
	padding-left : 5px;
	padding-right : 5px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	text-decoration : none;
	color: #000000;
	display : block;
	height: 30px;
	background: url(images/menusprite.gif) repeat-x top;
}
#navigation li a:link, #navigation li a:visited {
	border-bottom : 1px solid Black;
	padding-left : 5px;
	padding-right : 5px;
	color: #000000;
	display : block;
	height : 30px;
	line-height : 30px;
	background: url(images/menusprite.gif) repeat-x top;
}
#navigation li a:hover {
	border-bottom : 1px solid Black;
	text-align : right;
	padding-left : 5px;
	padding-right : 5px;
	background-position: 0% -30px;
	color : Black;
	display : block;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
li.navtitle {
	border-bottom : 1px solid Black;
	padding-left : 5px;
	padding-right : 5px;
	color: #fff;
	display : block;
	height : 30px;
	line-height : 30px;
	background: url(images/menuspritedark.gif) repeat-x top;
}
div.image {
	padding: 5px;
	background: #c6cfd7;
	border: 1px solid #000;
	color: #384959;
}
div.image a {
	text-decoration: none;
	border-bottom: 1px dotted #000;
	color: #fff;
}
div.image a:hover {
	color: #000;
	border-color: #fff;
}
blockquote {
	font: small;
	color: #283d57;
	background-color: transparent;
	padding: 4px;
	border: 1px solid #e9eef5;
	margin-right: 0px;
}
blockquote div.citationsrc {
	float: right;
	font: x-small/165% Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top:12px;
}
blockquote p {
	margin: 0px;
}
div#getfirefox {
	z-index: 90;
	background-color: transparent;
	position: fixed;
	top: 5px;
	right: 5px;
}