﻿body
{
	background-color: #F3F3F3;
	font-weight: normal;
	font-size: 8pt;
	font-style: normal;
	font-family: Verdana, Tahoma, Arial;
	font-variant: normal;
	margin: 1px;
}

h3
{
	font-size: 12pt;
}

h4
{
	font-size: 10pt;
}

hr
{
	height: 1px;
	color: #29287B;
}

a:link
{
	text-decoration: none;
	color: #29287B;
}
a:visited
{
	text-decoration: none;
	color: #29287B;
}
a:active
{
	text-decoration: none;
}
a:hover
{
	text-decoration: none;
	color: #840D1F;
}

#outer
{
	width: 958px; /*margin-left: auto; 	margin-right: auto; 	background-color: #FFFFFF;*/
}

#header
{
	background-position: right;
	height: 60px;
	width: 100%;
	background-color: #10346B;
	background-image: url('../../images/bgtopbar.gif');
	border-bottom: solid 1px #D6E3EF;
	background-repeat: no-repeat;
}

table
{
	margin: 0px;
}

#logocell
{
	vertical-align: bottom;
	width: 180px;
	padding-top: 10px;
}

#namecell
{
    padding-top: 5px;
	vertical-align: middle;
	font-size: 25pt;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Tahoma;
	
}

#logincell
{
	vertical-align: bottom;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	width: inherit;
	text-align: right;
}

#content
{
	width: 100%;
	border-top: solid 6px #DE7D39;
	border-bottom: solid 2px #DE7D39;
	background-color: #FFFFFF;
}

#menuCell
{
	width: 196px;
	vertical-align: top;
	border-right: solid 1px #10346B;
}

#contentCell
{
	width: inherit;
	vertical-align: top;
}

#contentArea
{
	margin-left: 20px;
	margin-right: 20px;
	text-align: justify;
}

#footer
{
	background-position: right;
	height: 25px;
	width: 100%;
	background-color: #10346B;
	background-image: url('../../images/bgtopbar.gif');
	background-repeat: no-repeat;
	font-size: 7pt;
	text-align: right;
	color: #FFFFFF;
	padding-top: 8px;
}

#searchBar
{
	width: 100%;
	height: 28px;
	background-color: #CED7E7;
	background-image: url('../../images/bgbluebar.gif');
	background-repeat: repeat-x
}

#searchBarText
{
	vertical-align: middle;
	text-align: right;
	width: 88%;
}

#searchBarButton
{
	vertical-align: middle;
	text-align: left;
	width: 12%;
}
