*
{
	margin: 0;
	padding: 0;
}

body
{
	font: 76% Arial,sans-serif;
	line-height: 1.4em;
	text-align: center;
	color: #303030;
	background: #025c8f url(bodybg.gif) repeat-x;
}

a
{
	color: #7dce4b;
	font-weight: bold;
	text-decoration: none;
	background-color: inherit;
}

a:hover
{
	color: #2a5a8a;
	text-decoration: none;
	background-color: inherit;
}
a img
{
	border: none;
}

p
{
	padding: 0 0 1.6em 0;
}
p form
{
	margin-top: 0;
	margin-bottom: 20px;
}

img.left, img.center, img.right
{
	padding: 4px;
	border: 1px solid #a0a0a0;
}
img.left
{
	float: left;
	margin: 0 12px 5px 0;
}
img.center
{
	display: block;
	margin: 0 auto 5px auto;
}
img.right
{
	float: right;
	margin: 0 0 5px 12px;
}

/**************** Header and navigation styles ****************/


#dnn_dnnCURRENTDATE_lblDate.SkinObject{
color:#888;
padding:4px;
position:relative;
top:148px;
left:20px;}

#search{
color:#ddd;
position:relative;
top:128px;
left:530px;
width:250px;}

#dnn_dnnSEARCH_cmdSearch.SkinObject
{
color:#888;
}

#container
{
	width: 786px !important;
	width: 784px;
	margin: 20px auto;
	padding: 1px 0;
	text-align: left;
	background: #ffffff;
	color: #303030;
	border: 2px solid #a0a0a0;
}

#header
{
	height: 189px;
	width: 784px;
	margin: 0 1px 0 1px;
	background: #fff url(headerbg.jpg) no-repeat;
	color: #000;
}


/**************** Content styles ****************/
#Content
{
padding:0 20px 0 20px;
background: #fff;
}

.Head
{
padding:5px;
}

/**************** ContentPane styles ****************/

#dnn_ContentPane
{
	float: left;
	width: 530px;
	font-size: 0.9em;
	padding: 20px 0 0 0;
}

/**************** LeftPane styles ****************/

#dnn_LeftPane
{
	float: right;
	width: 190px;
	padding: 20px 0 10px 0;
	line-height: 1.4em;
}

/**************** Footer styles ****************/

#footer
{
	clear: both;
	width: 784px;
	padding: 5px 0;
	margin: 0 1px;
	font-size: 0.9em;
	color: #f0f0f0;
	background: #025c8f;
}

#footer p
{
	padding: 0;
	margin: 0;
	text-align: center;
}
#footer a, #footer .SkinObject
{
	color: #f0f0f0;
	background-color: inherit;
	font-weight: bold;
}
#footer a:hover
{
	color: #ffffff;
	background-color: inherit;
	text-decoration: underline;
}

/**************** Misc classes and styles ****************/

#dnn_splitcontentleft
{
	float: left;
	width: 46%;
	margin: 10px;
}
#dnn_splitcontentright
{
	float: right;
	width: 46%;
	margin: 10px;
}
.clear
{
	clear: both;
}
.small
{
	font-size: 0.8em;
}
.hide
{
	display: none;
}
.textcenter
{
	text-align: center;
}
.textright
{
	text-align: right;
}
.important
{
	color: #f02025;
	background-color: inherit;
	font-weight: bold;
}

.box
{
	margin: 0 0 20px 0;
	padding: 10px;
	border: 1px solid #c0c0c0;
	background-color: #fafbfc;
	color: #505050;
	line-height: 1.5em;
}


/*==========Navigation Menu=============*/

#nav, #nav ul { /* all lists */

	padding: 0;

	margin: 0;

	list-style: none;

	height: 23px;

	background: #025c8f;

	color: #ffffff;

	width: 783px !important;

	width: 782px;

	margin: 0 1px;

	white-space: nowrap;

	z-index:100;

}



#nav a {

	display: block;

	width: 8em;

	w\idth: 4em; /*firefox fix*/

	color: #ffffff;

	text-decoration: none;

	padding: 0.25em 1em;

}



#nav li { /* all list items */

	float: left;

	width: 8em; /* width needed or else Opera goes nuts */

	background: #025c8f;

}



#nav li ul { /* second-level lists */

	position: absolute;

	color: #ffffff;

	background: #025c8f;

	width: 8em !important; /* set to important - otherwise ie7 and ff make it 783px */

	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */

}



#nav li ul ul { /* third-and-above-level lists */

	margin: -1em 0 0 10em;

}



#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {

	left: -999em;

}



#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */

	left: auto;

}



#nav li:hover, #nav li.sfhover {

	background: #1587c7;

}



#nav UL LI   {

    list-style-type: none;

}



#nav UL LI LI    {

    list-style-type: none;

}



#nav UL LI LI LI {

    list-style-type: none;

}
.obContainer
{
padding:10px;
}

td.Normal, th.Normal, th.NormalBold, tr.Normal{padding:5px;}
