@import url("reset.css");
#rightContent li {
	list-style-type:none;
	}
#rightContent li a {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-align: right;
	padding-right: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #FFFFFF;
}
#rightcontent li a:hover {
}
#rightContent {
	width: 184px;
	float: right;
}


#rightContent ul {
	background: #3E7BB3;
}
h1 {
	font-weight: bold;
	color: #3E7BB3;
	margin-bottom: 15px;
}


#header {
	background: url(../images/template/header.jpg) no-repeat;
	height: 101px;
	width: 597px;
}

#container {
	background: #FFFFFF;
	width: 597px;
	margin-right: auto;
	margin-left: auto;
}

body {
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #999999 url(../images/template/bg.jpg);
}
* html #leftContent { /*Hack for IE6 */
	width:360px;
	height:403px;
	}
	
html>/**/body #leftContent {
	height:350px;
}
#leftContent {
	padding: 25px;
	font: 11px/170% Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: justify;
	width: 362px;
	height: 365px;
}
#leftContent a {
	color: #3E7BB3;
	text-decoration: none;
}

#leftContent li {
	display: block;
	margin-bottom: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: url(../images/template/bullet.jpg) no-repeat 15px 15px;
	padding-left: 35px;
}

#leftContent p {
	margin-bottom: 15px;
	}
#footer {
	height: 23px;
	background: url(../images/template/footer.jpg);
	padding-right: 25px;
	padding-left: 25px;
	width: 362px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 15px;
}
#footer a {
font: 10px Verdana, Arial, Helvetica, sans-serif;
color:#333333;
text-decoration:none
}
#tagwords, #description {
	display: none;
	}