body {
	/* For container positioning */
	margin: 0px;
	padding: 20px;
	padding-bottom: 2px;

	background: url(styleimages/background_gradient4.gif) repeat-x #6C0000;
	text-align: center;

}

body, td {
	font-family: verdana;
	font-size: 13px;
	line-height: 1.4;
	color: white;
}

td 
{
	vertical-align: top;
}



/* Container positioning */
#Container
{
	position: relative;
	margin: 0px auto;

	top: 0px;
	text-align: left;
    width: 900px;
    border: 1px solid #444;

	background-color: black;
}


#Header
{
	position: relative;
	background-color: #3D3D3D;
	height: 100px;

	border-bottom: 1px solid #ccc;
}

#Header #HeaderLogoDiv
{
}

#HeaderLinks
{
	position: absolute;
	bottom: 7px;
	right: 10px;

	width: 200px;
	
	text-align: right;
	z-index: 10;
}


#HeaderLinks a
{
	font-weight: bold;
	font-size: 11px;
}


#LayoutTable
{
	border-collapse: collapse;
	padding: 0px;
}

#LayoutTable #NavigationTD
{
	background: #EDEDED;

	border-right: 1px solid #aaa;
	padding: 5px;
	padding-left: 8px;
	min-height: 450px;
	height: 450px;
}

#LayoutTable #NavigationTD #Navigation 
{
	width: 183px;
	padding-top: 2px;
}

#Navigation a
{
	color: white;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;

	text-decoration: underline;
	text-decoration: none;

	font-family: arial;
	font-weight: bold;
	color: #CE0000;
	font-size: 14px;

	width: 100%;
}

#Navigation .SubMenu a
{
	text-decoration: none;
	padding-left: 18px;
	font-weight: bold;
	color: black;

	font-family: verdana;
	font-weight: bold;
	font-size: 12px;

	width: 90%;
}


#Navigation a:hover
{
	color: red;
}


a, a:link, a:visited, a:hover
{
	color: red;
	text-decoration: underline;
}

a:hover
{
	color: white;
}

#ContentFrame
{
	position: relative;
	top: -1px;
	left: -1px;

	width: 100%;
	height: 470px;
	border: 0px;

	margin-bottom: -6px;
}

img
{
	border: 0px;
}
