@charset "utf-8";
/* CSS Document */

body {
	background:#14171b;
	font-family:"Trebuchet MS";
	color:#FFFFFF;
	font-size:14px;
	font-weight:normal;
	line-height:20px;
	text-decoration:none;
}
#OuterWrapper {
	background:#000000;
	width:950px;
	margin:0px auto;
	padding:5px;
}
#header {
	height:108px;
}

h1 {
	margin:0px;
	padding:0px;
	font-size:24px;
	color:#fe8f00;
}
p {
	font-family:"Trebuchet MS";
	font-size:14px;
	padding-right:5px;
	color:#FFFFFF;
	line-height:20px;
	text-align:justify;
}

/*************************************************MENU***************************************************************/

#menu {
	height:38px;
	/*background-color:#D3EBCF;*/
	/*margin-top:20px;*/
	/*background-image:url(../images/menu_bbg.jpg);*/
	background-image:url(../images/menu_bbg.jpg);
	background-repeat:no-repeat;
}
#menu a{
	display:block;
	float:left;
	padding:10px 18px;
	
	/*border-right:2px solid white;*/
	color:white;
	font-weight:normal;
	text-decoration:none;
	text-transform:uppercase;
}
#menu a:hover {
	color:#000000;
}

/************************************************RIGHT*******************************************************************/
#loginbox {
	background:#262d37;
	margin-top:10px;
	padding:5px;
	width:233px;
}

.button {
	background:url(../images/button.jpg) repeat-x;
	text-align:center;
	padding:0px 5px;
	color:#FFFFFF;
	text-decoration:none;
	border:none;
	height:25px;
	cursor:pointer;
}
.button:hover {
	background:url(../images/button.jpg) repeat-x;
	text-align:center;
	padding:0px 5px;
	color:#000000;
	text-decoration:none;
	border:none;
	height:25px;
	cursor:pointer;
}
.link_text {
	color:#ff8a00;
	text-decoration:none;
}
.link_text:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
.grey_text {
	color:#CCCCCC;
}
.white_text {
	color:#FFFFFF;
	font-weight:bold;
}
/*********************************************************FOOTER*********************************************************/
#footer {
	background:#262d37;
	height:75px;
	margin-top:10px;
}
#footer a {
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	
}

.error2 {
	color:#CC0000;
 }