body {
	font-size:10.0pt;
	font-family:arial, sans-serif, helvetica;
	background-color:#000;
}

a { color:#4b8388; }
a:hover { color:#4b6888; }

/* --------------------------------------------------------------------------------- */

#page {
	width:800px;
	position:relative;
	left:50%;
	margin-left:-400px;
}

#header {
	height:144px;
}

#left {
	float:left;
	width:266px;
	margin-right:8px;
	padding-bottom:20px;
	text-align:center;
}

#left > img {
	float:right;
	margin-top:5px;
	margin-bottom:20px;
}

#left .contact_info  {
	clear:right;
	color:#fff;
	font-weight:bold;
	font-style:italic;
	font-size:14px;
	line-height:18px;
}

#right {
	float:left;
	width:508px;
	min-height:500px;
	background-color:#fff;
	background-image:url('content-bottom-bg.jpg');
	background-position:bottom left;
	background-repeat:repeat-x;
	margin-bottom:20px;
}

#right .content {
	padding:0px 12px 20px 12px;
}

#right .content .greenBox { /* Also Used in tiny_mce/css/content.css */
	color:#fff;
	background-color:#275150;
	display:block;
	float:right;
	width:175px;
	padding:10px;
	margin:0px 0px 10px 10px;
}

#footer {
	clear:both;
	height:10px;
	margin-right:18px;
	background-image:url('footer-bg.jpg');
	background-position:top right;
	background-repeat:repeat-y;
}

/* --------------------------------------------------------------------------------- */

a.editLink {
	font-family:tahoma, verdana, arial, sans-serif, helvetica;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#3667c3;
}
a.editLink:hover { color:#003496; }

.tmTextArea {
	width:100%;
	height:500px;
}
*html .tmTextArea { width:480px; }

.error {
	font-family:verdana, arial, sans-serif, helvetica;
	color:#fff;
	font-size:11px;
	background-color:#b22f3a;
	padding:5px;
}