body {
	font-family: Thamora, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 75pt;
	background: White;
}

a.links {
	color: #37505D;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}

a.links:hover
{
	text-decoration: underline;
}


a.hddr
{
	color: white;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
a.hddr:hover
{
	text-decoration: underline;
}

/* hddr nav bar Style */

.navbar ul 
{
	margin:0px;
	padding:0px;
}
.navbar li
{
	display:inline;
}
.navbar a
{
	text-decoration: none;
	color: #37505D;
	border-right: 1px solid #000066;
	padding: 0px 6px 0px 2px;
	vertical-align: middle;
	font-size: 10px;
	font-weight: bold;
}

.navbar a:hover
{
	text-decoration: underline;
}

.navbar .last
{
	border-right-width: 0px;
	padding-right: 0px;
}

h1 {
	margin-top: 3pt;
	font-size: 21px;
	color: black;
	font-weight: bold;
}
h2
{
	font-size: 16px;
	color: black;
	font-weight: bold;
}

h4 {
	margin-top: 15pt;
	margin-left: 10pt;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
}

h6 {
	font-size: 9px;
	color: #000080;
	font-weight: bold;
}

li.highlight
{
	color: #0000CD;
}
li.indent
{
	margin-left: 10pt;
}

.MenuBarLeftOnly
{
	border-left: 1pt solid white;
	cursor: pointer;
 	color: white;
	font-weight: bold;
}
.MenuBarLeftAndRight
{
	border-left: 1pt solid white;
	border-right: 1pt solid white;
	cursor: pointer;
 	color: white;
	font-weight: bold;
}

div.home
{
	position:absolute;
	top:5pt;
	left:85pt
}

div.chat
{
	position:absolute;
	top:5pt;
	left:120pt
}

div.title
{
	position: absolute;
	top: 0pt;
	left: 308pt;
	color: White;
	font-weight: bold;
	font-size: 21pt;
}

div.subtitle
{
	position: absolute;
	top: 23pt;
	left: 320pt;
	color: White;
	font-weight: bold;
	font-size: 8pt;
	text-align: center;
}


div.contact
{
	text-align: right;
	padding-right: 10pt;
	padding-top:8pt;
}

div.contact a
{
	color: #8B0000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
div.contact a:hover
{
	text-decoration: underline;
}


table.leftSideBarItem
{
	border-bottom: 1pt solid #6A6A6A;
}

table.leftSideBarItem th
{
	color: White;
	height: 15pt;
	font-weight: bold;
	letter-spacing: 3px;
	background-image: url(../Images/leftSideBarItem.jpg);
}

table.leftSideBarItem td
{
	border-right: 1pt solid #6A6A6A;
	background-color: White;
	color: Black;
	padding-left: 6pt;
	font-size: 8pt;
	padding-top: 3pt;
	padding-bottom: 1pt;
}

table.leftSideBarItem td img.info
{
	padding-top:2pt;
	padding-left:70pt;
}

