
/*****************/
/** Defaults  CSS**/
/*****************/

/**Non-header **/

*{padding:0; margin:0;}

 body {
	font-size:62.5%;
	background-color:rgb(000,058,117);
	} /*Font-size: 1.0em = 10px when browser default size is 16px*/

	
/******************/
/** Page Defaults  **/
/*****************/

.page-defaults {
	width:900px;
	margin:0px auto;
	margin-top:10px;
	margin-bottom:10px;
	border:double 10px rgb(233,233,233);
	font-size:1.0em;
	}
	
.content-defaults {
	clear:both;
	width:900px;
	padding-bottom:30px;
	background:transparent url(../images/page-bg1.jpg) top left repeat-y;
	}

.content-defaults a img.left {
	float: left;
	border-style: outset;
	border-color: #E0E8E9;
	border-width: 4px;
    margin: 3px;
	margin-right: 10px;
}
	
.content-defaults img.center {
	clear:both;
	float:none;
	margin:0;
	padding:1px;
	border:0px solid rgb(150,150,150);
	}
	
.content-defaults img.right {
	clear:both;
	border-style: outset;
	border-color: #E0E8E9;
	border-width: 4px;	
	float:right;
	margin:3px;
	margin-left: 10px;	
	}
	
.content-defaults img.plain {
	clear:both;
	border-style: outset;
	border-color: #E0E8E9;
	border-width: 4px;	
	margin:3px;
	margin-left: 10px;	
	}
	
.content-defaults a {
	color:rgb(000,058,117);
	font-weight:bolder;
	text-decoration:none;
	}

.content-defaults a:hover {
	color:rgb(140,191,248);
	text-decoration:underline;
	}
	
.content-defaults a:visited {
	color:rgb(42,90,138);
	}

.content-defaults a img {
	border-style: outset;
	border-color: #E0E8E9;
	border-width: 4px;
    margin: 2px;
}
.content-defaults a:hover img {
	border-style: outset;
	border-color: #8DD4F7;
	border-width: 4px;
    margin: 2px;
}

.content-defaults a:hover img.left {
	float: left;
	border-style: outset;
	border-color: #8DD4F7;
	border-width: 4px;
    margin: 3px;
	margin-right: 10px;
}

.content-defaults a:hover img.right {
	float: right;
	border-style: outset;
	border-color: #8DD4F7;
	border-width: 4px;
    margin: 3px;
	margin-left: 10px;
}

.content-defaults ul li a img {
	border-style: none;
	border-color: white;
	border-width: 0px;
    margin: 0px;
}
	
.content-defaults ul li a:hover img {
	border-style: none;
	border-color: white;
	border-width: 0px;
    margin: 0px;
}
	
.main-menu {
	display:inline /*Fix IE floating margin bug*/;
	float: left;
	width: 200px;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
}
	
.main-content {
	display:inline; /*Fix IE floating margin bug*/
	float: left;
	width:640px;
	margin: 0 0 0 30px;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	}

.footer-defaults {
	clear:both;
	width:900px;
	height:3.7em;
	padding:1.1em 0 0;
	background:rgb(225,225,225) url(../images/page-bg2.jpg) no-repeat;
	font-size:1.0em;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	}


/** Header **/

.header-defaults {
	width:900px;
	font-family: arial, verdana, helvetica, sans-serif;
	}

.header-top {
	width:900px;
	height:0px;
	background:rgb(233,233,233) url(../images/page-bg3.jpg);
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	}

.header-middle {
	width:900px;
	height:150px;
	background:rgb(230,230,230) url(../images/page-logo.jpg);
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	}

.header-bottom {
	width:900px;
	height:40px;
	background:rgb(255,255,255) url(../images/page-bg4.jpg) repeat-y;
	}

.header-breadcrumbs {
	clear:both;
	width:882px;
	padding:1.0em 0px 1.0em 18px;
	background:rgb(100,100,100) url(../images/page-bg4.jpg) repeat-y;
	text-decoration: none;
	}
	
.header-breadcrumbs a:visited{
	text-decoration: none;
	color: #2A5A8A;
	}
	
.header-breadcrumbs a:hover {
	text-decoration: underline;
	color: #003A75
	}	

	
/*************/
/*  2. HEAD  */
/*************/


.name {
	width:800px;
	height:45px;
	position:absolute;
	z-index:1;
	margin:10px 0 0 10px;
	font-family: arial, verdana, helvetica, sans-Serif;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	}

.name p {
	font-size:240%;
	}
	
.name p.low {	
	margin:0 0 0 0;
	color:rgb(000,000,000);
	font-size:100%;
	}
	
.name h2 {
	margin:0 0 0 0;
	color:rgb(000,000,000);
	font-size:100%;
	}
	
.name a {
	text-decoration:none;
	color:rgb(000,000,000);
	}
	
.name a:hover {
	color: rgb(000,064,128);
	font-weight: bolder;
	font-size: 110%;
	}	
			 
.nav0 {
	width:350px;
	position:absolute;
	z-index:2;
	margin: 10px 0 0 0;
	font-size:100%;
	font-family: arial, verdana, helvetica, sans-Serif;
	margin-left:600px !important /*Non-IE6*/;
	margin-left:603px /*IE6*/;
	}
	
.nav0 ul {
	float:right;
	padding:0 20px 0 0;
	}
	
.nav0 li {
	display:inline;
	list-style:none;
	}
	
.nav0 li a {
	padding:0 0 0 3px;
	}
	
.nav0 a:hover {
	text-decoration:none;
	}
	
.nav0 a img {
	height:14px;
	border:none;
	}

.logo-link2 {
	width:350px;
	position:absolute;
	z-index:3;
	margin: 38px 0 0 560px;
	}
	
.logo-link2 ul {
	float:right;
	padding:0 15px 0 0;
	font-weight:bold;
	}
	
.logo-link2 li {
	display:inline;
	list-style:none;
	font-weight: bolder;
	}
	
.logo-link2 li a {
	display:block;
	float:left;
	padding:2px 5px 2px 5px;
	color:rgb(000,000,000);
	text-decoration:none;
	font-size:100%;
	}
	
.logo-link2 a:hover {
	text-decoration:none;
	color:rgb(000,064,128);
	font-weight: bolder;
	font-size: 150%;
	}

.logo-link1 {
	width:550px;
	height:120px;
	position:absolute;
	z-index:1;
	margin:10px 0 0 340px;
	color:rgb(000,000,000); /*overflow:visible !important /*Activate if Firefox print problems*/;
	overflow:hidden /*IE6*/;
	}
	
.logo-link1 h1 {
	width:550px;
	text-align:right;
	font-size:240%;
	}
	
.logo-link1 p.first {
	width:550px;
	text-align:right;
	font-size:240%;
	}
	
.logo-link1 h2 {
	float:right;
	width:270px;
	margin:8px 0 0 0;
	text-align:right;
	line-height:100%;
	font-size:160%;
	}
	
.logo-link1 h3 {
	float:right;
	width:270px;
	margin:10px 0 0 0;
	text-align:right;
	font-size:140%;
	}
	
.logo-link1 h3 a {
	text-decoration:none;
	color:rgb(234,239,247);
	}
	
.logo-link1 h3 a:hover {
	text-decoration:none;
	color:rgb(50,50,50);
	}

.top-menu {
	float:left;
	width:900px;
	border:none;
	background:rgb(255,255,255) url(../images/page-bg5.jpg) repeat-x;
	color:rgb(75,75,75);
	font-size:1.0em;
	font-size:130%;
	} /*Color navigation bar normal mode*/
	
.top-menu ul {
	list-style-type:none;
	}
	
.top-menu ul li {
	float:left;
	position:relative;

	height:3.1em;
	line-height:3.1em;
	margin-right:0px !important /*Non-IE6*/;
	margin-right:-4px /*IE6*/;
	padding:0 16px 0 16px;
	font-weight:bold;
	color: rgb(000,000,000);
	}
	
.top-menu ul li ul {
	display:none;
	border:none;
	}
	
.top-menu ul li ul {
	margin-left:-30px;
	padding:0 30px 30px 30px;
	background:url(../images/page-bg6.gif) top center;
	} /*Sticky hover zones*/
	
.top-menu ul li a {
	float:left;
	display:block;
	height:3.1em;
	line-height:3.1em;
	margin-right:0px !important /*Non-IE6*/;
	margin-right:-4px /*IE6*/;
	padding:0 16px 0 16px;
	text-decoration:none;
	font-weight:bold;
	color: rgb(000,058,117);
	}
	
.top-menu ul li:hover {
	width:auto;
	}
	
.top-menu table {
	position:absolute;
	z-index:999;
	top:0;
	left:0;
	border-collapse:collapse;
	font-family: arial, verdana, helvetica, sans-serif;
	}

/*Non-IE6*/
.top-menu ul li:hover a {
	background-color:rgb(140,191,248);
	text-decoration:none;
	} /*Color main cells hovering mode*/
	
.top-menu ul li:hover ul {
	display:block;
	width:10.0em;
	position:absolute;
	z-index:998;
	top:3.0em;
	margin-top:0.1em;
	left:0;
	}
	
.top-menu ul li:hover ul li ul {
	display: none;
	}
	
.top-menu ul li:hover ul li a {
	display:block;
	width:10.0em;
	height:auto;
	line-height:1.3em;
	margin-left:-1px;
	padding:4px 16px 4px 16px;
	border-left:solid 2px rgb(000,058,117);
	border-bottom: solid 1px rgb(000,058,117);
	border-top: solid 1px rgb(000,058,117);
	background-color:rgb(237,237,237);
	font-weight:normal;
	color:rgb(50,50,50);
	} /*Color subcells normal mode*/
	
.top-menu ul li:hover ul li a:hover {
	background-color:rgb(140,191,248);
	text-decoration:none;
	} /*Color subcells hovering mode*/

/*IE6*/
.top-menu ul li a:hover {
	background-color:rgb(140,191,248);
	text-decoration:none;
	} /*Color main cells hovering mode*/
	
.top-menu ul li a:hover ul {
	display:block;
	position:absolute;
	z-index: 998;
	top:3.1em;
	t\op:3.0em;
	left:0;
	marg\in-top:0.1em;
	}
	
.top-menu ul li a:hover ul li a {
	display:block;
	w\idth:10.0em;
	height:1px;
	line-height:1.3em;
	padding:4px 16px 4px 16px;
	border-left:solid 2px rgb(000,058,117);
	border-bottom: solid 2px rgb(000,058,117);
	background-color:rgb(237,237,237);
	font-weight:normal;
	color:rgb(50,50,50);
	} /*Color subcells normal mode*/
	
.top-menu ul li a:hover ul li a ul {
	visibility:hidden;
	height:0px;
	width:0px;
	position:absolute;
	z-index: 997;
	}
	
.top-menu ul li a:hover ul li a:hover {
	background-color:rgb(140,191,248);
	text-decoration:none;
	} /*Color subcells hovering mode*/

.header-breadcrumbs ul {
	float:left;
	width:560px;
	list-style:none;
	padding:0 0 0 15px;
	font-family: arial, verdana, helvetica, sans-serif;
	}
	
.header-breadcrumbs ul li {
	display:inline;
	padding:0 0 0 10px;
	background:transparent url(../images/page-dt1.gif) no-repeat 0 50%;
	font-weight:bold;
	color:rgb(125,125,125);
	font-size:100%;
	}
	
.header-breadcrumbs ul a {
	color:rgb(70,122,167);
	text-decoration:none;
	}
	
.header-breadcrumbs ul a:hover {
	color:rgb(42,90,138);
	text-decoration:underline;
	}

.header-breadcrumbs .searchform {
	float:right;
	width:285px;
	padding:0 17px 0px 0px !important /*Non-IE6*/;
	padding:0 12px 0px 0px /*IE6*/;
	}
	
.header-breadcrumbs .searchform form fieldset {
	float:right;
	border:none;
	}
	
.header-breadcrumbs .searchform input.field {
	width:10.0em;
	padding:0.2em 0 0.2em 0;
	border:1px solid rgb(200,200,200);
	font-family: arial, verdana, helvetica, sans-serif;
	font-size:120%;
	}
	
.header-breadcrumbs .searchform input.button {
	width:3.0em;
	padding:1px !important /*Non-IE6*/;
	padding:0 /*IE6*/;
	background:rgb(230,230,230);
	border:solid 1px rgb(150,150,150);
	text-align:center;
	font-family: arial, verdana, helvetica, sans-serif;
	color:rgb(150,150,150);
	font-size:120%;
	}
	
.header-breadcrumbs .searchform input.button:hover {
	cursor:pointer;
	border:solid 1px rgb(80,80,80);
	background:rgb(220,220,220);
	color:rgb(80,80,80);
	}

/* --- For alternative headers END PASTE here --- */

/******************/
/*  MAIN SECTION  */
/******************/

/* MAIN NAVIGATION */
.main-menu .round-border-topright {
	width:10px;
	height:10px;
	position:absolute;
	z-index:100;
	margin:0 0 0 190px;
	background:url(../images/page-dt2.gif) no-repeat;
	}
	
.main-menu .round-border-topleft {
	width:10px;
	height:10px;
	position:absolute;
	z-index:99;
	margin:0 0 0 00px;
	background:url(../images/page-dt3.gif) no-repeat;
	}

	
/* MAIN CONTENT */
.column1-unit {
	width:640px;
	margin-bottom:10px !important /*Non-IE6*/;
	margin-bottom:5px /*IE6*/;
	}
	
.column2-unit-left {
	float:left;
	width:300px;
	margin-bottom:10px !important /*Non-IE6*/;
	margin-bottom:5px /*IE6*/;
	}
	
.column2-unit-right {
	float:right;
	width:300px;
	margin-bottom:10px !important /*Non-IE6*/;
	margin-bottom:5px /*IE6*/;
	}
	
.column3-unit-left {
	float:left;
	width:186px;
	margin-bottom:10px !important /*Non-IE6*/;
	margin-bottom:5px /*IE6*/
	}
	
.column3-unit-middle {
	float:left;
	width:186px;
	margin-bottom:10px !important /*Non-IE6*/;
	margin-bottom:5px /*IE6*/;
	margin-left:40px;
	}
	
.column3-unit-right {
	float:right;
	width:186px;
	margin-bottom:10px !important /*Non-IE6*/;
	margin-bottom:5px /*IE6*/;
	}

/********************/
/*  FOOTER SECTION  */
/********************/

.footer-defaults p {
	margin-left: 205px;
	line-height:1.3em;
	text-align:center;
	color:rgb(0,0,0);
	font-weight:bold;
	font-size:110%;
	}
	
.footer-defaults p.credits {
	font-weight:normal;
	}
	
.footer-defaults a {
	text-decoration: none;
	color:rgb(0,0,0);
	}
	
.footer-defaults a:hover {
	text-decoration:none;
	color:rgb(000,058,117);
	font-weight: bolder;
	font-size: 150%;
	}
	
.footer-defaults a:visited {
	
	}

/******************/
/*  CLEAR FLOATS  */
/******************/
.page-defaults:after, .header-defaulta:after, .header-breadcrumbs:after, .content-defaults:after, .main-menu:after, .main-content:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
	
.column1-unit:after, .column2-unit-left:after, .column2-unit-right:after, .column3-unit-left:after, .column3-unit-middle:after, .column3-unit-right:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
	
.footer-defaults:after, p:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
	
.clear-contentunit {
	clear:both;
	width:640px;
	height:0.1em;
	border:none;
	background:rgb(140,191,248);
	color:rgb(140,191,248);
	}

	
/********************************/
/*  PRINTING and MISCELLANEOUS  */
/********************************/

@media print {
	.header-top {
		width:900px;
		height:80px;
		background:rgb(240,240,240);
		overflow:visible !important /*Firefox*/;
		overflow:hidden /*IE6*/;
		}}
		
@media print {
	.header-breadcrumbs {
		width:900px;
		background:transparent;
		}}

@media print {
	.top-menu {
		float:left;
		width:900px;
		border:none;
		background:rgb(240,240,240);
		color:rgb(75,75,75);
		font-size:1.0em;
		font-size:130%;
		}} /*Color navigation bar normal mode*/
		
@media print {
	.content-defaults {
		clear:both;
		width:900px;
		padding-bottom:30px;
		background:transparent;
		}}
		
@media print {
	.main-menu {
		display:inline /*Fix IE floating margin bug*/;
		float:left;
		width:199px;
		border-right:solid 1px rgb(200,200,200);
		border-bottom:solid 1px rgb(200,200,200);
		background-color:rgb(240,240,240);
		overflow:visible !important /*Firefox*/;
		overflow:hidden /*IE*/;
		}}
		
@media print {
	.footer-defaults {
		clear:both;
		width:900px;
		height:3.7em;
		padding:1.1em 0 0;
		background:rgb(240,240,240);
		font-size:1.0em;
		overflow:visible !important /*Firefox*/;
		overflow:hidden /*IE6*/;
		}}
