html, body
{
	height: 100%;
}

body
{
	background: #F5F5F5;
	font-family: Verdana, Geneva, Sans-Serif;
	margin: 15px;
	padding: 0px;
	height: 100%;
}

a
{
	color: #696BB1;
	padding: 2px;
	text-decoration: none;
	border-bottom: 1px dotted #888888;
}

a:hover
{
	border: solid #E5BDCC 1px;
	text-decoration: none;
	padding: 1px;
}

a:visited
{
	color: #595A96;
}

p
{
	color: #000000;
	font-size: 12px;
	line-height: 28px;

	margin-top: 14px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 14px;
	text-indent: 40px;
}


p.Footer
{
	color: #001144;
	font-size: 10px;
	line-height: 12px;
	text-align: center;

	text-indent: 0px;
	margin-bottom: 0px;
}

p.InputColumn
{
	margin-top: 1px;
	margin-left: 5px;
}

h1
{
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	border-bottom: 1px #E5BDCC solid;
	font-size: 16px;
	text-align: left;
	line-height: 100%;
	color: #6A1411;
	font-weight: normal;
}

h2
{
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: underline;
	font-size: 20px;
	text-align: center;
	line-height: 100%;
	color: #6A1411;
	font-weight: bold;
}

h3
{
	margin-top: 14px;
	margin-left: 5px;
	margin-right: 15px;
	margin-bottom: 2px;
	border-bottom: 1px #CCCCCC dashed;
	border-right: 1px #CCCCCC dashed;
	font-size: 16px;
	text-align: left;
	line-height: 16px;
	color: #6A1411;
	font-weight: normal;
}

h4
{
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	border-bottom: 1px dotted;
	font-size: 16px;
	text-align: center;
	line-height: 100%;
	color: #6A1411;
	font-weight: normal;
}

li
{
	list-style-type: circle;
	font-size: 12px;
	line-height: 14px;
}

ul
{
	margin-top: 6px;
	margin-bottom: 16px;
}

div.DataDarker
{
	background-color: #BBBBFF;
	height: 100%;
}

#FullPage
{
	display: block;
	width: 766;
	background-image: url(FooterRepeat.png);
	background-position: 0px 0px;
	background-repeat: repeat-y;
	z-index: 1;
	left: 10px;
}

#Header
{
	position: relative;
	background-image: url(Header.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 766px;
	height: 101px;
}

#HeaderButtons
{
	position: relative;
	background-image: url(FooterRepeat.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 1px;
	padding-top: 1px;
	width: 766px;
	height: 32px;
}

#BodyTop
{
	position: relative;
	background-image: url(BodyTop.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 766px;
	height: 27px;
}

#BodyContent
{
	position: relative;
	background-image: url(BodyRepeat.png);
	background-position: top left;
	background-repeat: repeat-y;
	width: 726px;
	left: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top:  10px;
	padding-bottom:  10px;
}

#BodyBottom
{
	position: relative;
	background-image: url(BodyBottom.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 766px;
	height: 27px;
	top: 0px;
}


#Footer
{
	position: relative;
	height: 60px;
	width: 766px;
	background-image: url(Footer.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#AdminMenu
{
	position: fixed;
	left: 790px;
	top: 15px;
	width: 150px;
	background-color: #FFFFFF;
	border: 1px dashed #888888;
	z-index: 10;
}

p.AdminMenuItem
{
	color: #001144;
	font-size: 10px;
	line-height: 12px;
	text-align: center;

	text-indent: 0px;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
}
