﻿body 
{
	width:100%;
	margin:0px; 
	padding: 0px;
	background-color: #005AA9; 
	font-family: "Trebuchet MS",Arial, sans-serif;
}

html 
{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

#main 
{
	width: 850px;
	height: 100%;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/container.gif);
	background-repeat: repeat-y;
}

#top 
{
	width: 850px;
	height: 80px;
	padding: 0;
	margin: 0;
	background:White url(img/topbar.gif) no-repeat;
}

#top h1
{
	margin:0px;

}

#top h1 a
{
	width: 125px;
	height: 80px;
	margin-left:20px;
	display: block;
}

#top h1 a span
{
	display:none;
}


#navbar 
{
	width: 830px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background-image: url(img/titlebarbg.gif);
	background-repeat: repeat-x;
	border-bottom: 1px solid #bfbfbf;
	overflow:hidden;
	text-align:center;
}
#navbar ul 
{
	height: 30px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navbar li 
{
	height: 30px;
	float: left;
	margin: 0px;
	padding: 0px 5px 0px 5px;
	border-right: 1px dotted #bfbfbf;
}

#navbar a 
{
	height:22px;
	padding-top:8px;
	font-size: 8pt;
	font-weight: bold;
	color: white;
	text-decoration: none;
	font-family: Tahoma , Arial, "Trebuchet MS";
	margin:0px;
	float:left;
}

#navbar li:hover
{
	background-image: url(img/navbarbg.gif);
	background-repeat: repeat-x;
}

#navbar a:hover
{
	text-decoration:underline;
}

#content 
{
	width: 808px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-image: url(img/tentbg.gif);
	background-repeat: repeat-x;
	background-color: white;
	min-height:500px;
	padding:10px;
}

#bottom 
{
	width: 830px;
	height: 36px;
	background-image: url(img/botbar.gif);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
    padding-top:4px;
    padding-left:20px;
	color:White;
	text-align:left;
	font-size:small;
}

#infobox
{
	width:550px; 
	float:left;
}


#linkbox
{
	float:left; 
	width:200px; 
	margin-left:20px;
}

#linkbox img
{
	border:dotted 1px #2f0b4b;
	margin-bottom:10px;
}

#pageheader
{
	text-align:center;
	margin-bottom:5px;
}
	
#downkit
{
	width:350px;
	height:64px;
	margin:10px;
	background:white url(img/download.gif) no-repeat center left;
	border:outset 2px #2f0b4b;
}

#downkit a
{
	display:block;
	width:350px;
	height:64px;
	text-decoration:none;
	font-size:large;
	font-family: Arial, "Trebuchet MS", sans-serif;
	color:#2f0b4b;
	margin:0px;
	font-weight:bold;
}

#downkit a span
{
	display:block;
	padding-top:20px;
	padding-left:70px;
}

