@import url(menubar.css);
@import url(pubbox.css);
@import url(wrapper.css);
@import url(wrapper-extras.css);
* { padding: 0; margin: 0;}
body {	background-color: #dfdfdf;	color: #333333;	font: 12pt Georgia, "Times New Roman", Times, serif;	text-align: center; /* be nice to IE */	background-attachment: fixed;}
a {	color: #0004A2;	border-bottom:1px dotted #0004A2;	/*color:#AD261F;	border-bottom:1px dotted #AD261F;*/	text-decoration:none;}
a img {	border-bottom: none;}
a:hover {color:#000;}
ul.relatedlinks a:hover { color: #fff; background-color: #555; }
blockquote {	font-family:"Courier New", Courier, monospace;}
blockquote div {	padding: 15px 0 0 20px;}
hr {	text-align: center;	margin: 10px auto;	width: 65%;	height: 3px;	color: #aaa;	background-color: #aaa;}
#raisedmenuwrapper {	display:block;	position: absolute;	right: 25px;	top: 80px;	border: 1px solid #000;	background: #fff;	float: right;	width: 200px;	min-height: 300px;	text-align:left;	overflow: auto;	font-family:Georgia, Garamond, "Times New Roman", Times, serif;	padding: 5px;	z-index: 2;}
* html #raisedmenuwrapper {height:300px} /* IE Min-Height Hack */
/* -- Forms -- */
input {	color: #000;	background: #ccc;	border: 1px solid #000;	padding: 1px;	margin: 1px 3px;}
input .submit {	color: #000;	background: #ccc;	border: 1px solid #000;}select {	color: #000;	background: #aaa;	border: 1px solid #000;	padding: 1px;	margin: 1px 3px;}
select option[selected] {	color: #fff;	background: #aaa;}
#flags {
	margin: 10px 50px;
}
#partner {
	padding: 3px;
	background-color: #005;
	margin-top: 0;
	text-align:right;
	border-bottom: 1px solid #fff;
	color: #ee0;
}

#partner a, #partner a:hover {
	color: #ee0;
	background: none;
	border-bottom:none;
	text-decoration: underline;
}

#partner a:hover {
	border-top: 1px solid #fff;
}

#partner h1, #partner h2, #partner h3, #partner h4 {
	text-align: center;
	font-weight: normal;
	margin: 5px;
	padding: 0;
}
