﻿
html, body
{
	background:#ffffff url(../images/body.jpg) top center repeat-y;
	color:#000000;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:10pt;
	margin:0px;
	min-width:1000px;
	padding:0px;
}
	    
#header
{
	background:#ffffff url(../images/header.jpg) top center no-repeat;
	color:#ffffff;
	height:309px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	position:relative;
	width:1000px;
}

#linkmailto
{
	color:#000000;
	left:690px;
	position:absolute;
	top:210px;
	width:300px;
}

#menu
{
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18pt;
	font-style:italic;
	left:100px;
	position:absolute;
	top:250px;
}

.adjustedZIndex {
    z-index:1;
}

#menu .Item
{
	background: url(../images/menu_item.png) no-repeat;
	background-position:center;
	padding-left:7px;
	padding-top:7px;
	width:196px;
	height:43px;
	color:#333333;
	text-align:center;
}

#menu .ItemSelected
{
	background: url(../images/menu_item_selected.png) no-repeat;
	background-position:center;
	padding-left:7px;
	padding-top:7px;
	width:196px;
	height:43px;
	color:#333333;
	text-align:center;
}

#menu .ItemHover
{
	background: url(../images/menu_item_hover.png) no-repeat;
	background-position:center;
	padding-left:7px;
	padding-top:7px;
	width:196px;
	height:43px;
	color:#333333;
	text-align:center;
}

/* CSS classes for standard Links, only valid inside the #menu DIV */
#menu a, #menu a:visited
{
  background: transparent ! important;
  display: block;
}

#menu a:hover, #menu a:focus, #menu a:active
{
  background: transparent ! important;
  display: block;
}
	
#main
{
	background:#ffffff;
	color:#000000;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	min-height:400px;
	position:relative;
	width:1000px;
}

#content
{
	padding-top:10px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:25px;
}

#content a:link
{
	color:#ff9900;
	text-decoration:none;
}

#content a:visited
{
	color:#ff9900;
	text-decoration:none;
}

#content a:hover
{
	text-decoration:underline;
}

#content a:active
{
	color:#ff9900;
}