/* CSS Document */

body
{
	text-align: left;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Helvetica;
	font-size: 8pt;
	background-color: #eeeeee;
}

a:link { color: #0000ff;  text-decoration:none}
a:visited { color: #0000ff;  text-decoration:none}
a:hover { color: #0000ff;  text-decoration:underline}
a.white
{
	color: white;
	text-decoration:none;
}
a:hover.white { color: #0000ff;  text-decoration:none}


div {
	text-align: left;
}

h2 {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 2.5px;
	margin-bottom: 2.5px;
	font-size: 10pt;
}

h3 {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 2.5px;
	margin-bottom: 2.5px;
	font-size: 13px;
}

img {
	border: 0px;
}

.time {
	font-size: 14px;
	font-weight: bold;
	color: #ff7505;
}

.site {
	width: 725px;
	border-left: 1px solid #173458;
	border-right: 1px solid #173458;
	border-bottom: 1px solid #173458;
	overflow:hidden;
}

.top {
	border-bottom: 1px solid #173458;
	padding:7px 7px 7px 7px;
	vertical-align:middle;
}

.top_bottom {
	height: 22px;
	vertical-align: middle;
	background: #99cc99;
	color: #ffffff;
	padding-left: 100px;
	font-weight: bold;
}

.main {
	padding-left: 25px;
	padding-right: 25px;
	position: relative;
}

.bottom {
	width: 725px;
}

.navbar {
	padding-left: 6px;
	padding-right: 6px;
}

.navbar_bg
{
	padding-left: 6px;
	padding-right: 6px;
	color: black;
	background-color: lightgrey;
}

input.SearchBox 
{
	border: #99cc99 1px solid;
}

input.EditBox
{
	border: powderblue  1px solid;
}

input.submit {
	width: 120px;
	height: 28px;
	background: url('../images/submit_button.gif') no-repeat;
	background-position: top left;
	outline: none;
	border: 0;
}

input.submit:hover {
	background-position: bottom left;
}

input.form_email {
	background: url('../images/at.gif') no-repeat;
	padding-left: 22px;
}

input.form_password {
	background: url('../images/pass.gif') no-repeat;
	padding-left: 22px;
}


TD.Caption
{
	text-align: right;
	font-weight: bold;
}
.QuickLink
{
	font-size: 9pt;
}

#divSite
{
	background-color: white;
}

#menu { 
}

#menu ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

#menu a {
	display: block;
	padding: 9px 0px 9px 10px;
	font-size : 10.5pt;
	font-weight: bold;
	color: #666666;
	border-top: 1px solid #DDDDDD;
	text-decoration: none;
}

#menu a.selected {
	padding: 9px 0px 4px 10px;
	color: #333300;
}

#menu .submenu a {
	padding: 0px 0px 2px 20px;
	font-size : 10pt;
	text-decoration: none;
	font-weight: normal;
	border-top: 0px;
}

#menu .submenu a.selected {
	font-style: italic;
}

#menu a:link, #menu a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

#menu .submenu a:link, #menu .submenu a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}

#menu a:hover {
	background-color: #DEDEDE;
}

.ImageFrame
{
	border-right: #c0c0c0 1px solid;
	padding-right: 2px;
	border-top: #c0c0c0 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	border-left: #c0c0c0 1px solid;
	padding-top: 2px;
	border-bottom: #c0c0c0 1px solid;
}

.pageTitle
{
	color: #101010;
	font-weight: bold;
	font-size: 12pt;
}

.statement {font-size:small; margin:30px;}

#TipsBar
{
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 10px;
	padding-bottom: 10px;
	font-weight: normal;
	font-size: 12px;
	line-height: 130%;
	font-family: Century Gothic, Verdana, Tahoma, Arial, Calibri, Tw Cen MT, Sans-Serif;
	text-decoration: none;
	color: Black; 
	background-color: #d0c8aa;
	text-align:left;
	vertical-align:top;
	width:200px;
	height:300px;
}

#InfoBar
{
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 10px;
	padding-bottom: 10px;
	font-weight: normal;
	font-size: 12px;
	line-height: 130%;
	font-family: Century Gothic, Verdana, Tahoma, Arial, Calibri, Tw Cen MT, Sans-Serif;
	text-decoration: none;
	color: #746760; 
	background-color: #d1d8c7;
	vertical-align:top;
	width:200px;
	height:350px;
}

#TextContent
{
	padding: 15px;
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
	color: #746760;
	line-height: 150%;
	text-decoration: none;
	font-weight: normal;
	vertical-align:top;	
	background-color:white;
}

#Error
{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 2.5px;
	margin-bottom: 2.5px;
	font-size: 12px;
	color: Red;
}

#tblMain
{
	
}

