@charset "utf-8";
body {
	width:1024px;
	margin:auto;
	background: url('../images/background.jpg') repeat-y;
	background-position:center;
	background-color:#FFFFFF;
	color:#000000;
	font-family:"Helvetica";
	font-size: 12px;
}

#header {
	height:118px;
	text-align:center;
	margin-top:0px;
	width:1024px;
	background:url('../images/header.png');
}

#header .top-menu {
	text-align:right;
	padding: 16px 0px 0px 0px;
	margin-right:70px;
	height: 21px;
	float:right;
}
#header .top-menu img {
	height:15px;
	border:none;
}

#header #page-title {
	height:80px;
	font-size:25px;
	padding: 0 30px 0 30px;
}
#searchForm {
	width:950px;
	height:30px;
	float:left;
	text-align:right;
	padding-top:3px;
}
#searchForm .flags {
	width:665px;
	height:19px;
	margin-top:2px;
	float:left;
}
#searchForm .flags img {margin: 0px 2px;}

#searchForm .SearchInput {
	background-color: #E7EAED;
	border:1px solid #B9B9FF;
	width: 130px;
	height: 15px;
	font-family:"Helvetica";
	font-size:12px;
	color: #3D3D3D;
}
#searchForm .SearchSubmit, #searchForm .SearchSubmit:hover {
	background-image: url("../images/submit.png");
	border:none;
	width: 48px;
	height: 17px;
	vertical-align:middle;
}
#searchForm .SearchSubmit:hover {
	background-image: url("../images/submit_pressed.png");
}
#searchForm .SearchFilter {
	background-color: #E7EAED;
	border:1px solid #B9B9FF;
	width: 95px;
	font-family:"Helvetica";
	font-size:12px;
	color: #3D3D3D;
	/*height:17px;*/
}

.container {
	min-height: 500px;
	width:1024px;
	padding-top:35px;
	float:left;
}

.left-menu, .right-menu, .content {
	min-height: 500px;
	float:left;
	width:170px;
}

.left-menu {
	margin-left: 47px;
	width:188px;
}
.left-menu a, .right-menu a {
	font-size:12px;
	font-weight:bold;
}
.right-menu {
	width:190px;
	text-align:right;
	margin-right: 50px;
}
img.cover, .download {
	border:none;
}
a.cover_link {
	width:113px;
	height:161px;
	margin:45px 0px 0px 40px;
	display:block;
}
a.download_link {
	margin:0px 0px 0px 40px;
	line-height:30px;
	font-weight:normal;
}
.content {
	width:477px;
	padding:5px 40px 0px 28px;
	text-align: justify;
	min-height: 500px;
}
p.you_read { 
	margin-top:10px;
	font-size:12px;
}
p.error {
	color: red;
}
.clear {clear:both;}

#footer {
	width: 1024px;
	height: 40px;
	margin-top:40px;
	text-align:center;
	font-size:10px;
	line-height:15px;
	font-family:"Helvetica";
	color:#969696;
}
#footer .footer-cont {
	margin-left:260px;
	width: 475px;
	height:45px;
	text-align:center;
}
#footer .left {float:left; margin:0;}
#footer .right {float:right; margin:0;}

a:link, a:visited, a:hover, a:active {
	color:#000000;
	text-decoration:none;
}
a:hover, a.selected, span.selected { color:#0000FF; }
.archive_links { font-size:12px; }

h1, h2, h3, h4 { color:#1B1464; font-size:12px; }

h4.tableOfContents {
	text-align:center;
}

span.heading4 {
	color:#1B1464;
	font-weight: Bold;
	float:left;
	margin:0px 5px 0px 0px;
	padding:0px;
	vertical-align:top;
	display:block;
}

span.paragraph {
	color:#000000;
	font-family:"Helvetica";
	font-size: 12px;
}

ul {
	list-style-image: url("../images/black_dot.png");
	list-style-position:inside;
	line-height:26px;
	padding:0px 0px 0px 20px;
}
li.selected, li:hover {
	list-style-image: url("../images/blue_dot.png");
}

input.text, input.small, input.submit, #search-q {
	border:1px solid #B9B9FF;
	width:200px;
}
.author {
	border:1px solid #B9B9FF;
}
input.small {	width:100px; }
input.submit { width:60px; }

/* CUSTOMIZE AUTOSUGGEST STYLE	*/

#AuthorResults {width:260px; display:none; padding:2px;margin-left:200px;}
#results a:hover{background:#E7EAED;}
