/* Resets */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
:focus {
	outline: 0;
}

html{
	color:rgb(255, 255, 255);
}

body{
	font-family:Arial,Helvetica,sans-serif;
	background-color:rgb(0, 0, 0);
	color:rgb(255,255,255);
	font-size:1em;
	height: 100%;
}

p{
	margin-bottom: 8px;
}

a:link{
	color:#25DB34; }
a:visited{
	color:#00D188; }
a:hover{
	color:#FFFFFF; }
a:active{
	color:#FFFFFF; }

a{
	color:#25DB34;
}

ul{
	list-style: none;
}

input, textarea {
	font-family:Arial,Helvetica,sans-serif;
	background-color: rgb(35, 35, 35);
	border: 1px solid rgb(45, 45, 45);
	color:rgb(176, 174, 172);
	font-size: 1em;
	margin-bottom: 8px;
}

.Error {
	text-align:center;
	color:rgb(200, 50, 50);
	border: 1px solid rgb(200, 50, 50);
	font-size: 0.9em;
	padding: 2px;
	margin: 5px;
}

/* IE Hack */
* html a:hover { background: transparent; }

#Wrap {
	width:1000px;
	margin: 0 auto;
	color:rgb(176, 174, 172);
	background-color:rgb(16,16,16);
	border: 1px solid rgb(32,32,32);
}

#Title{
	padding:5px 10px;
	font-weight:bold;
	font-size:2em;
	color:rgb(255,255,225);
}

#SubTitle{
	padding:0px 10px;
	font-size:1em;
	color:rgb(255,255,255);
	margin-bottom: 12px;
}

/* Navigation */
#Navigation{
	width:100%;
	height:40px;
	color:rgb(128, 126, 124);
	background-color:rgb(32,32,32);
	background-image:url('images/topbar_down.png');
	background-repeat:repeat-x;
	border: 1px solid rgb(20,20,20);
}


#Menu{
	list-style:none;
	float:left;
}

#Menu li{
	float:left;
	margin-right:1px;
	position:relative;
	text-transform: uppercase; 
}

#Menu a{
	display:block;
	height:30px;
	min-width:90px;
	padding:5px;
	color:#fff;
	background-image:url('images/topbar.png');
	font-size:16px;
	text-decoration:none;
}

#Menu a:hover, #Menu a.Current{
	color:#fff;
	background-image:url('images/topbar_up.png');
	background-repeat:repeat-x;
}


.PageHeader{
	font-weight:bold;
	font-size:1.6em;
	color:rgb(255,255,225);
	margin-bottom: 12px;
}


/* Full page layout */
#Full {
	float:left;
	width:980px;
	padding:10px;
}

/* Two column layout */
#Left {
	float:left;
	width:710px;
	padding:10px;
}

#Right {
	float:right;
	width:250px;
	padding:10px;
}


/* Page Footer */
#Footer {
	clear:both;
	min-height:30px;
	
	text-align:center;
	color:rgb(50, 50, 48);
	font-size: 0.70em;
	
	background-color:rgb(10,10,10);
	border: 1px solid rgb(20,20,20);
	padding: 10px 10px 5px 10px;
	margin:0;
	

}
/* IE Hack */
* html #Footer {
	height:1px;
}



