/* @override http://reportdept.com/stylesheets/rd.css */

body{
	background: #585571;
	padding:0;
	font: 11pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#wrap {
	margin:0 auto;
	width:720px;
}

#navigation{
	float: left;
	width: 180px;
	position: fixed;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: right;
}

#content{
	float: right;
	top: 0;
	width:500px;
}

#article{
	background-color: white;
	padding: 5px 25px 3px;
}

#box_top {
	background: url(../images/box_top.png) no-repeat;
	height: 20px;
}

#box_bottom {
	background: url(../images/box_bottom.png) no-repeat 0 -1px;
	height: 40px;
}

#footer {
	text-align: center;
	font-size: 9pt;
	position: relative;
	top: 15px;
	font-style: italic;
	margin-bottom: 50px;
}

h1 {
	font-size: 14pt;
}

h2 {
	font-size: 14pt;
	margin-top: 5px;
	margin-bottom: 15px;
}

ul, ol {
	font: 10pt Georgia, "Times New Roman", Times, serif;
	padding-right: 10%;
	padding-left: 10%;
	list-style-type: square;
	list-style-position: outside;
	opacity: 1;
}

.entry p {
	font: 11pt Georgia, "Times New Roman", Times, serif;
}

.description {
	text-indent: 10px;
}

.extra_space{
	height: 50px;
	border-bottom-style: none;
	border-style: none;
}

p img {
	padding: 10px 15%;
	border-style: none;
}

a, a:visited {
	list-style-type: none;
	text-shadow: #000000 0px 0 0;
	opacity: 1;
	color: #fede58;
	font-weight: bold;
	text-decoration: none;
	position: relative;
}

#link a:hover {
	list-style-type: none;
	text-shadow: #000000 0px 0 0;
	opacity: 1;
	color: #fede58;
	font-weight: bold;
	text-decoration: underline;
	background-color: #000;
}

#article a, #article a:visited {
	list-style-type: none;
	text-shadow: #000000 0px 0 0;
	opacity: 1;
	color: black;
	position: relative;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
}

#article a:hover {
	list-style-type: none;
	text-shadow: #000000 0px 0 0;
	opacity: 1;
	text-decoration: underline;
	background-color: #fede58;
}
