@charset "utf-8";
body.editor
{
	background-color: #fff;
	background-image:none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 62.5%;
	background-color: #FFFAE8;
	background-image: url(../images/background.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#main {
	width: 782px;
	margin-right: auto;
	margin-left: auto;
}
#header img {
	border:none;
}
#header #error {
	float: right;
	width: 125px;
	margin-top: 16px;
	text-align: right;
	color: #FFFFFF;
}
#header form {
	float: right;
	width: 360px;
	padding-top: 16px;
	margin-top: 0px;
	margin-right: 16px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#header form ul {
	font-size: 1.4em;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
#header form ul li {
	list-style-type: none;
	display: inline;
	float: right;
	margin-right: 20px;
	margin-top: 5px;
}
#header form ul li a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#header form ul li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#header form ul li a:hover {
	text-decoration: underline;
}
#header form div {
	border: 1px solid #101E2C;
	background-color: #FFF;
	float: right;
	margin-left: 5px;
	display: inline;
	width:136px;
}
#header form div input {
	border: 1px solid #CCC;
	margin:2px;
	*margin:1px 2px 1px 2px;
	padding-left:2px;
	padding-right:2px;
	width: 126px;
	color:#999;
}
#header form div input.username {
	background-image:url(../images/username.jpg);
	background-repeat: no-repeat;
}
#header form div input.password {
	background-image:url(../images/password.jpg);
	background-repeat: no-repeat;
}
#header form div input:focus {
	border: 1px solid #999;
	color:#999;
}
#header form #button {
	background-color: #3A71A3;
	width:54px;
}
#header form #button input {
	border: 1px solid #101E2C;
	background-color: #3A71A3;
	margin:2px;
	height: 20px;
	width: 50px;
	color: #101E2C;
	padding:0px;
}
#content {
	background:#1F3E5A;
	color: #FFFFFF;
	background-image: url(../images/content-background.jpg);

}
#content #left {
	float: left;
	width: 166px;
	background-image: url(../images/content-left-background.jpg);
	margin-left: 11px;
	min-height:306px;
	padding-left: 30px;
	font-size: 1.4em;
	font-weight: bold;
	_height:306px;
	display:inline;
	background-repeat: repeat-x;
}
#content #left ul {
	padding: 0px;
	margin: 0px;
}
#content #left li {
	list-style-type: none;
	margin-bottom: 1em;
	cursor:pointer;
}
#content #left li ul {
	margin-top: 5px;
	margin-left: 10px;
}
#content #left li ul li {
	font-weight: normal;
	font-size: .8em;
	margin-bottom: 0em;
	line-height: 1.4em;
}
#content #left span:hover {
	color:#C9D5DE;
}
#content #left a:link{
	color: #FFF;
	text-decoration: none;
}
#content #left a:visited{
	color: #FFF;
	text-decoration: none;
}
#content #left a:hover{
	color: #C9D5DE;
}
#content #left li ul li a:link{
	color: #C9D5DE;
}
#content #left li ul li a:visited{
	color: #C9D5DE;
}
#content #left li ul li a:hover{
	text-decoration: underline;
}
#content #right {
	float: left;
	width: 484px;
	background-image: url(../images/content-right-background.jpg);
	min-height:306px;
	padding-right: 40px;
	padding-left: 40px;
	_height:306px;
	background-repeat: repeat-x;
}
#content #right img {
	float: right;
	margin-bottom: 14px;
	margin-left: 14px;
}
#content #right h1 {
	margin: 0px;
	font-size: 1.8em;
}
#content #right h1 small{
	font-weight: normal;
	font-size: 80%;
	margin-left: 4px;
}
#content #right h2 {
	font-size: 1.2em;
	line-height: 1.4em;
}
#content #right h2.news {
	margin-bottom: -10px;
	color: #D1E1EF;
	font-size: 1.3em;
	margin-top: 24px;
}
#content #right h2.news small {
	font-weight: normal;
	font-size: 85%;
	color: #FFF;
}
#content #right p {
	font-size: 1.2em;
	line-height:1.4em;
}
#content #right ul, #content #right ol {
	font-size: 1.2em;
	line-height: 1.4em;
	padding-left: 0px;
	margin-left: 0px;
}
#content #right ul.news {
	font-size: 1.2em;
	line-height: 1.4em;
	padding-left: 0px;
	margin-left: 0px;
	margin-top: -6px;
}
#content #right ul li {
	background-image: url(/../images/bullet-square.gif);
	list-style-type: none;
	padding-left: 18px;
	background-repeat: no-repeat;
	background-position: 0em .4em;
}
#content #right ul li.arrow {
	background-image: url(/../images/bullet-arrow.gif);
	background-position: 0em 0.2em;
}
#content #right ul li.plus{
	background-image: url(/../images/bullet-plus.gif);
	background-position: 0em 0.2em;
}
#content #right ul li ul {
	font-size: 100%;
}
#content #right ul li ul li {
	background-image: url(/../images/bullet-square.gif);
}
#content #right ol li {
	margin-left: 16px;
}
#content #right a:link, #content #right a:visited {
	text-decoration: none;
	color: #D1E1EF;
}
#content #right a:hover {
	text-decoration: underline;
}
#content #right #topmessage {
	border: 1px solid #FFCC33;
	background-color: #FFFFCC;
	margin-bottom: 14px;
	padding: 8px;
}
#content #right #topmessage p {
	margin: 0px;
}
#content #right #news{
	border: 1px solid #FFF;
	width: 155px;
	float: right;
	margin-left: 14px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#content #right #news h2 {
	margin-bottom: -10px;
	color: #D1E1EF;
	font-size: 1.2em;
}
#content #right #news h2 small {
	font-weight: normal;
	font-size: 85%;
	color: #FFF;
}
#content #right #news p {
	font-size: 1.1em;
}
#footer {
	color: #4C4B45;
}
#footer p {
	line-height: 1.5em;
	margin-top: 0px;
	margin-right: 14px;
	margin-bottom: 0px;
	margin-left: 14px;
}
#footer a:link{
	color: #4C4B45;
	text-decoration: none;
}
#footer a:visited{
	color: #4C4B45;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
#footer #right {
	float: right;
	text-align: right;
}
#magic {
	clear: both;
	display: block;
}
.hiddenDiv {
	display: none;
	}
.visibleDiv {
	display: block;
	}