/* CSS Document */

body, html {
	margin: 0;
	padding: 0;
	width:100%;
	border:none;
}

body {
	background-color: #FFFFFF;
	background-image: url(../../images/_layout/bkgd-header.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	color: #000;
}

#Container {
	position: absolute;
	width: 740px;
	height: 100%;
	top: 0;
	left: 50%;
	margin-left: -370px;
}

#Header {
	height: 100px;
	margin: 0px;
	padding: 0px;
}

#Header h1 {
	color: #FFFFFF;
	background-image: url(../../images/_layout/logo.jpg);
	background-repeat: no-repeat;
	height: 78px;
	margin: 25px 0px 0px 0px;
	padding: 30px 0px 0px 100px;
	font-size: 18px;
	vertical-align: middle;
}

#Menu {
	position: absolute;
	top: 125px;
	height: 30px;
	z-index: 1;
}

#Navigation {
	position: absolute;
	top: 178px;
	left: 0;
	width: 250px;
	margin: 0px;
	padding: 0px;
}

#Content {
	position: absolute;
	top: 178px;
	left: 250px;
	width: 450px;
	margin: 0px;
	padding: 0 30px 50px 30px;
	font-size: 12px;
	color: black;
}

#Content h2 {
	background-image: url(../../images/_layout/content-h1-corner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #3fa0a0;
	margin-left: -30px;
	padding: 12px 0 0 55px;
	height: 39px;
	font-size: 18px;
}

#Content h3 {
	color: black;
}

#Content hr {
	page-break-before: always;
}

table td {
	font-size: 12px;
}

table td font, table td p {
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	width: 100%;
}

table td textarea {
	width: 100%;
	height: 200px;
}

table td ul{
	margin-top: 5px;
}

textarea {
	width: 100%;
	height: 200px;
}

p {
	color: #000;
}

#NavigationJS {
	height: 600px;
	width: 250px;
	overflow: auto;
}


.error_message {
	color: red;
	font-weight: bold;
}

ol {
	color: black;
}

li {
	color: black;
}

input.text {
	width: 100%;
}

textarea.mceAdvanced {
	width: 100%;
	height: 200px;
}

textarea {
	width: 100%;
	height: 200px;
}

.error a {
	color: #FF0000;
}

.text_comments {
	color: #FF0000;
}
