html {
	font-family:Lucida Sans Unicode, sans-serif;
	font-size:12px;
	line-height:17px;
	color:#FFFFFF;
}

#topMenu {
	text-align:right;
}
#topMenu a {
	margin-left:12px;
}

#topMenu a, #menu a, #submenu a, #adminMenu a {
	text-decoration:none;
	color:#B0B9BD;
}

#topMenu a:hover, #menu a:hover, #submenu a:hover, #adminMenu a:hover, #submenu a.selected, #menu a.selected {
	color:#FFFFFF;
}

#leftColumn h1, #leftColumn h2  {
	font-size:12px;
	font-weight:normal;
	color:#000000;
	margin:0px 0px 0px 0px;
	padding:1px 10px 0px 10px;
	width:220px;
	line-height:19px;
	background-color:#6989D1;
}
#leftColumn h2 {
	background-color:#6E777D;
	margin-top: 20px;
}


#rightColumn p, #rightColumn li, #rightColumn table {
	margin-right: 85px;
}

#rightColumn h1 {
	font-size:29px;
	line-height:30px;
	color:#6989D1;
	margin:50px 0px 30px 0px;
	font-weight:normal;
/*	background-image:url(/images/h1.gif);
	background-repeat:no-repeat;
	background-position:100% 100%;
*/}

#rightColumn h1:first-child {
	margin-top:0px;
}

#rightColumn h2 { 
    font-size:22px; 
    line-height:30px; 
    color:#6E777D; 
    margin:40px 0px 20px 0px; 
    font-weight:normal; 
/*    background-image:url(../images/h2.gif); 
    background-repeat:no-repeat; 
    background-position:100% 6px; 
*/}

#rightColumn p {
	text-align:justify;
	margin-top:0px;
	margin-bottom:17px;
}

#footer {
	color: #69757C;
}

a {
	color: #6989D1;
}
.error, .errors {
	color: red;
}

ul.errors {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.errors li {
	padding: 0;
	margin: 0;
	margin-top: -10px;
	margin-bottom: 5px;
}