﻿
html, body
{
	background-color:#ffffff;
	background-image:url(../upload/files/bgnd.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:center top;
	color:#000000;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:10pt;
	margin:0px;
	min-width:1000px;
	padding:0px;
}

h1
{
	font-size:40px;
	font-weight:bold;
	margin:0px;
	padding:5px;
}

h2
{
	color:#004b88;
	font-size:20px;
	font-weight:normal;
	margin:0px;
	padding:0px;
}

h3
{
	color:#000000;
	font-size:11pt;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
    
#header
{
	background-image:url(../images/header.png);
	background-position:top center;
	background-repeat:no-repeat;
	color:#000000;
	height:340px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	position:relative;
	width:1000px;
	z-index:2;
}

#header-info
{
	color:#004b88;
	font-family:'Corben', cursive;
	font-size:13pt;
	font-weight:bold;
	left:610px;
	position:absolute;
	width:360px;
	text-align:right;
	top:125px;
}

#header-info a:link
{
	color:#004b88;
	text-decoration:none;
}

#header-info a:visited
{
	color:#004b88;
	text-decoration:none;
}

#header-info a:hover
{
	text-decoration:underline;
}

#header-info a:active
{
	color:#004b88;
}

#menu
{
	color:#000000;
	font-family:'Corben', cursive;
	font-size:13pt;
	font-weight:bold;
	left:85px;
	position:absolute;
	top:254px;
}

.adjustedZIndex
{
    z-index:3;
}

#menu .Item
{
	color:#000000;
}

#menu .ItemSelected
{
	color:#004b88;
	font-weight:bold;
}

#menu .ItemHover
{
	color:#004b88;
}

#menu .submenuItem
{
	margin-top:4px;
}

/* 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:250px;
	position:relative;
	width:1000px;
	z-index:1;
}

#content
{
	padding-top:0px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
}

#content a:link
{
	color:#004b88;
	text-decoration:none;
}

#content a:visited
{
	color:#004b88;
	text-decoration:none;
}

#content a:hover
{
	text-decoration:underline;
}

#content a:active
{
	color:#004b88;
}
	
#footer
{
	background-image:url(../images/footer.png);
	background-position:top center;
	background-repeat:no-repeat;
	color:Gray;
	height:50px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	position:relative;
    width:1000px;
    text-align:center;
}

#footer a:link
{
	color:#004b88;
	text-decoration:none;
}

#footer a:visited
{
	color:#004b88;
	text-decoration:none;
}

#footer a:hover
{
	text-decoration:underline;
}

#footer a:active
{
	color:#004b88;
}