/* ********************** general css */ 

.clear {
	clear: both;
	font-size: 2px;
	height: 1px;
	margin: 0;
	padding: 0;
}

body {
	margin:0;
	padding:0;
	text-align: left;
	background-color: black;
	background-image: url('images/grey-bg.jpg');
}

body {
	font-size: 12px;
	line-height:140%;
	font-family: arial, verdana, helvetica, sans-serif;
	color: black;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
  text-align: left;
}

div {
	padding:0;
	margin:0;
	}

#rap {
	width: 756px;
	background-color: #ffffff;
	margin: auto;
	border: 2px solid #000000;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: left; /* IE 5.5 hack part II */
}

#masthead {
	background-image: url('images/banner.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	height: 148px;
	margin: 0;
}

#main-content {
	margin-top: 60px;
	margin-bottom: 60px;
	margin-left: 20px;
	margin-right: 0px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: center;
}

#tail {
	background-color: #000000;
	text-align: center;
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 2px;
	padding-bottom: 0px;
	color: white;
	font-size: 10px;
}

#tail a:link, #tail a:visited, #tail a:active {
	color: #FFF47C;
	font-weight: normal;
}



a {
	font-weight: normal;
}

a:link, a:visited, a:active {
	color: #C7020A;
	text-decoration: underline;
}

a:hover {
	color: #C7020A;
	text-decoration: none;
}

hr {
	visibility: hidden;
    height: 1px;
	color: black;
	background-color: black;
	border: 0;
}

img {
	border: 0px;
}



#sidebar-left {
	float: left;
	width: 170px;
	overflow: hidden;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 20px;
	margin-bottom: 0px;
	text-align: left;
}

#sidebar-right {
	float: right;
	width: 170px;
	margin-top: 15px;
	margin-bottom: 20px;
	padding-right: 10px;
	text-align: left;
	margin-left: 0px;
	padding-left: 0px;
}

.sidebar {
	font-size: 11px;
	color: black;
}

.sidebar h3 {
	font-size: 11px;
	color: #868686;
	font-weight: bold;
	letter-spacing: 4px;
	text-transform: uppercase;
	border-top: 1px solid #868686;
	margin-top: 15px;
	background-image: url('../images/paw-grey.gif');
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: scroll;
	padding-left: 18px;
}

.sidebar ul {
	list-style: none;
	margin-left: 0;
	padding-left: 25px;
	text-indent: -10px;
}

.sidebar ul li {
	margin-bottom: 5px;
}

.sidebar ul li ul {
	list-style: none;
	margin-left: 0;
	padding-left: 15px;
	text-indent: -10px;
	font-size: 11px;
}

.sidebar a {
	font-weight: normal;
}

.sidebar a:link, .sidebar a:visited, .sidebar a:active {
	text-decoration: underline;
}

.sidebar a:hover {
	text-decoration: none;
}

