body, html {
	margin:0;
	padding:0;
	color:#000;
	background:#000000;
	background-attachment: fixed;
	background-image: url('images/dsbg.jpg');
}

html.pf {
	margin:0;
	padding:0;
	color:#000;
	background:#fff;
}

body.pf {
	margin:0;
	padding:0;
	font-family: "Times New Roman", verdana, sans-serif;
	font-size: 14px;
	color:#000;
	background:#fff;
}

h1{

	padding: 10px;
	font-family: "trebuchet ms", verdana, sans-serif;
	font-size: 18px;
	color: #000;
	text-align: left;
}

h2{
	padding: 10px;
	font-family: "trebuchet ms", verdana, sans-serif;
	font-size: 16px;
	color: #000;
	text-align: left;
}

h3{

	padding: 10px;
	font-family: "trebuchet ms", verdana, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: left;
}

h1.white{

	padding: 10px;
	font-family: "trebuchet ms", verdana, sans-serif;
	font-size: 18px;
	color: #fff;
	text-align: left;
}

h2.white{
	padding: 10px;
	font-family: "trebuchet ms", verdana, sans-serif;
	font-size: 16px;
	color: #fff;
	text-align: left;
}

h3.white{

	padding: 10px;
	font-family: "trebuchet ms", verdana, sans-serif;
	font-size: 14px;
	color: #fff;
	text-align: left;
}

h3.error{

	padding: 10px;
	font-family: "trebuchet ms", verdana, sans-serif;
	font-size: 14px;
	color: #FF0000;
	text-align: left;
}

hr{
	width: 99%;
	color: #5803A8;
}

p{
	padding: 10px;
	font-family: "trebuchet ms", verdana, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: left;
}

p.white{
	padding: 10px;
	font-family: "trebuchet ms", verdana, sans-serif;
	font-size: 12px;
	color: #fff;
	text-align: left;
}

p.right{
	text-align: right;
}

img {
	border:0;
}
	
ul {
	color:#ffffff;
	text-align:left;
}

table.center {margin-left:auto; margin-right:auto;}

span.center {margin-left:auto; margin-right:auto;}

span.white {margin-left:auto; margin-right:auto; color:#ffffff;}


td {
	vertical-align: top;
	font-family: "trebuchet ms", verdana, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: left;
	} 

table.white {
	margin-left:auto; 
	margin-right:auto;
	color: #fff;
}

td.white {
	vertical-align: top;
	font-family: "trebuchet ms", verdana, sans-serif;
	font-size: 12px;
	color: #fff;
	text-align: left;
	} 


.white a:link {
	text-decoration: underline;
	color: #FFCC00;
	}
	
.white a:visited {
	text-decoration: underline;
	color: #FFCC00;
	}
	
.white a:hover {
	text-decoration: none;
	color: #CCCCCC;
	background-color: #333333;
	}
	
.white a:active {
	text-decoration: underline;
	color: #FFCC00;
	}
	
#whitewrap {
	width:800px;
	margin:0 auto;
	background: #000000;
	background-image: url('images/satblue.jpg');
	/*background: #999999 url('images/bluemoon2.jpg');*/
	/*background: #999999 url('images/fpbg.jpg');*/
}

#clearhack {
	clear:both
}

#wrap {
	width:800px;
	margin:0 auto;
	background:#A79DA6;/*99c;*/
	background-image: url('images/sideback.jpg');
}

#header {
	height:200px;
	background: #999999 url('images/headerrect.jpg');
	
}

.headerriv {
	height:15px;
	width: 800px;
	background-image: url('images/rivhor.gif');
	
}
#mainleft {
	float:left;
	width:460px;
	font-family: "trebuchet ms", verdana, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #fff;
}

#mainright {
	float:right;
	width:325px;
	padding:5px;
	color: #fff;
	text-align: left;
}

#sidebar {
	float:left;
	width:200px;
	height:auto !important;
	height:400px;
	min-height:400px;
	padding:10px;
	background:#A79DA6;/*99c;*/
	background-image: url('images/sideback.jpg');
	font-family: "trebuchet ms", verdana, sans-serif;
	font-size: 12px;
	text-align: left;
}

#main {
	float:right;
	width:560px;
	min-height:400px;
	height:auto;
	padding:10px;
	background:#fff url('images/mainbackground.jpg');
}

/* for Internet Explorer */
/*\*/
* html #main {
height: 400px;
}
/**/



#maininner {
	width:530px;
	padding:10px;
	font-family: "trebuchet ms", verdana, sans-serif;
	font-size: 12px;
	text-align: left;
}


#footer {
	clear:both;
	padding:5px 10px;
	background:#000000;
	font-family: "trebuchet ms", verdana, sans-serif;
	font-size: 12px;
	text-align: center;
	background-image: url('images/dsbgfoot.jpg');
}

#navbar {
		position: relative;
		top: 174px; 
		width: 800px;
		padding: 1px;
		margin-left: auto;
		margin-right: auto;
		/*background: #5803A8;*/
		/*border: 1px solid black;*/
		z-index: 1000;
	}

#headerorig{

	min-height:218px;
  	height:auto !important;
  	height:218px !important;
	width: 795px;
	padding: 3px;
	margin-left: auto;
	margin-right: auto;
	background: #999999 url('images/header.jpg');
	
}

#footerorig{

	position: relative;
	width: 800px;
	padding: 3px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	background: #999999;
	font-family: "trebuchet ms", verdana, sans-serif;
	font-size: 12px;
	text-align: center;
}

.twtr-tweet-text {
   font-family: "trebuchet ms", verdana, sans-serif;
	font-size: 12px;
}
/* hide twitter widget header and footer */
.twtr-hd { display: none; }
.twtr-ft{display:none;} 

a.font-family img {border:0;height:16px;width:16px;margin-right:3px;}
a.stbar.chicklet {height:16px;line-height:16px;}

#navbarorig{
	position: absolute;
	top: 194px; 
	width: 790px;
	padding: 1px;
	margin-left: auto;
	margin-right: auto;
	background: #5803A8;
	border: 1px solid black;
	z-index: 1000;
}

#sddm
{	margin: 0;
	padding: 0;
	z-index: 1000;}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 109px;
	background: #0E1C39;/*5970B2;*/
	color: #FFF;
	text-align: center;
	text-decoration: none;}

#sddm li a:hover
{	
	background: #49A3FF;
}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #999999;
	/*background: #EAEBD8;*/
	border: 1px solid #5970B2;
	z-index: 1000;}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: 110px;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #EAEBD8;
		color: #2875DE;
		font-family: "trebuchet ms", verdana, sans-serif;}

	#sddm div a:hover
	{	background: #49A3FF;
		color: #FFF}