* {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

ul {
	list-style: none;
}

h1, h2, h3 {
	margin-bottom: 0px;
	margin-top: 0px;
	font-weight: normal;
	letter-spacing: 0.5px;
}

#content p {
	margin-bottom: 12px;
	letter-spacing: 0.5px;
}

.noimg {
	border: none;
}

.small {
	font-size: 10px;
	margin-top: 4px;
}

h1, h2, h3 {
	font-size: 18px;
	text-decoration: none;
}

body {
	background: url(images/background.png) repeat-x #090909;
	font-family: Tahoma, Verdana, Arial;
	color: white;
	font-size: 12px;
	_padding-bottom: 20px;
}

#container {
	width: 960px;
	margin: 0 auto;
	_position: relative;
	_padding-bottom: 20px;
}

/* header */
#header {
	position: relative;
	height: 98px;
	margin-top: 10px;
}

#header a {
	text-decoration: none;
	color: white;
	font-size: 12px;
}

#header a:hover {
	text-decoration: underline;
}

#header p {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 22px;
}

#header li {
	float: left;
	display: inline;
	margin-left: 4px;
}

#header ul {
	position: absolute;
	bottom: 28px;
	right: 0;
}
/* /header */

/* messageBar */
#messageBar {
	border: 1px dashed #939292;
	border-left: none;
	border-right: none;
	height: 20px;
	vertical-align: middle;
	line-height: 29px;
	margin: 20px 0;
	margin-top:6px;
}

#messageBar ul {
	padding: 0 10px;
}

#messageBar li {
	display: inline;
}

#messageBar li:first-child {
	margin-right: 10px;
	font-size: 11px;
}

#messageBar li {
	margin-right: 15px;
	font-style: italic;
}

#messageBar li strong {
	font-style: normal;
}

#messageBar li:first-child a {
	text-decoration: underline;
}

#messageBar a {
	color: white;
	text-decoration: none;
}
/* /messageBar */

/* menu */
#menu {
	height: 25px;
	border: 1px solid #eaeaea;
	line-height: 25px;
	vertical-align: right;
	margin: 40 0;
	margin-top:-25px;
	background: url(images/menu_back.png) repeat-x;
}

#menu li {
	display: block;
	float: left;
	border: 1px solid #9b9b9b;
	border-left: none;
	border-top: none;
	border-bottom: none;
}

#menu a {
	color: white;
	padding: 0 16px;
	text-decoration: none;
	display: block;
	float: left;
}

#menu a:hover {
	background: url(images/menu_hover.png) repeat-x;
}
/* /meu */

/* content */
#content {
	overflow: auto;
	margin-top: 15px;
	margin-bottom: 20px;
	background: url(images/dash_y.gif) repeat-y;
}

#content a {
	color: white;
}

/* left */
#left {
	width: 700px;
	padding: 0 20px 0 0;
	float: left;
	padding-bottom: 20px;
}
/* /left */

/* right */
#right {
	float: left;
	width: 180px;
	padding-left: 20px;
	_width: 179px;
	_border: 1px dashed #b9b9b9;
	_border-top: none;
	_border-right: none;
	_border-bottom: none;
	_padding-bottom: 20px;
}

#right h3{
	margin-bottom: 8px;
}

#right p {
	margin-bottom: 2px;
}

#right h3 {
	margin-top: 10px;
	border: 1px dashed #9b9b9b;
	border-top: none;
	border-left: none;
	border-right: none;
	padding-bottom: 3px;
}

#right h3:first-child {
	margin-top: 0;
}

#right a {
	text-decoration: none;
}

#right a:hover {
	text-decoration: underline;
}

#right li {
	margin-bottom: 3px;
}

#right ul {
	margin-left: 8px;
}

#right img {
	border: 2px solid white;
}

img {
	border: 2px solid white;
}

/* /right */
/* /content */

/* footer */
#footer {
	float: right;
	margin: 0 20px;
	font-size: 11px;
	margin-bottom: 20px;
	_position: relative;
	_right: 20px;
	bottom: -20px;
	_width: 300px;
	text-align: right;
}

#footer a {
	color: white;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
/* /footer */

.errortext {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color:#CC0000;
	margin-bottom:3px; }
	
	

.pcolor1{ background-color: #FF9900;}
.pcolor2{ background-color: #0066FF;}
.pcolor3{ background-color: #46B7FB;}
.pcolor4{ background-color: #F39345;}
.pcolor5{ background-color: #1D33D5;}
.pcolor6{ background-color: #292071;}


input, textarea, select { padding: 2px; border: 1px dotted #3d3d3d; font-size: 11px; margin: 2px;
}


