#wrapper	{
	margin: 0 auto;
	width: 734px;	
}

#logo	{
	float:left;
	height: 71px;
	margin: 0 0 0 7px;
	width: 253px;
}

#contact	{
	float: right;
	height: 71px;
	margin: 0 7px 5px 0;
	text-align: right;
	width: 150px;
}

.contact	{
	color: #0B3543;	
	font-size: 1.0em;
	padding: 0 35px 0 0;
}

.contact a	{
	color: #788083;
	text-decoration: none;
}

.contact a:hover	{
	text-decoration: underline;
}

#dnn_nav	{
	clear: both;
	margin: 71px 0 0 0;
}

*:first-child + html #dnn_nav	{
	margin-top: 0;
}

/*IE6 fix*/
* html #dnn_nav	{
	margin: 0 0 -1px -7px;
}

#flash	{
	height: 154px;
	margin: -5px 0 0 7px;
	width: 720px;
}

/*IE hack to eliminate 1px added from the table created in dnn*/
*:first-child + html #flash	{
	margin-top: -1px;
}

* html #flash	{
	margin-top: 0px;
}

*:first-child + html .caption	{ /*IE hack to align caption*/
	padding-top: 8px;
}

#caption_bar	{
	background: url(images/caption-bar-background.jpg) repeat-x;
	color: #fff;
	font-size: 1.0em;
	font-weight: bold;
	height: 37px;
	margin: 0 0 0 7px;
	padding: 5px 10px 0 0;
	/*position: relative;*/
	text-align: right;
	/*top: 140px;*/
	width: 710px;
	z-index: 1;
}

 *:first-child + html #caption_bar	{ /*IE hack to position correctly*/
	background: url(images/caption-bar-background.jpg) repeat-x;
	height: 37px;
	margin: 0 0 0 7px;
/*	position: relative;*/
	top: 0;
	width: 710px;
}

#dnn_ContentPane	{
	background: #fff;
	float: left;
	margin: 0 0 0 7px;
	min-height: 20px;
	padding: 35px 35px 0 35px;
	width: 650px;
}

* html #dnn_ContentPane	{
	margin-left: 4px;
}

.maintext	{
	color: #A9A9A9;
	font-size: 1.0em;
}

#footer	{
	background: url(images/grass-noants.png) no-repeat;
	clear: both;
	height: 62px;
	width: 734px;
}

*html #footer	{
	background: url(images/grass-noants.gif) no-repeat;
}

.copyright	{
	color: #fff;
	font-size: 0.9em;
	text-align: center;
}

.copyright a, .copyright a:link {
	color: #fff;
}

.copyright a:visited	{
	color: #fff;
}

.copyright a:hover	{
	color: #0A304A;
	text-decoration: underline;
}

/* DNN Adds a BR to the end of a runat="server" element */
#dnn_nav br
{
	display: none;
	height: 0;
	visibility: hidden;
}

/* DNN Adds Nested Tables to Modules contained in runat="server" elements */
/*#dnn_nav table td:empty
{
	display: none;
	height: 0;
	visibility: hidden;
}*/

.login	{
	background: #fff;
	margin: 0 0 0 7px;
	padding: 0 10px 0 0;
	position: relative;
	text-align: right;
	width: 710px;
	z-index: 1;
 }
 
*:first-child + html .login	{
	background: transparent;
	float: right;
	width: 155px;
} 
