/* ------------------------- */
/* ------ MAIN STYLES ------ */
/* ------------------------- */

html, body {
	height: 100%; 
	font-family: "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif; 
	font-size: 12px;
	line-height: 16px; 
	background-color: #FFF; 
	color: #C0D3EE; 
	margin: 0;
	text-align: center;
}

a {
	color: #30496A;
	text-decoration: none;
}

a:hover {
	color: #3069B3;
	text-decoration: none;
}

img {
	border: 0;
}

.clear {
	clear: both;
}

/* -------------------------------- */
/* ------ PAGE HEADER STYLES ------ */
/* -------------------------------- */

#pageHeader {
	height: 96px;
	width: 960px;
	background-image: url('/images/main/background-page-header.jpg'); 
	background-repeat: no-repeat;
	background-position: top right;
	text-align: left;
	margin: auto;
}

#pageHeader p {
	float: right;
	margin: 35px 10px 0 0;
}

#pageHeader img {
	height: 96px;
	width: 372px;
	float: left;
}

#pageHeader a {
	color: #999;
	text-decoration: none;
}

#pageHeader a:hover {
	color: #555;
	text-decoration: none;
}

/* -------------------------------- */
/* ------ BREAD CRUMB STYLES ------ */
/* -------------------------------- */

#breadCrumb {
	height: 32px;
	width: 960px;
	background-color: #555;
	color: #fff;
	margin: auto;
	text-align: left;
	line-height: 32px;
	vertical-align: middle;
	font-size: 11px;
	overflow: none;
}

#breadCrumb a {
	color: #fff;
	text-decoration: none;
	font-size: 11px;
}

#breadCrumb a:hover {
	color: #ccc;
	text-decoration: none;
	font-size: 11px;
}

#breadCrumb ul {
	list-style: none;
	padding: 0 0 0 10px;
	margin: 0;
}

#breadCrumb ul li {
	margin: 0;
	padding: 0 0 0 2px;
	display: inline;
	font-size: 11px;
}

/* -------------------------------- */
/* ------ TOP MENU STYLES ------ */
/* -------------------------------- */

#topMenu {
	height: 32px;
	width: 960px;
	background-color: #555;
	color: #fff;
	margin: auto;
	text-align: left;
	line-height: 32px;
	vertical-align: middle;
	font-size: 11px;
	overflow: none;
}

#topMenu a {
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

#topMenu a:hover {
	color: #ccc;
	text-decoration: none;
	font-size: 11px;
}

#topMenu ul {
	list-style: none;
	padding: 0 0 0 10px;
	margin: 0;
}

#topMenu ul li {
	margin: 0;
	padding: 0 0 0 5px;
	display: inline;
	font-size: 11px;
}

/* ----------------------------------- */
/* ------ PAGE CONTAINER STYLES ------ */
/* ----------------------------------- */

#pageContainer {
	min-height: 255px;
	width: 960px;
	background-image: url('/images/main/background-page-container.jpg'); 
	background-repeat: no-repeat;
	background-position: top;
	text-align: left;
	margin: auto;
	background-color: #577191;
}

/* ------------------------------ */
/* ------ PAGE MENU STYLES ------ */
/* ------------------------------ */

#pageMenu {
	width: 157px;
	margin: 200px 0 0 0;
	float: right;
	background-color: #E6E6E6;

}

#pageMenu ul {
	width: 150px;
	list-style: none;
	padding: 0;
	margin: 12px 0 0 5px;
}

#pageMenu ul li {
	width: 150px;
	margin: 0;
	padding: 0;
	display: block;
	line-height: 16px;
	/*text-transform: uppercase;*/
}

#pageMenu img {
	height: 20px;
	width: 140px;
}

#pageMenu a {
	font-weight: bold;
}

/* ------------------------------ */
/* ------ PAGE MAIN STYLES ------ */
/* ------------------------------ */

#pageMain {
	width: 955px;
	margin: 0 0 0 5px;
	float: left;
}

/* -------------------------------- */
/* ------ PAGE FOOTER STYLES ------ */
/* -------------------------------- */

#pageFooter {
	width: 960px;
	text-align: left;
	font-size: 11px;
	margin: 0 auto;
	padding: 0;
}

#pageFooter ul {
	width: 150px;
	list-style: none;
	padding: 0;
	margin: 10px 10px;
	float: left;
}

#pageFooter ul li {
	margin: 0;
	width: 160px;
}

#pageFooter img {
	height: 11px;
	width: 11px;
}

#pageFooter a {
	color: #999;
	text-decoration: none;
}

#pageFooter a:hover {
	color: #555;
	text-decoration: none;
}

#copyright {
	margin: 10px 10px 0 0;
	float: right;
	color: #999;
}








