/* -- INCLUDE OTHER CSS -- */
@import url("content.css");
@import url("navigations.css");
@import url("styles.css");


/* -- General -- */
html, body  { 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: auto;
	width: auto;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 101%;
	color: #333333;
}

a, a:active, a:visited, a:hover {color: #00519d; text-decoration: underline; border: none;}
a img {border: none;}

/* -- Layout -- */
#center {
	margin: 10px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 950px;
	height: auto;
}

#center #head {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 950px;
	height: 100px;
	background-image: url("../gfx/bg-head.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #00519d;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	position: relative;
}

#center #main {
	margin: 0px 0px 40px 0px;
	padding: 0px 0px 0px 0px;
	width: 950px;
	height: auto;
	font-size: 0.86em;
}

#center #main #left {
	margin: 0px 25px 0px 0px;
	padding: 0px 0px 25px 0px;
	width: 150px;
	height: auto;
	float: left;
	background-image: url("../gfx/bg-left-end.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #bcc4e1;
}

#center #main #navigation-main {
	margin: 25px 0px 25px 0px;
	padding: 0px 7px 10px 7px;
	width: 136px;
	height: auto;
	overflow: hidden;
}


#center #main #content {
	margin: 25px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 560px;
	height: auto;
	float: left;
	overflow: hidden;
}

#center #main #content-right {
	margin: 25px 0px 0px 25px;
	padding: 0px 0px 0px 0px;
	width: 190px;
	height: auto;
	float: right;
	font-size: 0.86em;
}

/* -- MASTER CLEARING -- */
.fixfloat {
    margin: 0;
    padding: 0;
    width: 1px;
    height: 0px;
    font-size: 0;
    line-height: 0;
    float: none;
    clear: both;
}