html {
	margin: 0;
	padding: 0;
	height: 100%;
}

body#mainbody {
	margin: 0px;
	padding: 0px;
	left: 0px;
	right: 0px;
	height: 100%;
	font: 10pt "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	color: #000000;
	background: #7698A9;
}

div#maincontainer {
	position: relative;
	min-width: 512px;
	width: 100%;
	min-height: 99%;
	height: auto;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top: 1px solid #7698A9;
	top: -1px;
	background: #FFEECC;
}



div#banner {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	height: 79px;
	width: 100%;
	z-index: 40;
	background: #7698A9;
}

div#banner img.logo {
	position: relative;
	left: 2px;
	top: 12px;
}

div#banner div#sponsor {
	display: block;
	position: absolute;
	right: 40px;
	top: 8px;
	width: 234px;
	height: 60px;
	z-index: 30;
}



div#filltopleft {
	display: block;
	position: absolute;
	left: 0px;
	width: 172px;
	top: 79px;
	height: 64px;
	z-index: 10;
	background: #FFEECC url(images/filltopleft.gif) no-repeat;
}

div#filltopmiddle {
	display: block;
	position: absolute;
	left: 172px;
	top: 79px;
	right: 39px;
	height: 64px;
	z-index: 10;
	background: #FFEECC url(images/filltopmiddle.gif) repeat-x;
}

div#filltopright {
	display: block;
	position: absolute;
	width: 39px;
	top: 79px;
	right: 0px;
	height: 64px;
	z-index: 10;
	background: #FFEECC url(images/filltopright.gif) no-repeat;
}

div#fillleft {
	display: block;
	position: absolute;
	left: 0px;
	width: 172px;
	top: 143px;
	bottom: 0px;
	z-index: 10;
	background: #FFEECC url(images/fillleft.gif) repeat-y;
}

div#fillright {
	display: block;
	position: absolute;
	width: 39px;
	top: 143px;
	right: 0px;
	bottom: 0px;
	z-index: 10;
	background: #FFEECC url(images/fillright.gif) repeat-y;
}

div#fillbottomleft {
	display: block;
	position: absolute;
	left: 0px;
	width: 172px;
	height: 39px;
	bottom: -6px;
	z-index: 10;
	background: #FFEECC url(images/fillbottomleft.gif) no-repeat;
}

div#fillbottommiddle {
	display: block;
	position: absolute;
	left: 172px;
	right: 39px;
	height: 39px;
	bottom: -6px;
	z-index: 10;
	background: #FFEECC url(images/fillbottommiddle.gif) repeat-x;
}

div#fillbottomright {
	display: block;
	position: absolute;
	width: 39px;
	right: 0px;
	height: 39px;
	bottom: -6px;
	z-index: 10;
	background: #FFEECC url(images/fillbottomright.gif) no-repeat;
}



div#navigation {
	position: absolute;
	z-index: 20;
/*	float: left;*/
	left: 0;
	top: 114px;
	bottom: 0;
	width: 172px;
	color: #D6AEFE;
	font: bold 16pt "Comic Sans MS","Lucida Console",Arial,Helvetica,sans-serif;
}

/*
@media screen { 
	body>div#navigation  { 
		position: fixed; 
	} 
} 
*/


#navigation ul {
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#navigation ul li {
	list-style-type: none;
	margin-top: -1px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	letter-spacing: 1pt;
}

div#navigation ul li img {
	display: block;
	position: relative;
	left: 16px;
	top: 13px;
	border: 0;
}

#navigation ul li a {
line-height: 2.5;
	display: block;
	position: relative;
	left: 0px;
	width: 160px;
	height: 54px;
	text-decoration: none;
	color: #BBE6FC;
	background: url(images/fillnavigation.gif) no-repeat;
	text-align: center;
	letter-spacing: 2pt;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-left: 0px;
	padding-right: 1px;
}

#navigation ul li a.current:link, #navigation ul li a.current:visited, #navigation ul li.current a:visited {
}

#navigation ul li a:hover, #navigation ul li  a.current:hover {
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 0px;
}


#navigation ul ul {
	padding-left: 20px;
	margin-left: 0;
	padding-top: 0px;
	padding-bottom: 8px;
}

#navigation ul ul li {
	width: 184px;
	margin-top: -1px;
	margin-bottom: 0px;
	letter-spacing: 1pt;	
}

#navigation ul ul li a {
	color: #BBD8FF;
	background: #3B587F url(dynamic_images/gradient.php?x=<?php echo ($intNavigationWidth - 1 - 12) ?>&y=1&col1=607DA4&col2=4F6C93&col3=2B486F&dir=x) repeat-y;
	width: 107px;
	letter-spacing: 0.5pt;
}

/*
#navigation ul ul li a.current:link, #navigation ul ul li a.current:visited {
	border: 1px solid #BA96EE;
}

#navigation ul ul li a:hover, #navigation ul ul li a.current:hover {
	border-left: 1px solid #8262B2;
}
*/



div#content {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 100;
	margin-left: 165px;
	margin-top: 96px;
	margin-right: 16px;
	margin-bottom: 16px;
	padding-bottom: 12px;
	font: 10pt "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
}

h1 {
	font-weight: bold;
	font-size: 20pt;
	color: #CCBB99;
}
h2 {
	font-weight: bold;
	font-size: 16pt;
	color: #CCBB99;
}
h3 {
	font-weight: bold;
	font-size: 14pt;
	color: #CCBB99;
}
h4 {
	font-weight: bold;
	font-size: 12pt;
	color: #CCBB99;
}
h5 {
	font-weight: bold;
	font-size: 11pt;
	color: #CCBB99;
}
.FixedWidth {
	font: 10pt monospace;
}
th {
	font: bold 10pt "Trebuchet MS", Verdana, sans-serif;
}
td {
	font: 10pt "Trebuchet MS", Verdana, sans-serif;
}
input, textarea {
	font: 10pt monospace;
}
b {
	font-weight: bold;
}
small, .Small {
	font-size: 66%;
}
.Button {
	font: bold 10pt "Trebuchet MS", Verdana, sans-serif;
}
a:link {
	color: #446677;
}
a:visited, a:active {
	color: #AA9977;
}
div#content ul {
	list-style: url(images/bullet.gif) disc;
}
.Error {
	font-weight: bold;
	color: #CC0000;
}
.MandatoryMark {
	font-weight: medium;
	color: #DD7722;
}
