﻿@font-face {
  font-family: "Andes";
  src: url('./Andes.ttf');
}

body
{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #e6e6e6;
	background-image:url(images/bodyBackground.jpg);
	background-repeat: repeat-x;
	font-size: 10pt;
	/*font-family: Helvetica, Arial, Verdana, sans-serif;*/
	font-family: Helvetica,"Andes", Arial, Verdana, sans-serif;
	/*text-transform:lowercase;*/
	/*src: url('./Blazed.ttf');*/
	/*font-family: Verdana, Comic Sans MS, Georgia, Arial, Trebuchet MS, Courier, Times New Roman;*/
}

body *
{
	padding: 0;
}

a, a:visited, a:link, a:hover
{
	color: Black;
	text-decoration:none;
}

body div
{
	width: 960px;
	margin-left:auto;
	margin-right: auto;
}

div#content
{
	position:absolute;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	/*background-color: White;*/
}

/*-----Header------------------*/

div#Heading
{
	position: relative;
	margin: 0px;
	padding: 0px;
	height: 180px;
	width: 100%;
}

div#Heading img.HeaderImg
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 180px;
	width: 100%;
}

div#logo
{
	position: absolute;
	z-index: 10;
	right: -30px;
	top: 170px;
	height: 75px;
	width: 260px;
	/*background-image:url(images/backgroundLogo.jpg);*/
	background-position:right 10px;
	background-repeat:repeat-x;
}

div#logo a
{
	float: right;
	/*height: 50px;*/
}

a#danLogo
{
	margin-top: 15px
}

div#logo a span
{
	display: none;
}
/*-----Menu------------------*/
div#menu
{
	position: absolute;
	right: 0px;
	bottom: 5px;
	margin: 0px;
	padding: 0px;
	height: 20px;
}

div#menu ul
{
	margin: 0px 15px 0px;
	padding: 0px;
	float: right;
	list-style-type: none;
	height: 20px;
}

div#menu ul li
{
	float: left;
	margin-left: 15px;
}

div#menu ul li a
{
	color: #d9d9d9;
	font-size: 12pt;
	font-weight: bold;
}

div#menu ul li a:hover
{
	position: relative;
	bottom:3px;
	color: #ffffff;
}


/*-----ContentsBody------------------*/

div.ContentBody
{
	width: 100%;
}

/*-----Foot------------------*/





div#foot
{
	width: 100%;
	float:left;
}

div#foot div
{
	background-color: #4f5d68;
	color: #ffffff;
	margin: 10px;
	width: 940px;
	text-align:center;
	padding-top: 10px;
	padding-bottom: 10px;
}

/*
ul.sponsorList span, ul.sponsorList div
{
	position: absolute;
	left:0px;
	display: none;
}

ul.sponsorList
{
	padding: 0px;
	margin: 0px;
	width: 100%;
	overflow:auto;
	list-style-type:none;
}

ul.sponsorList li
{
	margin: 0 10px 0 10px;
	padding: 0;
	float:left;
}

ul.sponsorList div
{
	width: 200px;
}*/


