/* begin page and basic default styles*/
body {
	margin: 0 auto;
	padding: 0;
	font: 11px Arial, Helvetica, sans-serif;
	color: black;
	background-image: url('../images/background.gif');
	background-repeat: repeat-x;
	background-position: 0 85px; 
}

a:link { text-decoration: underline; color: black }
a:visited { text-decoration: underline; color: black }
a:hover { text-decoration: underline; color: black }
a:active { text-decoration: underline; color: black }

h1 {
	font: 18px bold Palatino, serif;
	color: #2e308f;
	font-style: italic;
	*margin-top: 10px; /* IE 7 and below */
    _margin-top: 10px; /* IE 6 and below */
}

.redtitle {
	font: 13px bold Palatino, serif;
	color: #9e3125;
	font-style: italic;
}

.red {
	color: #9e3125;
}

.blue {
	color: #2e308f;
}

.main {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}

.cleared {
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}
/* end page */


/* begin sheet */
.sheet {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	width: 758px;
}

.sheet {
	margin-top: 25px !important;
}
/* end sheet */

/* begin left and main content */
.leftcontent {
	float: left;
	width: 168px;
}

.maincontent {
	float: right;
	width: 589px;
}
/* end left and main content */

/* begin logo */
.logo {
	position: relative;
	z-index: 1;
	top: 5px;
	left: -12px;
	margin: 0;
	width: 168px;
	height: 52px;
	background: url('../images/logo.gif') top right no-repeat;
	text-align: right;
}

/* begin leftnav */
.leftnav {
	position: relative;
	z-index: 1;
	top: 20px;
	left: 0px;
	margin: 0 0 0 33px;
	width: 120px;
	font: 11.5px Arial, Helvetica, sans-serif;
	color: #2e308f;
	text-align: right;
}

.leftnav p {
	margin: 5px 0px 5px 0;
	padding: 15px;
}

.leftnav ul {
  	font-weight: normal;
	margin: 0;
	padding: 0; 
}

.leftnav li {
	list-style: none;	
	padding: 4px 13px 3px 0;
}

.leftnav li a {
	list-style: none;
	color: #2e308f;
	text-decoration: none;
}

.leftnav li a:link {
	color: #2e308f;
	list-style: none;
  	text-decoration: none;
}

.leftnav li a:visited {
	color: #2e308f;
	list-style: none;
  	text-decoration: none;
}

.leftnav li a:hover {
	color: #9e3125;
  	text-decoration: none;
}

.leftnav li a:active {
	color: #9e3125;
	text-decoration: none;
}

li#current > a  {
	color: #9e3125;
	text-decoration: none;
}

/* end leftnav */

/* begin address */
.address {
	position: relative;
	z-index: 1;
	top: 69px;
	left:0px;
	width: 160px;
  	line-height: 1.3em;
}

.address p {
	margin: 0;
  	padding-right: 18px;
}
/* end address */

/* begin sheet-top */
.sheet-top {
	position: relative;
	overflow: visible;
	z-index: 0;
	top: 0;
	left: 1px;
	width: 589px;
	height: 58px;
	background-image: url('../images/topbanner.png');
	background-repeat:no-repeat;
}
/* end sheet-top */

/* begin toplanguage */
.toplanguage {
	position: relative;
	z-index: 2;
	top: -20px;
	left: 480px;
	width: 85px;
	padding: 8px 0px 8px 0px; 
	margin: 0;
  	list-style: none; 
	font: 11px Palatino, serif;
	font-style: italic;
	line-height: 1em;
	color: #2e308f;	
}

.toplanguage ul {
	margin: 0; 
	padding-left: 15px;
	color: #9e3125;	
}

/*
.toplanguage li {
	padding-right: 7px; 
	display: inline; 
	background: url('../images/wave.gif') top right no-repeat;		
}*/

.toplanguage ul a {
	text-decoration: none;
}

.toplanguage ul a:link {
	color: #2e308f;
}

.toplanguage ul a:visited {
	color: #2e308f;
}

.toplanguage ul a:hover {
	color: #9e3125;
}

.toplanguage ul a:active {
	color: #9e3125;
}
/* end toplanguage */

/* begin border */
.left-wrapper {
	background: url('../images/leftborder.png') repeat-y top left;
	padding-left: 14px;
}

.right-wrapper {
	background: url('../images/rightborder.png') repeat-y top right;
	padding-right: 15px;
}
/* end border */

/* begin content */
.content {
	position: relative;
	z-index: 1;
  	line-height: 1.5em;
  	padding: 0;
  	top:-28px;
  	left: -4px;
  	background-color: white;
  	width: 570px;
  	min-height: 400px;
}
/* end content */

/* begin news */
.news {
	position: absolute;
	z-index: 2;
	top: 475px;
	left: 28px;
	width: 230px;
	font: 11px Arial, Helvetica, sans-serif;
  	line-height: 1.6em;
}

.news .newstitle {
	font: 11px Arial, Helvetica, sans-serif;
  	font-weight: bold;
  	color: #2e308f;
  	line-height: 1.6em;  	
}

.news p {
	margin: 0;
	padding: 0;
}
/* end news */

/* begin footer */
.footer {
	position:relative;
	z-index:0;
	width: 589px;
	height: 58px;
	margin: 0px auto;
	margin-bottom: 20px;
	background-repeat:no-repeat;
	background-image: url('../images/footer.gif');	
	left:3px;
}
/* end footer */

