@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background-color:#000;
	color:#FFF;
	font-family:Tahoma, Geneva, sans-serif;
}

tr {
	font-size:12px;
}

select {
 background-color: #000;
 color: #ffffff;
}

p{
	font-size:14px;
	}

#content {
	width:900px;
	background-image: url(images/ui/bg.content.gif);
	background-repeat: repeat-y;

}

#container {
	width:100%;
	background-color:#000000;
	background-image: url(images/ui/bg.gif);
	background-position: center top;
	background-repeat: no-repeat;
}

.textcontent {
	font-size:14px;
	width:690px;
	float:right;
	padding-left: 10px;
}

.textcontentmain {
	font-size:14px;
	width:530px;
	float:left;
}

.textcontentmain table {
		font-size:12px;
}

.textcontentadmin {
	font-size:12px;
	margin: 10px;

}

.textcontent p{ 
width:600px;	

}

#rightcol {
	width: 150px;
	float:right;
	font-size:12px;
	margin-top: 60px;

}

.rightcolpad  {
	padding: 0 5px 0 5px;
}

h1, h2, h3, h4 {
	font-weight:normal;
	margin-top: 10px;
}

h1{
	font-size:18px;
	}
	
h2 {
	color:#6666FF;
	}
		
	


#cleardiv {
	clear:both;
}

#sidebar {
	width:200px;
	float:left;
	background-image:url(images/ui/side.bar.lef.bg.gif);
	background-repeat:no-repeat;

}

#sidebarcontent {
	margin: 0 0 0 20px;
	font-size: 13px;
}

#sidebarcontent, p  {
	padding-bottom:0px;
	margin-bottom: 0px;
	
}

.tableheader {
	background-image:url(images/ui/top1.gif);
	background-repeat:repeat-x;
}

a {
	color:#6666FF;
	text-decoration:none;
}

.orange {
color:#FF6600;
}

.red {
	color:#F00;
}

.pdf {
	float:right;
	width:75px;
	padding:10px;
	text-align: center;
}

.credit {
	font-size:9px;
	color:#666;
	text-decoration:none;
	text-align: right;
}

.credit a {
	
	color:#666;
	
}
