﻿body 
{
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	font-family: Tahoma;
	margin-top: 0px;	
}

td
{
	font-size:  12px;
	vertical-align:  top;
}
li
{
	padding-bottom:  10px;
}
a
{
	color: #DA0000;	
}
a:hover
{
	text-decoration: none;
}
hr
{
	color:	#DA0000;
}

.MainTable
{
	width: 750px;
}

.TopTable
{
	background-image: url(images/Top_Nav_Background.jpg);
	background-repeat: repeat-y;
	height:  100px;
}
.LeftNavColumn
{
	height: 300px;
	width:  150px;

	border-left: solid 7px white;
	border-right: solid 7px white;
	border-top: none;
	
	background-color: white;
	font-weight: bold;	
}
.LeftNav
{
	width: 160px;
	height:  30px;
}
.LeftNav, .LeftNav td
{
	font-family: Tahoma;
	font-size: 11px;
	color: white;
	font-weight: bold;
}
.LeftNav a
{
	color: white;
	text-decoration: none;
}
.LeftNav a:hover
{
	color: #DA0000;
	text-decoration: none;	
}
.LeftNav a:selected
{
	color: #DA0000;
	text-decoration: none;	
}
.LeftNavTitle
{
	/*  ACCENT Red is #DA0000 */
	background: white url(images/LeftNavTitle.gif) no-repeat top-left;
	padding: 8px 16px 8px 20px;
	border-bottom: solid 1px #999999;
	border-top:  solid 7px white;
}
.LeftNavLink
{	
	padding: 4px 16px 4px 20px;
	background-position:left center;
	background-image:  url(images/bullet_white.gif);
	background-repeat:  no-repeat;
	background-color:  Black;
	border-bottom: solid 1px #999999;
	border-top:  solid 1px #DA0000;
}
.LeftNavBottom
{
	background: white url(images/LeftNavBottom.jpg) repeat-x;
}
.Header
{
	color: White;
	padding-right:  10px;
	padding-left:  10px;
	padding-bottom:  2px;
	padding-top:  2px;
	font-size:  14px;
	/*font-style: italic;*/
	font-weight: bold;
}
.HeaderCaption
{
	font-size:		24px;
	font-weight:	bold;
	font-style:		italic;
	color: White;
}
.HeaderSubCaption
{
	font-size:		18px;
	font-weight:	bold;
	font-style:		italic;
	color: White;
}
.ContentTable
{
	border:  solid 2px #CCCCCC;
	margin-top:  8px;
	height:  600px;
	padding:  5px;
}
.ContentRightShadow
{
	 background-image:  url(images/ContentRightShadow.jpg);
	 background-repeat: repeat-y;
}

.ContentBottomShadow
{
	 background-image:  url(images/ContentBottomShadow.jpg);
	 background-repeat: repeat-x;	
}
H1
{
	color:#DA0000;
	font-size:  18px;
	font-weight:  bold;	
}
H2
{
	color:#DA0000;
	font-size:  14px;
	font-weight:  bold;	
}
.Footer
{
	background-color:  #CCCCCC;
	font-weight:  bold;
	font-style:  italic;	
}

