body
{
	margin: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

body a
{
	color: navy;
}

#pageTitle
{
	font-weight: bold;
}

#logoHR
{
	color: black;
	border-style: solid;
	height: 1px;
}

#mainContainer
{
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}

#logoArea
{
	width: 395px;
	height: 65px;
	margin-left: auto;
	margin-right: auto;
	font-size: 40px;
	padding-top: 10px;
}

#menu
{
	margin-top: 5px;
	width: 110px;
	float: left;
}

#menu a
{
	border: 0px;
	text-decoration: none;
}

#menu img
{
	border: 0px;
}

#menu .menuItem
{
	display: block;
	font-size: 12px;
	color: black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-top: 1px solid white;
	border-left: 1px solid white;
	height: 17px;
	width: 110px;
	text-decoration: none;
	padding-right: 5px;
	margin-top: 5px;
	padding-top: 2px;
	text-align: right;
}

#menu .menuItem:hover
{
	background-color: #f2f2f2;
	border: 1px solid black;
	color: black;
}

#validation
{
	margin-top: 10px;
	width: 110px;
	float: left;
}

#content
{
	width: 510px;
	float: right;
	margin-top: 10px;
	padding-bottom: 40px;
}

#footer
{
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #717171;
	float: right;
	padding-bottom: 20px;
}

.news
{
	width: 510px;
	margin-top: 10px;
}

.newsTitleBlock
{
	padding: 2px;
	width: 504px;
	height: 14px;
	font-weight: bold;
	background-color: #f2f2f2;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}

.newsTitle
{
	float: left;
}

.newsDate
{
	float: right;
}

.newsArticle
{
	padding: 2px;
	padding-bottom: 5px;
	margin-top: 2px;
	margin-bottom: 20px;
	width: 504px;
}

.titleDiv
{
	padding: 2px;
	width: 504px;
	height: 14px;
	background-color: #f2f2f2;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}

.textBox
{
	border: 1px solid #cccccc;
	font-size: 12px;
}

.button
{
	border: 1px solid #cccccc;
	background-color: white;
	color: black;
	height: 19px;
	font-size: 12px;
}

.formLeft
{
	float: left;
	width: 90px;
	white-space: nowrap;
}

.formLeft div
{
	margin-bottom: 3px;
	height: 19px;
	padding-top: 2px;
}

.formRight div
{
	margin-bottom: 3px;
}

.formRight
{
	float: right;
	margin-bottom: 10px;
}

/*jedit colors*/
.syntax0 {
color: #000000;
}
.syntax1 {
color: #39711d;
font-weight: bold;
}
.syntax2 {
color: #388a46;
font-weight: bold;
}
.syntax3 {
color: #6600cc;
}
.syntax4 {
color: #cc6600;
}
.syntax5 {
color: #491b1b;
}
.syntax6 {
color: #453662;
}
.syntax7 {
background: #ffffcc;
color: #ff0066;
}
.syntax8 {
color: #006699;
font-weight: bold;
}
.syntax9 {
color: #054731;
}
.syntax10 {
color: #223644;
font-weight: bold;
}
.syntax11 {
color: #009999;
font-weight: bold;
}
.syntax12 {
color: #02b902;
}
.syntax13 {
color: #450c39;
}
.syntax14 {
color: #cc00cc;
}
.syntax15 {
color: #9900cc;
}
.syntax16 {
color: #6600cc;
}
.syntax17 {
color: #0000ff;
}
.syntax18 {
color: #000000;
font-weight: bold;
}
.gutter {
background: #eceded;
color: #000000;
}
.gutterH {
background: #eceded;
color: #000000;
}