﻿
.header
{
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #2655A4;
	margin-top:10px;
}

.headersmll
{
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #2655A4;
	padding-left: 6px;
	padding-bottom: 6px;
	padding-top: 6px;
}

.send
{
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #2655A4;
}

.fail
{
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #2655A4;
}

/* menu */
.containerMenu li a
{
	color: white;
	text-decoration: none;
	font-size: 12px;
	font-family: verdana;
}
.containerMenu li a:hover
{
	color: white;
	text-decoration: underline;
	font-size: 12px;
	font-family: verdana;
}
.containerMenu li.Bg
{
	float: left;
	padding-left: 20px;
	background-image: url('../images/menu_bg.gif');
	background-repeat: repeat-x;
	height: 28px;
	padding-top: 4px;
	padding-right: 20px;

}
.containerMenu li.noBg
{
	float: left;
	height: 28px;
}
.containerMenu ul
{
	list-style-type: none;
	padding-left: 16px;
	margin-left: 0px;
}

.containerMenu ul li
{
	float: left;
}

.footerLink
{
	color: #1868A7;
	text-decoration: none;
	font-size: 12px;
	font-family: Verdana;
}
.footerLink:hover
{
	color: #1868A7;
	text-decoration: underline;
	font-family: Verdana;
	font-size: 12px;
}

.footerLink:visited
{
	color: #1868A7;
	text-decoration: none;
	font-size: 12px;
	font-family: Verdana;
}
.footerLink:active
{
	color: #1868A7;
	
	font-family: Verdana;
	font-size: 12px;
}

.tblmain
{
	border: 1px solid #0083d7;
	padding: 1px;
}

.whiteheader
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding-left: 6px;
	padding-top:4px;
	padding-bottom:4px;
	background-image: url('../images/menu_bg.gif');
	background-repeat: repeat-x;
}

h2
{
	color: #1868A7;
	font-size: 13px;
	display: inline;
	margin: 0px 2px 0px 2px;
}
/*
strong
{
	color: #1868A7;
}*/

body, html
{
	background-color: #E3E3E4;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

#container
{
	/*background-color: #FFFFFF;*/
	margin-right: 0px;
	margin-left: 6px;
	min-height: 100%;
	float: left;
	margin-bottom: 0px;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	width: 820px;
	
}

#pgcontent
{
	/*background-color: #FFFFFF;*/
	padding-right: 26px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 0px;
	margin: 0px;
	width: 806px;
	height: 100%;
	font-family: Verdana;
	font-size: 13px;
	line-height: 22px;
}

#footer
{
	float: left;
	padding-top: 16px;
	padding-left: 18px;
	padding-bottom: 10px;
	margin-left: 0px;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	width: 820px;
}

#dvcontent
{
	padding-left: 8px;
	padding-top: 20px;
	height: 100%;
}

.horizantalgrid
{
	clear: both;
	background-image: url(../images/horiz_grid_dot.gif);
	background-repeat: repeat-x;
	width: 770px;
}

.tblform td
{
	vertical-align: top;
	color: #1868A7;
	font-size: 12px;
	font-weight: bold;
}



.mainlink:link
{
	color: #1D427E;
	text-decoration: none;
	font-size: 13px;
	font-family: Verdana;
}
.mainlink:hover
{
	color: #258AB1;
	text-decoration: none;
	font-family: Verdana;
	font-size: 13px;
}
.mainlink:visited
{
	color: #1D427E;
	text-decoration: none;
	font-size: 13px;
	font-family: Verdana;
}
.mainlink:active
{
	color: #1D427E;
	text-decoration: none;
	font-family: Verdana;
	font-size: 13px;
}


 

ul#pics li img{
	border: 0px;
	padding: 4px;
}


.fade{
	margin-bottom: 2em;
}

.fade p{
	margin-bottom: 2em;
	text-align: center;
	width: 100%;
	background: #fff;
}

.ulRefs
{
    list-style-type:none;
    margin:0px;
    padding:0px;
}
.ulRefs li
{
    float:left;
    margin-right:6px;
}
.refSeperator
{
    background-image:url(../images/dash.gif);
    width:96%;
    background-repeat:repeat-x;
    height:26px;
    clear:both;
    background-position:center;
}
