body {
	background-image: url(../img/backTile.jpg);
	background-repeat: repeat-x;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	top: 0px;
}

#header {
	width: 900px;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 100;
	left: 1px;
	top: 0px;
}


#logoBox {
	position:absolute;
	z-index:1;
	left: -2px;
	top: 0px;
}
#login {
	position: absolute;
	left: 735px;
	top: 0px;
	z-index: 10;
}


#navBar {
	position:relative;
	z-index:1;
	top: 58px;
	width: 415px;
	left: 405px;
}

#nav, #nav ul {
	list-style: none; margin: 0; padding: 0;
}

#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}

#nav li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	width: 132px;
	height: 31px;
	background-image: url(../img/tab.png);
	background-repeat: no-repeat;
}

#nav a {
	color: #000;
	display: block;
	text-decoration: none;
	text-align: center;
	padding: 7px 8px 8px 8px;
}

#nav a:hover, #nav a:focus {
	color: #A02A1D;
}

#nav ul {
	left: 1px;
	font-size: 8pt;
	position: absolute;
	top: 34px;
	width: 128px;
	font-weight: normal;
	background-image: url(../img/pulldownDK.jpg);
	background-repeat: repeat-y;
	border: solid #F79815 1px;
}

#nav ul li {
	background: none;
	float: none;
	width: 128px;
	vertical-align: middle;
	height: auto;
}

#nav ul a {
	background: none;
	width: 112px;
	font-weight: bold;
	font-size: 8pt;
}

#nav ul ul {
	font-size: 8pt;
}

#nav ul a:hover, #nav ul a:focus {
	background-image: url(../img/pulldownLT.jpg);
	background-repeat: repeat-y;
}

#nav ul .hover>a {
	background-image: url(../img/pulldownLT.jpg);
	background-repeat: repeat-y;
}

#nav ul ul {
	left: 124px;
	top: 8px;
}

#nav ul, #nav :hover ul ul, #nav .hover ul ul {
	margin-left: -9999px;
}

#nav li:hover>ul, #nav li.hover>ul, #nav a:focus+ul, #nav ul ul, #nav .hover a:focus {
	margin-left: 0;
}

#nav ul a:focus {
	margin-left: 9999px;
}

#content {
	width: 800px;
	margin-top: 92px;
	padding: 20px 50px 60px 50px;
	min-height: 200px;
	background-repeat: repeat-y;
	position: absolute;
	background-image: url(../img/pageBackground.png);
	z-index: 1;
}

#footer {
	width:900px;
	z-index:1;
	font-size: 9pt;
	text-align: center;
	color: #666;
	position: absolute;
	bottom: -20px;
	left: 0px;
}
.BlueFormatLG {
	font-size: 130%;
	color: #153C85;
}


.RedFormatLG {
	font-size: 130%;
	color: #A02A1D;
}
.BlueFormatSM {
	font-size: 120%;
	color: #153C85;
}
.RedFormatSM {
	font-size: 110%;
	color: #A02A1D;
}
.ParagraphLG {
	font-size: 105%;
}
.ParagraphRed {
	font-size: 100%;
	color: #A02A1D;
}
.fullWidth {
	padding: 0px 30px 10px 30px;
}
.ParagraphSM {
	font-size: 90%;
}
