body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {
margin:0px;
padding:0px;
} 

html, body {
margin:0px;
padding:0px;
width:100%;
}

body {
background-color:#6996d0;
background-image:url(../img/page-bkg.gif);
background-position:0px 0px;
background-repeat:repeat-x;
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height:20px;
color:#585656;
}

div.pageWrapper {
width:960px;
text-align:left;
margin:0px auto 20px;
background-image:url(../img/page-center.jpg);
background-position:0px 0px;
background-repeat:repeat-y;
position:relative;
top:50px;

}

	div.pageWrapperTop {
	background-image:url(../img/page-top.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
	}
	
	div.pageWrapperBottom {
	background-image:url(../img/page-bottom.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	padding:0px 20px;
	position:relative;
	top:0px;
	left:0px;
	}

div.pageHeader {
height:140px;
position:relative;
top:0px;
left:0px;
}

div.pageContent {
padding:0 20px 0 40px;
}

div.pageFooter {
height:40px;
padding-top:10px;
position:relative;
top:0px;
left:0px;
}


/*=========================================================================
						GRID COLUMNS STYLES
=========================================================================*/

.floatLeft {
float:left;
margin-right:40px;
margin-bottom:20px;
}

.floatRight {
float:right;
margin-left:20px;
margin-bottom:20px;
}

.leftSide {
float:left;
margin:0px 13px 13px 0px;
}

.lastFloat {
margin-right:0;
}


.clear {
clear:both;
height:0;
overflow:hidden;
}

.separator {
clear:both;
height:0;
overflow:hidden;
margin-bottom:20px;
}

.noBottom {
margin-bottom:0px;
}


/*=========================================================================
						GENERIC TEXT STYLES
=========================================================================*/

h1, h2, h3, h4 {
font-family:Arial, Helvetica, sans-serif;
}


h1 {
font-size:20px;
font-weight:bold;
margin-bottom:40px;
color:#4571AA;
}

h2 {
color:#4571AA;
font-size:16px;
font-weight:bold;
margin-bottom:20px;
}

h3 {
font-size:14px;
font-weight:bold;
margin-bottom:20px;
}

	h1 small,
	h2 small,
	h3 small {
	display:block;
	font-size:12px;
	font-weight:normal;
	color:#585656;
	}

h4 {
font-size:12px;
font-weight:bold;
margin-bottom:20px;
}

p {
margin-bottom:20px;
}

a {
color:#225e92;
text-decoration:underline;
}

a:hover {
color:#698A56;
text-decoration:none;
}

a:focus {
outline:none;
}

a img {
border:none;
}

ul {
list-style-type:none;
margin-bottom:20px;
}

	ul ul {
	margin-left:40px;
	}

	ul li {
	padding:0px 0px 0px 20px;
	background-image:url(../img/list-marker.gif);
	background-position:0px 6px;
	background-repeat:no-repeat;
	}
	
	ol li {
	background-image:none;
	margin-left:20px;
	padding-left:0px;
	}
	
.textRight {
text-align:right;
}

.textCentered {
text-align:center;
}

.thinText {
font-weight:normal;
}

hr {
clear:both;
border:none;
border-top:dotted 1px #585656;
margin:19px 0 20px;
}

.red {
color:#FA3E3C;
}

/*=========================================================================
						HEADER STYLES
=========================================================================*/



a.logoLink {
display:block;
width:286px;
height:52px;
position:absolute;
left:30px;
top:10px;
background-image:url(../img/logo.gif);
background-position:0px 0px;
background-repeat:no-repeat;
text-decoration:none;
}

	a.logoLink span{
	display:none;
	}
	
ul.mainNav {
position:absolute;
top:70px;
left:0px;
padding-left:47px;
}
	
	ul.mainNav li{
	background-image:none;
	padding-right:53px;
	float:left;
	}
	
	ul.mainNav li span{
	display:none;
	}
	
	ul.mainNav li a,
	ul.mainNav li a.active{
	text-decoration:none;
	display:block;
	width:85px;
	height:33px;
	background-image:url(../img/tab1.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
	}
	
	ul.mainNav li a:hover,
	ul.mainNav li a.active,
	ul.mainNav li a.active:hover {
	background-position:0px -33px;
	}
	
	ul.mainNav li a.active,
	ul.mainNav li a.active:hover {
	background-position:0px -66px;
	}
	
	li#tab1 a{
	width:85px;
	background-image:url(../img/tab1.jpg);
	}
	
	li#tab2 a{
	width:60px;
	background-image:url(../img/tab2.jpg);
	}
	
	li#tab3 a{
	width:56px;
	background-image:url(../img/tab3.jpg);
	}
	
	li#tab4 a{
	width:51px;
	background-image:url(../img/tab4.jpg);
	}
	
	li#tab5 a{
	width:56px;
	background-image:url(../img/tab5.jpg);
	}
	
	li#tab6 a{
	width:102px;
	background-image:url(../img/tab6.jpg);
	}
	
p.languageSwitch {
position:absolute;
top:10px;
right:10px;
text-align:right;
}
		
		p.languageSwitch a,
		p.languageSwitch a:hover {
		color:#ffffff;
		}
	
	
/*=========================================================================
						CONTENT STYLES
=========================================================================*/

div.mainCol {
width:543px;
}

div.sideCol {
width:277px;
}


div.sideboxTop {
background-image:url(../img/sidebox-top.png);
background-position:0px 0px;
background-repeat:no-repeat;
padding-top:19px;
width:277px;
margin-bottom:20px;
}

div.sideboxBottom {
background-image:url(../img/sidebox-bottom.png);
background-position:center bottom;
background-repeat:no-repeat;
padding-bottom:0px;
}


div.sideboxContent {
background-image:url(../img/sidebox-bkg.png);
background-position:0px 0px;
background-repeat:no-repeat;
padding:0px 20px 1px 30px;
}

	div.sideboxTop h2 {
	margin-left:30px;
	height:40px;
	margin-bottom:1px;
	overflow:hidden;
	font-weight:normal;
	font-size:18px;
	color:#585656;
	}

div.twoCols {
width:543px;
background-image:url(../img/scissors-trans.png);
background-position:0px 0px;
background-repeat:no-repeat;
}

	div.twoCols div.firstCol,
	div.twoCols div.secondCol {
	width:240px;
	float:left;
	}
	
	div.twoCols div.firstCol {
	margin-right:63px;
	}
	
/*-----------------------------------------------------------------------*/

img.thumbnail {
padding:4px;
border:solid 1px #cccccc;
background-color:#ffffff;
}

/*-----------------------------------------------------------------------*/

li.marker {
background-image:url(../img/list-marker-green.gif);
}
	
/*=========================================================================
						FOOTER STYLES
=========================================================================*/



div.pageFooter ul.footerNav li{
background-image:none;
float:left;
padding:0px 20px 0px 0px;
}

	div.pageFooter ul.footerNav li a,
	div.pageFooter ul.footerNav li a.active{
	padding:4px 0px 6px;
	text-decoration:none;
	font-weight:bold;
	}
	
	div.pageFooter ul.footerNav li a:hover{
	text-decoration:none;
	color:#333333;
	}
	
	div.pageFooter ul.footerNav li a.active,
	div.pageFooter ul.footerNav li a.active:hover {
	text-decoration:none;
	color:#333333;
	background-image:url(../img/footer-marker.gif);
	background-position:top center;
	background-repeat:no-repeat;
	}

div.pageFooter {
color:#4577b7;
}



















	
	
	
	
	
	
	
	
