@import url("styles.css");

body {
	text-align: center;
	margin: 0;
	background: black;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	color: #000000;
	font-weight: ;
	font-size: 12px;
}

.supportlist {
	line-height: 10px;
}

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #333333;
}
.headline {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
}

#page {
	text-align: left;
	margin: 0 auto;
	width: 952px;
}

#header {
	height: 130px;
	background: url(../images/top.gif) top left no-repeat;
}
#header #search {
	height: 61px;
	text-align: right;
	padding: 10px 0;
	color: white;
	font-weight: bold;
}
#header #nav {
	padding-left: 147px;
}

#main {
	margin-left: 52px;
	background: #818386 url(../images/backfade.gif) top repeat-x;
}
#content {
	padding: 0 0 25px 25px;
	float: left;
	width: 850px;
}
#content_sidepanel {
	padding: 0 0 25px 25px;
	float: left;
	width: 675px;
}
#content_box {
	height: 520px;
	overflow: auto;
	padding-right: 10px;
	scrollbar-face-color: ;
}
#content_plain {
	padding: 0 0 25px 25px;
	float: left;
	width: 675px;
}
#panel {
	padding: 0 25px 75px 0;
	float: right;
	width: 160px;
}

/* ERRORS/MESSAGES */
.error {
	background-color: #FFC0C0;	
	padding: 0 0 0 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	color: #800000;
	font-weight: bold;
}

.message {
	background-color: #a9ca5f;	
	padding: 0 0 0 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #999;
	border-top:1px solid #999;
	color: #204a00;
	font-weight: bold;
}

#footer {
	text-align: center;
	color: #333333;
}
#footer a:hover {
	color: white;
}
#footer p {
	color: white;
}

