body {
	font-family: "Lucida Sans Unicode", sans-serif, Tahoma, arial, Helvetica;
	margin: 0px;
	background-color: #5d46a6;
	color: #444;
	font-size: small;
}
h1 {
    font-size: 1.4em;
}
h2 {
    font-size: 1.3em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
img {
	border: 0px;
}
table { 
	margin-left: auto;
	margin-right: auto;
}
div.boxlt {
   float: left;
}
div.boxrt {
   float: right;
}
.active {
	font-style: italic;
	font-weight: bold;
}
.right {
	text-align: right;
	display: block;
}
.left {
	text-align: left;
	display: block;
}
.center-align {
	text-align: center;
}
.right-align {
	text-align: right;
}
.left-align {
	text-align: left;
}
span.right, div.right {
	text-align: right;
	float: right;
	padding-right: 4px;
}
span.left, div.left {
	text-align: left;
	float: left;
	padding-left: 4px;
}

blockquote {
	background: url(../images/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

/* structure */
.container {
	background: #FFF;
	margin: 0px auto;
	border-left: thin #454F8C solid;
	border-right: thin #454F8C solid;
	border-bottom: thin #454F8C solid;
	padding: 0px 10px 10px;
	width: 780px;
}
/* header */
.top {
	padding: 10px 10px 0;
}
/* title */
.header {
	background: #FFF;
	border-left: thin #454F8C solid;
	border-right: thin #454F8C solid;
	border-top: thin #454F8C solid;
	font-size: 1.2em;
	height: 157px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 780px;
}
.header h1{
	color: #ffffff;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding: 180px 0 0 10px;	
}

.header .left {
	background: url(../images/header.jpg) no-repeat;
	font: normal 2.8em "Trebuchet MS",sans-serif;
	line-height: 150px;
	width: 780px;
	height: 157px;
}


ul#nav {
/*Remove all spacings from the list items*/
	border: 1px solid #369;
	background: #963 url(../images/nav.gif);
	color: #456;
	font: bold 1.1em sans-serif;
	height: 35px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	cursor: default;
	list-style-type: none;
	display: inline;
}

ul#nav {
	display: table;
}

#nav ul{
	margin: 0px;
	padding: 0px;
	cursor: default;
	list-style-type: none;
	display: block;
}

ul#nav>li {
	display: table-cell;
	position: relative;
}

ul#nav li ul.submenu {
/*Make the sub list items invisible*/
	display: none;
}

ul#nav li:hover ul {
/*When hovered, make them appear*/
	display : block;
	position: absolute;
}

#nav li a {
/*Make the hyperlinks as a block element, sort of a hover effect*/
	border-right: thin solid #fff;
	display: block;
}

/*** Menu colors (customizable) ***/
#nav li a {
	background: #963 url(../images/nav.gif);
	line-height: 35px;
	text-decoration: none;
	color: #456;
	padding: 0px 18px;
}

#nav li a:hover {
	background: #f37b0f;
	line-height: 35px;
	text-decoration: none;
	color: #fff;
}

#nav ul.submenu li a {
	background: #000;
	width: 15em;
	text-decoration: none;
	color: #fff;
}

#nav ul.submenu li a:hover {
	background: #f37b0f;
	line-height: 35px;
	text-decoration: none;
	color: #fff;
}
	
#nav li a:active {
	background-color: #456;
	color: #fff;
}

a:link {
	color: #424242;
	text-decoration: none;
}
a:visited {
	color: #424242;
	text-decoration: none;
}
a:hover {
	color: #B7AFA3;
	text-decoration: underline;
}

/* sub navigation */
.sidenav {
	float: right;
	margin-top: 5px;
	padding-top: 10px;
	font: small Tahoma,sans-serif;
	width: 210px;
	background: #ffb300;
}

.sidenav h2 {
	color: #fff;
	margin: 0px;
	text-align: center;
}

.sidenav ul {
	padding: 0px;
	list-style: none;
	border-top: 1px solid #EAEADA;
}
.sidenav li {
	border-bottom: 1px solid #EAEADA;
	decoration: none;
}
.sidenav li a {
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	width: 95%;
}
.sidenav li a:hover {
	background: #f37b0f;
	color: #fff;	
}
.sidenav .image {
	width: 210px;
}
.error {
	color: red;
}
.green {
	background-color: #3c3;
	text-align:	center;
}
.red {
	background-color: #F9C;
	text-align:	center;
}
label {
	width: 8em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
}
fieldset {
	margin: 0px 0px 5px 10px;
	clear: left;
	float: left;
	border: 1px solid #6D8CA0;
	width: 90%;
	padding: 0.5em 0em 0.5em 0.5em;
}
legend {
	border: 1px solid #6D8CA0;
	background-color: #FFF;
	background-image: url(../../images/topnav_bg_blue.gif);
	padding: 2px 6px;
	height: 18px;
	margin-top: 0.5em;
}
#pageContainer {
	margin: 0px auto 15px;
	background-color: #FFF;
	border-width: thin;
	border-style: none solid solid;
	border-color: #8DA8D5;
	width: 790px;
}
#header {
	margin: 0px auto;
	width: 100%;
	height: 190px;
	background-repeat: no-repeat;
	background-color: #004D99;
}
#header a, #header a:link {
	color: #000;
	padding-right: 6px;
	margin-right: 6px;
}
#sidebar {
	margin: 5px 5px 10px;
	padding: 5px;
	width: 170px;
	min-height: 700px;
	float: left;
	background-color: #D8DADD;
}
/* for Internet Explorer */
/*\*/
* html #sidebar {
	height: 700px;
}
/**/
.mainContent {
	background-color: #FFF;
	padding: 10px 5px;
	float: left;
	width: 550px;
}

#footer {
	text-align: center;
	margin: 0px auto;
	padding-top: 15px;
	width: 100%;
	height: 65px;
	/*border-top: solid medium #666666;*/
	background-color: #004D99;
	background-image: url(../images/bgfooter.gif);
	font: bold 1em sans-serif;
	clear: both;
}
#bottomcontainer {
	width: 560px;
	display: block;
	margin: auto;
}
#footer ul {
	margin: 0px auto 0px auto;
	list-style-type: none;
}
#footer li {
	padding: 0px 20px 0px 0px;
	display: inline; 
}
.clear {
	margin: 0px;
	clear: left;
	visibility: hidden;
}
.cleared {
	clear: both;
	visibility: hidden;
}
.news_right {
	float:right;
	width:200px;
	margin:0 0 5px 10px;
	padding:0 10px 0 10px;
	background:#CFD9BE;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
}
.news p {
	margin:10px 10px;
}
.news_cnr_top {
	background:url(../../images/cnr_tr.gif) no-repeat top right;
	margin:0 -10px 0 -10px;
}
.news_cnr_bottom {
	background:url(../../images/cnr_br.gif) no-repeat top right;
	margin:0 -10px 0 -10px;
}
img.cnr {
	width:8px;
	height:8px;
	border:none;
	display: block !important;
}
