﻿body {
	font-family: Tahoma, Verdana, Sans-Serif;
	font-size: smaller;
}

a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #000;
}

a:hover {
	border-bottom: 1px solid #000;
}

#WrapDiv {
	width: 757px;
	margin: 0 auto;
}

a.headerLink,
a.headerLink:hover,
a.headerLink img,
a.headerLink:hover img {
	text-decoration: none;
	border: none;
}

img.headerImage {
	margin: 0 auto;
	margin-bottom: 1px;
	display: block;
	border: none;
}

 #Menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#Menu li {
	float: left;
	margin: 0 1px 0 0;
}

#Menu li a {

	background: url(../../img/misc/menu_grey.gif) #fff bottom left repeat-x;
	padding-left: 2em;
	padding-right: 2em;
	height: 2em;
	line-height: 2em;
	float: left;
	display: block;
	color: #0d2474;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	border: none;
	/*min-width: 5em;*/
}

#Menu li a:hover {

	background: url(../../img/misc/menu_white.gif) #fff bottom left repeat-x;
	height: 2em;
	line-height: 2em;
	float: left;
	display: block;
	color: #0d2474;
	text-decoration: none;
	text-align: center;
}

#Menu li.currentLink a {
	background: url(../../img/misc/menu_darkgrey.gif) #e1e1ef top left repeat-x;
	color: #000;
}

#Menu li.currentLink a:hover {
	background: url(../../img/misc/menu_darkgrey.gif) #e1e1ef top left repeat-x;
	color: #000;
	
}

#Menu {
	float: left;
	border: 1px solid #dddddd;
	width: 100%;
	background-color: #eeeeee;
	margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Tahoma, Verdana, Sans-Serif;
	margin: 0;
}

h1 {
	clear: both;
	font-size: 250%;
	font-weight: bold;
	padding: 0 0 10px 0;
}

h2 {
	font-size: 200%;
	padding: 5px 0 5px 0;
}

h3 {
	font-size: 150%;
	padding: 5px 0 5px 0;
}

h4, h5, h6 {
	font-size: 100%;
	padding: 5px 0 5px 0;
}
