html
{
	height: 100%;
}

BODY
{
    background: #FFFFFF;
    background-image: url(images/background.gif);
    background-position: left top;
    background-repeat: repeat-x;
    text-align: center;
    height: 100%;
    /*scrollbar-face-color: #C60A26;
    scrollbar-highlight-color: #EE0226;
    scrollbar-shadow-color: #9A061C;
    scrollbar-arrow-color: #FF7489;
    scrollbar-base-color: #C60A26;
    scrollbar-3d-light-color: #FF7489;
    scrollbar-dark-shadow-color: #9A061C;
    scrollbar-track-color: #C60A26; */
}

#LayoutBox
{
	position: relative;
	width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 100%;
    border-style: solid;
    border-width: 3px;
    border-color: #BE0203;
    background-color: #FFFFFF;
    text-align: left;
}

#NavigationBox
{
	float: left;
	left: 0px;
	height: 100%;
	width: 180px;
	padding-bottom: 0px;
}

#HeaderBox
{
	float: right;
	top: 0px;
	width: 610px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 2px;
}

#ContentBox
{
	float: right;
	position: relative;
	top: 20px;
	width: 600px;
	_width: 610px;
	height: auto;
	padding-left: 10px;
	padding-right: 10px;
}

#PageTitle
{
	height: 30px;
	padding-left: 5px;
	padding-top: 3px;
	margin-bottom: 10px;
	background-color: #BE0203;
	font-family: Verdana;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
}

p
{
	font-family: Verdana;
	font-size: 0.8em;
	color: #000000;
}

td
{
	font-family: Verdana;
	font-size: 0.8em;
	color: #000000;
}

td.header
{
	font-family: Verdana;
	font-size: 0.8em;
	color: #FFFFFF;
	background-color: Navy;
}

a
{
	color: #BE0203;
	text-decoration: none;	
}

a:hover
{
	color: Navy;
	text-decoration: underline;	
}

div.NavLinks
{
	width: 180px;
	border-top: dotted 1px #BE0203;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

div.NavLinks a
{
	font-family: Verdana;
	font-size: 0.8em;
	font-weight: bold;
	color: Navy;
	text-decoration: none;
}

div.NavLinks a:hover
{
	color: #BE0203;
	text-decoration: none;
}

#RandomImage
{
	width:180px;
	height:270px;
	padding-top: 25px;	
	position: relative;
	bottom: 0px;
}

img
{
	_margin: 0px -3px;
	padding: 0px;
}