body
{
	background-color:#196499;
	border-collapse:collapse; 
	font-family: Verdana;
	padding-left:20px;
	padding-right:20px;

	background-image: url(Background7c.jpg);
	background-position:top left; 
	/* background-repeat: no-repeat; */

}
body /* Internet Explorer */
{
	text-align: center;
}

body /* Mozilla Firefox alignment */
{
	text-align: -moz-center;
} 
div.controlpanel 
{
	width: 100%;
	background-color: Transparent;
	border-width: 0px;
	/*
	border-right: #003366 1px solid;
	border-top: #003366 1px solid;
	border-left: #003366 1px solid;
	border-bottom: #003366 1px solid;*/
}
div.User_Login
{
	text-align:right;
	padding-right:20px;
}
div.User_Login a, div.User_Login a:link, div.User_Login a:hover
{
	color:#ffffff;
}
div.User_Login a:hover
{
	text-decoration: underline;
}
div.wrapper
{
	width:750px; 
	/* height:550px; */
	background-color:White; 
	border: solid 1px #00467F; 
	text-align:left;
}
div.HeadPanel
{
	background-image: url(Header2.jpg); 
	background-position:right; 
	background-repeat: no-repeat;
	height:90px;
}
div.Navigation
{
	background-color:Black; text-align:center; color: White; font-size:13px; padding-top: 4px; padding-bottom:4px;
}
div.PageHeadingPanel
{
	padding:5px; 
	border-bottom: dotted 1px gray;
}
div.PageHeadingPane
{
	float:left;
}
div.ContentPane
{
	clear:both;
}
div.ContentPane_SinglePane
{
	/* background-image: url(Background3.jpg); */
	background-position:top left; 
	background-repeat: no-repeat;
}

div.ContentPane p, div.ContentPane_SinglePane p
{
	/* margin-left:10px; */
	/* margin-right:10px; */
}
div.SearchPane
{
	text-align:right;
}

div.Copyright
{
	text-align: center;
	margin-top: 20px;
	width:750px;
}
div.Copyright span
{
	font-size:11px;
	font-weight: normal;
	color: whitesmoke;
}
p.Paragraph90PercentWidth
{
	width:90%;
}


/* Nav */
.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	background-color: Transparent;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 1px 3px 3px 1px;	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 12px 0px 5px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {  
	text-decoration: underline;
}

.main_dnnmenu_itemhover td {  
	text-decoration: underline;
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	/* height: 100%; */
}
.main_dnnmenu_submenu {
	background-color: #cad5ea;
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3);
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	border-right: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
