/*******************/
a{
	text-decoration: none;
}
body{
	background: #252525;
	color: #252525;
	font: 1em Georgia, 'Times New Roman', Times, serif;
	margin: 20px;
}
h1,h2,h3,h4,h5,h6{
	color: #000000;
	font: bold Georgia, "Times New Roman", Times, serif;
}
hr, #nav hr{
	display: none;
}
p,ul,dl,ol{
	margin-top: 0px;
}
/*******************/
#body,#content,#sidebar{
	float: left;
}
/*******************/
#container{
	background: #ffffff;
	margin: auto;
	position: relative;
	width: 1004px;
	border-top: 2px solid #df020a;
}
/*******************/
#content{
	min-height: 100px;
	width: 634px;
	padding: 20px 20px 20px 20px;
	margin-top:25px;
}
#content a{
	color:#df020a;
}
#content a:hover {
        color:black;
}
#body h1 {
	font-size: 1.7em;
}
#body h2 {
	font-size: 1.4em;
}
#content blockquote {
font:1.2em serif;
font-style:italic;
color:#777;
}
#content strong, #content b {
	color:black;
}
#content img {
	padding:0 50px 400px 5px;
}
/*******************/
#footer{
	background: #000;
	border-top: 2px solid #df020a;
	clear: both;
	font-size: 0.9em;
	padding: 20px 20px 40px;
}
#footer *{
	color: #6F6F6F;
	margin: 0;
}
/*******************/
#nav{
	left: 10px;
	position: absolute;
	top: 55px;
}
#nav *{
	color: #df020a;
	float: left;
	line-height: 1em;
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#nav a{
	padding: 10px;
}
#nav a:hover, #nav a.selected{
	background:   #FF9999;
}
#nav li:hover ul{
	left: 0;
}
#nav ul ul{
	background: black;
	display: block;
	left: -9999px;
	position: absolute;
	top: 32px;
	width: 200px;
}
#nav ul ul a{
	width: 180px;
}
/*******************/
#sidebar{
	background: #f2f2f2;
	min-height: 367px;
	width: 290px;
	padding: 20px;
	color: #d9e4e8;
}
#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4,  #sidebar p {
	color: #333333;
}
#sidebar a{
color:black;
}
#sidebar a:hover {
color:#980107;
}
#sidebar p {
	text-align:right;
}
#sidebar h4{
	margin: 0px;
	color: #000000;
	text-transform:none;
	font: bold 1em Georgia, "Times New Roman", Times, serif;
}
/*******************/
#title{
	background: white;
	font: 2em Georgia, 'Times New Roman', Times, serif;
	margin: 20px;
}
#title p a, a.hover, a.selected, a.visited{
	color: #df020a;
}
/*******************/
#tips{
	left: 674px;
	position: absolute;
	top: 5px;
	width: 300px;
	background:#DDD;
	padding:10px 20px 5px 10px;
	text-align:left;
}
#tips li{
	font: 1em Georgia,"Times New Roman",Times,serif;
	font-style: italic;
	list-style-type:none;
	margin-right:10px;
}
#tips ul{
}
/*******************/
}

