/* basic CSS styles for all browsers */
body, html {
	border:  0px none;
	margin:  0px;
	padding: 0px;
	font-family: Tahoma, lucida, sans-serif !important;
	font-size: small !important;
	color: White;
}

.cleaning {
	border:  0px none;
	margin:  0px;
	padding: 0px;
	float: none;
	clear: both;
	width: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}

img, table, tr, th, td, h3, h4, h5 {
	border:  0px none;
	margin:  1px;
	padding: 1px;
}

p {
	border:  0px none;
	margin: 1px;
	padding: 5px 0px 5px 0px;
}

h1 {
	border:  0px none;
	margin:  1px;
	padding: 5px;
	font-weight: lighter;
}

h2 {
	border:  0px none;
	margin:  1px;
	padding: 2px 0px 20px 0px;
	color: White;
	font-weight: lighter;
}

li {
	margin-left: -10px;
	margin-bottom: 2px;
}

a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: yellow;
	text-decoration: underline;
}


#pagehead {
	background-color: Black;
	height: 170px;
	text-align: center;
}

#pagesubhead {
	background-color: Black;
	height: 40px;
	text-align: center;
	border-bottom: 1px solid White;
}

#pagefoot {
	border-top: 1px solid White;
	text-align: center;
	background-color: Black;
	color: White;
}

#actualization {
	text-align: center;
	background-color: Black;
	color: White;
}

#pagewrap {
	width: auto;
	min-width: 600px;
	max-width: 900px;
	margin: 0px auto 0px auto;
}

#pagecont
{
	background: black;
}

#sidewrap
{
	float: left;
	width: 250px;
	height: 600px; 

	font-size: 15px;
	line-height: 35px;

	background-color: Black;
}

#contwrap
{
	padding: 5px 170px 5px 170px;
	font-weight: bolder;
}

#conthead
{
	background-color: none;
}

.content_head_large{
	color: white;
	font-size: 1.6em;
	font-weight:bold;
	padding-bottom:8px;
	display:block;
}
.content_head_large+br{
	display:none;
}
.content_head_small{
	color: orange;
	font-size: 1.8em;
	font-weight: bold;
	padding-left: 2px;
	position: relative;
	top: -5px;
}
.content_head_very_small{
	color: #666666;
	font-size: 1.4em;
	padding-left: 2px;
	position: relative;
	top: +10px;
}

