* {
	font-size: 11px;
	line-height: 16px;
	color: #202020;
}

ul#topnav {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	font-size: 1.1em;
}
ul#topnav li{
	margin: 0;
	padding: 0;
	overflow: hidden;  /*--Important - Masking out the hover state by default--*/
	float: left;
	height:40px;
}
ul#topnav a, ul#topnav span { /*--The <a> and <span> share the same properties since the <span>  will be a duplicate of the <a> tag--*/
	padding: 10px 20px;
	float: right;
	text-decoration: none;
	color: #fff;
	background: url(/_images/m_bak.png) repeat-x;
	text-transform: uppercase;
	clear: both;
	width: 100%;
	height: 20px;
	line-height: 20px; /*--Vertical alignment of text--*/
}
ul#topnav a{ /*--This is basically the hover state of navigation--*/
	color: #555;
	background-position: right bottom;
}
ul#topnav span{ /*--Default state of navigation--*/
	background-position: right top;
}

body {
	margin: 0px 0px 0px 0px;
	background-color: #000000;
	background-image: url(/_images/bak.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top center;
   	font-family: arial,helvetica,sans-serif;
}

hr.news
{ 
height: 0; 
border-bottom: 1px dotted #505050; 
}

h1
{
	font-size: 21px;
	color: #101010;
	font-weight: bold;
	padding: 0px 0px 0px 0px;

}

a.post
{
	color: #00a2ff;
	text-decoration: underline;
	font-family: arial,helvetica,sans-serif;
}

a:hover.post
{
	color: #00a2ff;
	text-decoration: underline;
	font-family: arial,helvetica,sans-serif;
}

i.post
{
font-family: arial,helvetica,sans-serif;
font-style: italic;
}


div.head
{
	font-size: 20px;
	color: #101010;
	line-height: 20px;
	font-weight: bold;
	padding-bottom: 5px; 
	
}


h3
{
	font-size: 15px;
	color: #101010;
	font-weight: bold;
	padding: 0px 0px 0px 0px;

}


div.content
{
font-size: 11px;
color: #202020;
font-family: Bookman Old Style, Georgia, arial;
padding: 0px 0px 0px 0px;
}

div.footer
{
font-size: 9px;
color: #ffffff;
}

a
{
	color: #ff00c6;
	text-decoration: underline;
}

a:hover
{
	color: #00a2ff;
	text-decoration: underline;
}

a.footer
{
	color: #00a2ff;
	font-size: 9px;
	text-decoration: underline;
}

a:hover.footer
{
	color: #00a2ff;
	font-size: 9px;
	text-decoration: underline;
}

.container {
	position: absolute;
	background: #ffffff;
	width: 60em;
	left: 50%;
	margin: 2em -30em;
}

.content {
	padding: 0 2em 2em;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}
ul.menu {
	list-style-type: none;
	padding: 0;
	margin: 0;
	background: black;
}

ul.menu > li {
	background: black;
	display: table-cell;
	color: whitesmoke;
	font-size: 1.5em;
	padding: .25em 1em;
}

ul.menu > li:hover {
	background: chartreuse;
	color: black;
}

ul.menu > li > a {
	color: inherit;
	font-size: inherit;
	text-decoration: none;
	font-weight: bold;
}

input.profile
   {
	width: 20em;
	padding: .2em;
	font-weight: normal;
	font-size: 1em;
}

b.profile {
	text-decoration: none;
	font-weight: Bold;
}

sup.red {
	color: #ff0060;
}
		
select.profile
   {
	font-size: 20px;
}
		