/* GENERAL */

body {
	background: #f4f3eb url( ../gfx/style/pageShadow.jpg ) no-repeat top center; 
	min-height: 100%;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11pt;
}

a img {
	border: none;
}

a {
	font-weight: bold;
	color: #003377;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #dd0000;
}



/* HEADER */

#headerExtend {
	background:  url( ../gfx/style/headerExtend.gif ) repeat-y;
}

#header {
	width: 960px;
	height: 90px;
	background: #475c72 url( ../gfx/style/headerBg.jpg );
	margin: 0 auto;
	position: relative;
}

#header p {
	margin: 0;
	position: absolute;
}

#header #pageLogo {
	top: 15px;
	left: 30px;
}

#header #arrowBan {
	width: 350px;
	height: 72px;
	padding: 18px 0 0 98px;
	left: 364px;
	background:  url( ../gfx/images/arrowGlobal.png ) repeat-y;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
}

#header #arrowBan a {
	font-size: 15.5pt;
	letter-spacing: 0px;
	color: #990000;
}

#header #arrowBan a:hover {
	color: #d25500;
}

/* INTRO */

#introExtend {
	background:  url( ../gfx/style/introExtend.jpg ) repeat-y;
	overflow: hidden;
	display: block;
}

#intro {
	width: 900px;
	height: 180px;
	padding: 0 30px;
	background: #7ca1d4 url( ../gfx/style/introBg.jpg );
	margin: 0 auto;
	position: relative;
}

#intro object, #intro embed, #intro img {
	display: block;
}  


/* TOPMENU */

#topmenuExtend {
	background:  url( ../gfx/style/topmenuExtend.gif ) repeat-y;
	overflow: hidden;
}

#topmenu {
	width: 960px;
	height: 45px;
	background: #d5d3bc url( ../gfx/style/topmenuBg.jpg );
	margin: 0 auto;
	position: relative;
	font-size: 10pt;
	letter-spacing: 1px;
}

#topmenu ul {
	margin: 0;
	list-style-type: none;
	display: block;
	position: absolute;
	left: 335px;
	border-right: 1px solid #ffffff;
}

#topmenu ul li {
	float: left;
}

#topmenu ul li a {
	display: block;
	margin: 0;
	padding: 12px 16px;
	height: 21px;
	border-left: 1px solid #ffffff;
}



/* CONTENT */

#contentExtend {
	background:  url( ../gfx/style/contentExtend.gif ) repeat-y;
	overflow: auto;	
}

#content {
	width: 885px;
	padding: 45px 45px 45px 30px;
	margin: 0 auto;
	position: relative;
	background: #ffffff;
	overflow: auto;	
	min-height: 270px;
}



/* LEFT COLUMN */

#leftCol {
	width: 270px;
	float: left;
}

.sidebanner {
	margin-bottom: 15px;
}



/* RIGHT COLUMN */

#rightCol {
	margin-left: 345px;
}

#rightCol h1 {
	margin: 0;
	font-size: 17pt;
	font-weight: normal;
	color: #828282;
	color: #dd0000;
}

#rightCol h2 {
	margin: 25px 0 10px 0;
	font-size: 15pt;
	line-height: 18pt;
	font-weight: normal;
	color: #000000;
}

#rightCol p {
	text-align: justify;
	font-size: 9.5pt;
}

#rightCol ul {
	text-align: left;
	font-size: 10pt;
	line-height: 14pt;
	margin: 0;
	padding: 0 0 0 15px;
	list-style-type: disc;
}
#rightCol li {
	padding-bottom: 5px;
}


div.news p {
	margin: 0 !important;
}

div.news p.date {
	font-size: 10.5pt !important;
	font-weight: bold;
	margin-top: 15px !important;
}

div.newsArchive {
	border-top: 1px solid #d4d3bf;
	font-size: 9pt !important;
	margin-top: 18px;
	padding-top: 5px;
}



/* FOOTER */

#footerExtend {
	background: url( ../gfx/style/footer.gif ) repeat-y;
	overflow: auto;	
}

#footer {
	background: #0c1e27 url( ../gfx/style/footerCorner.gif ) no-repeat bottom right;
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#footer p {
	margin: 0;
	font-size: 8pt;
	color: #828282;
	padding: 10px 45px 10px 30px;
	text-align: justify;
	line-height: 12pt;
}

#footer hr {
	margin: 0 0 0 30px;
	height: 1px;
	border: none;
	background: #2b393e;
	clear: both;
}

#footerShadow {
	background: #0c1e27 url( ../gfx/style/footerShadow.jpg );
	width: 960px;
	height: 30px;
	margin: 0 auto;
}

#footer a {
	color: #ffffff;
	font-weight: normal;
}

#footer a:hover {
	color: #d25500;
}

#footer .links {
	float: right;
}

#footer .links img {
		vertical-align: middle;
}




