/* CSS Document */

html {	background-color: #000;}
body {
	padding: 0;
	margin: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	min-width: 920px;
}
a, a.link, a:link, a:visited{ 
	color: #0099ff;
	text-decoration:none;
	font-weight:bold;
}
a:hover, a:focus, a:active  { color: #00FF33; }

a img {
	border: 0px;
	text-decoration: none;}
h1 {
	padding: 0;
	margin: 0px;}
h2 {
	font-size:16px;
	font-weight: bolder;}
h3 {
	font-size: 14px;}
h5 {
	padding: 0;
	margin: 0px;
	font-size: 16px;
	font-weight:bold;}
strong {
	font-weight: bolder;}
#menu {
        font-size: 1.1em;
        margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	}

#menu li {
	float: left;
	width: 7em;
	border-right: 1px solid #555;
	}

#menu a {
       font-size: 1em;
	display: block;
	height: 60px;
	width: 7em;
	line-height: 40px;
	padding: 40px 0 0 0px;
	text-align: center;
	}
	
#header {
	height: 100px;
	color: #000;
	clear:both;
	background: #000;
	border-left: 1px solid #555;
	margin: 0;
	}

#header a {
	color: #fff;
        text-decoration: none;
	}

#header a:hover {
	color: #fff;
	background: #0099ff;
        text-decoration: none;
	}

#header .current_page_item a{
	background: #0d78b6;
	}

#header .current_page_item a:hover{
	background: #0d78b6 ;
	}
#tagline {
	color: #FFFFFF;
	font-size: 16px;
	padding: 5px;
	font-weight: bold;
	clear:both;
	background-color: #555;}
#title {
    margin-left: 5px;
    margin-left: 0px;
	float: left;
	background-color: #FFFFFF;
	}

#title a {
	display: block;
	width: 168px;
	height: 100px;
	line-height: 50px;
	background: transparent url('test7.png') no-repeat center;
	}

#title a:hover {
	background: #ccc url('test7.png') no-repeat center;
	}
	
.main {
	padding: 0;
	background-image: url('bk1.png');
	background-position:right;
	background-repeat:repeat-y;
	background-color:#FFFFFF;
	clear: both;

}	
.right { 
	width: 170px; 
	float:right; 
	font-size: 14px;
	padding: 15px;
	clear:both;
}
.text {
	margin-right: 230px;
	padding: 20px;
	}
.footer {
	padding: 10px;
	text-align: center;
	background-color:#000000;
	color:#FFFFFF;
	clear: both;}
.feed  {  padding-left: 16px;  background: url(feed1.png) center left no-repeat;}
.email  {  padding-left: 17px;  background: url(email.gif) bottom left no-repeat;}
.toplink  {  padding-left: 12px;  background: url(up.gif) center left no-repeat; font-size: 12px;}
.pop { 
text-align: left;}

dd, input {
	padding-left: 0;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 0px;}
.black {
	background-color:#000000;
	color:#FFFFFF;}
.rightimg {
    text-align:right; 
	float:right; 
	padding-left: 15px; 
	padding-bottom: 15px;}