﻿body 
{
	background-image: url('../Images/bg1.jpg');
	background-repeat: repeat;
	
	color: Silver;
	font-family:Arial;
	font-size: 1.5em;
	
	margin: 0px; 
	padding: 0px;
}

a
{
	color: #AA6E96;	
}

img
{
	margin: 0px;
	padding: 0px;
	border: 0px solid red;
}

h2
{
	font-size: 1.3em;
}

h3
{
	font-size: 1.1em;
}

#pnlBodyContents
{
	min-width: 800px;
	_width: 800px;
}

#tblLayout
{
	width: 100%;
}

#tbcHeader
{
	height: 200px;	
	padding: 0px;
	
	background-image: url('../Images/HeaderBG1.gif');
	background-repeat: repeat-x;
	background-color: #DBDB67;
	
	border-bottom: 4px solid #AA6E96;
}

#tblHeader
{
	width: 100%;
}

#tbcHeaderLeft
{
	width: 20%;
}

#tbcHeaderCenter
{
	text-align: center;
}

#tbcHeaderRight
{
	width: 20%;
}

#tbcMenu
{
	width:  250px;
	height: 400px;	
	
	vertical-align: top;
	
	background-image: url('../Images/MenuBG1.gif');
	background-repeat: repeat-x;
	background-color: #21447A;
}
#tbcMenuRightBorder
{
	width:  5px;
	height: 400px;	
	
	vertical-align: top;
	
	background-image: url('../Images/MenuBG3.gif');
	background-repeat: repeat-x;
	background-color: #632B4A;
}

#tbcMenu ul
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#tbcMenu li
{
	padding: 4px;
	padding-bottom: 0px;
	padding-top: 8px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
	
	border: 1px solid #AA6E96;
}
#tbcMenu li.MenuItemHighlight
{
	border: 3px solid #AA6E96;
	
	padding: 0px;
}

#tbcMenu li.MenuItemHighlight div
{
	background-image: url('../Images/menuItemHighlightBG.gif');
	background-repeat: repeat-x;	
	background-color: #808080;
	
	padding-left: 4px;
}

#tbcMenu li a
{
	padding: 0px;
	margin: 0px;
}
#tbcMenu li img
{
	padding: 0px;
	margin: 0px;
}

#tbcBody
{
	vertical-align: top;
	text-align: center;	
	
	padding: 30px;
}

#tbcFooter
{
	text-align: center;	
	height: 50px;	
	
	border-top: 2px solid #AA6E96;	
}


.Legaleese
{
	font-size: .6em;	
}

