a
{
	font-weight: bold;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
body
{
	background: #ccc;
	color: #666;
	font: 0.8em Arial, 'sans serif';
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}
img
{
	border: 0;
}
form
{
	margin-left: auto;
	margin-right: auto;
	width: 760px;
}
div#Wrap
{
	background: #fff url(../images/background_right.gif) repeat-y right top;
	position: absolute;
	width: 767px;
}

div#Header
{
	background: url(../images/header_bg.jpg) repeat-x;
	font-size: 0.9em;
	height: 105px;
	z-index: 100;
	width: 760px;
}
div#Header a
{
	color: #333;
}
div#Header #Snippet
{
	font-size: 0.9em;
	padding: 2px 10px;
	position: absolute;
	text-transform: capitalize;
	width: 360px;
	z-index: 103;
}
div#Header #LoginStatus
{
	font-size: 0.9em;
	padding: 2px 10px;
	position: absolute;
	text-transform: capitalize;
    text-align: right;
    right: 10px;
	width: 360px;
	z-index: 102;
}
div#Header #CurrentVisit
{
	color: #fff;
	font-size: 0.9em;
	margin-left: 400px;
	position: absolute;
	text-align: right;
	text-transform: uppercase;
	top: 68px;
	width: 350px;
}

div#Header #LogoA 
{
	left: 0;
	position: absolute;
	top: 11px;
	z-index: 101;
}
div#Header #LogoB 
{
	margin-left: 88px;
	position: absolute;
	top: 30px;
}

div#Header ul#Menu
{
	list-style-type: none;
	top: 84px;
	margin: 0 0 0 105px;
	padding: 2px;
	position: absolute;
}
div#Header ul#Menu li { display: inline; }

div#ForceContentClear
{
	clear: both;
	height: 0;
	visibility: hidden;
}

div#Footer
{	
	background: #ccc url(../images/background_bottom.gif) no-repeat left top;
	font-size: 0.8em;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0;
	text-align: center;
}
div#Footer ul 
{
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px 0;
}
div#Footer ul li { display: inline; }

div#Content
{
	background: #fff;
	font-size: 0.9em;
	width: 760px;
}
td.fontSize
{
	font-size:11px;
	font-weight:bold;
}