
body {
	margin: 15px;
	height: 100%;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, 'Sans Serif';
	font-size: 11px;
	color: #0033ff;
	background: rgb(237,246,251);
}

a:link, a:visited {
	color: #0000cc; 
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #3333ff;	text-decoration: underline;
	font-weight: bold;
}


a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: #ffffff url(./images/menu_bg2.png) no-repeat;
	vertical-align: middle;
	font-size: 9px;
	font-weight: bold;
	color: #FFE3BF;
	text-align: left;
	padding-top: 5px;
	padding-left: 18px;
	padding-right: 0px;
	height: 19px !important;
	height: 24px;
	width: 140px;
	text-decoration: none;

}

a.mainlevel:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: rgb(0,51,255);
}


.contentheading {
	background: #003EBA;
	color: #0033ff;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	
}

h1 {
	background: rgb(216,223,234);
	color: rgb(50,78,139);
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 31px;
	font-weight: bold;
	font-size: 15px;
	margin: 0px;
	border-top: solid 1px rgb(50,78,139);
	border-bottom: solid 1px rgb(238,238,238);
}


h2 {
	background: rgb(216,223,234);
	color: rgb(50,78,139);
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	margin: 0px;
	border-top: solid 1px rgb(50,78,139);
	border-bottom: solid 1px rgb(238,238,238);

}
.contentpagetitle {
	font-size: 13px;
	font-weight: bold;
	color: #cccccc;
	text-align:left;
}
.moduletable {
	width: 100%;
	margin-bottom: 0px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

.singlespace {
	line-height: 1;
}

table th {
	background: rgb(216,223,234);
	color: rgb(50,78,139);
	text-align: left;
	padding-top: 0px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	border: none;
	border-top: solid 1px rgb(50,78,139);
	border-bottom: solid 1px rgb(238,238,238);
	
}

table td {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

.DataGrid {
	margin: 1em;
}

.DataGrid td {
	padding: .25em .5em;
}

#formattingtable
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	border: thin;
	position: absolute;
	top: 0;
	left: 0;

}

#banner
{
	margin: 0px;
	padding: 0px;
	padding-right: 10px;
	border-style: none;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom:84px;
	right: auto;
	z-index: 1;
	border-width: thick;
	border-color: gray;
	display: table-cell;
	width: 100%;
	height: 87px;
	background: #FFE3BF url(./images/bannerbg.png) repeat-x;

}

p {
	padding-right: 1em;
	padding-left: 1em;
	padding-top: .25em;
	padding-bottom: .25em;
}

IMG.mypic {
	float: left;
  	margin: 1em;
	margin-top: 0;
	margin-left: 0;

}

.floatleft
{
	float: left;
}

.floatright
{
	float: right;
}

#sidebar
{
	margin: 0px;
	padding: 0px;
	border-style: none;
	top: 87px;
	left: 0px;
	bottom: auto;
	right: auto;
	position: absolute;
	border-width: 0;
	border-color: gray;
	display: table-cell;
	clip: rect(0px, 149px,1800px,0px);
	height: 100%;
	width: 149px;
	background: rgb(237,246,251);

}

#contentarea
{
	margin: 0px;
	padding: 0px;
	padding-left: 0px;
	border-style: none;
	top: 87px;
	left: 150px;
	right: auto;
	bottom: 100%;
	position: absolute;

	z-index: 0;
	border-color: gray;
	vertical-align: top;
}

.lookahead
{
	text-decoration: none;
	position: relative;
	z-index: 0;
}

.lookahead:hover
{
	text-decoration: none;
	z-index: 50;
}

.lookahead span
{ 
	position: absolute;
	background-color: lightyellow;
	padding: 5px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
	width: 300px;
	height: 250px;
	overflow: hidden;
}

.lookahead a
{
	text-decoration: none;
}

.lookahead IMG
{
	border: none; 
}


.lookahead:hover span
{ 
	visibility: visible;
	text-decoration: none;
	top: -270;
	left: 0px; 
}

.center
{
	vertical-align: middle;
	text-align: center;
}

span small a, .btn
{
    background-color: #eee;
    border: 1px solid black;
    padding: 2px 5px;
    text-decoration: none;
    margin-left: 15px;
}

input.btn:hover
{
    background-color: #fff;
}

.gridlist 
{
    margin: 0px 10px;
    padding : 0px;
    list-style : none;
    border: solid 1px #000;
    width: 500px;
}

.gridlist li
{
    margin: 0px;
    padding: 5px;
    border-bottom: solid 1px #000;
}

.gridlist li a
{
    display: block;
    width: 500px !important;
}

.gridlist li:hover
{
    background-color: #ffe3bf;
}

.gridlist .evenrow
{
    background-color: #d8dfea;
}

.gridlist .oddrow
{
    background-color: #fff;
}
.gridlist a:link, .gridlist a:visited, .gridlist a:hover
{
    text-decoration: none;
}

