body 
{
	margin: 0;
	padding: 0;
	background: #E5E5E5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
	text-align: center;
}

blockquote 
{
	font-style: italic;
}

a
{
	color: #FFFFFF;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.boxed 
{
	padding: 5px 30px 20px 30px;
}

.boxed p, .boxed ul, .boxed ol 
{
	line-height: 180%;
}

/* Page */

#page 
{
	width: 1000px;
	margin: 0 auto;
	background-image: url(images/crepeat.gif);
}

/* Header Styles */

#header 
{
	width: 1000px;
	height: 196px;
	margin: 0 auto;
	text-align: left;
	background-image: url(images/header.gif);
}

div#address
{
	position: absolute;
	width: 265px;
	height: 124px;
	top: 14px;
	left: 24px;
	text-align: center;
	vertical-align: middle;
    font-family: "Copperplate Gothic Bold", "Times New Roman", Times, serif;
    font-size:19px;
    color: white;
}

#htop
{
	position: relative;
	height: 150px;
	width: 100%;
}

#htleft 
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 330px;
}

#activereleaselink 
{
	height: 100%;
	width: 100%;
	border: 0px;
}

#yourartdoclink 
{
	height: 100%;
	width: 100%;
	border: 0px;
}


#hleft img
{
	border: 0px;
}


#htmiddle
{
	position: absolute;
	top: 0px;	
	left: 330px;
	height: 100%;
	width: 340px;
}

#htright
{
	position: absolute;
	top: 0px;
	left: 670px;
	height: 100%;
	width: 330px;
}


#hbottom
{
	position: relative;
	height: 46px;	
	width: 1000px;
}

#hbleft
{
	position: absolute;
	top: 16px;
	left: 0px;
	height: 30px;
	width: 225px;
}

#hbrleft
{
	position: absolute;
	top: 16px;	
	left: 225px;
	height: 30px;
	width: 387.5px; 
	text-align: left;
}

#hbrright
{
	position: absolute;
	top: 16px;	
	left: 612.5px;
	height: 30px;
	width: 387.5px; 
	text-align: right;
}

.innerleft
{
	padding-left: 30px;
}
.innerright
{
	padding-right: 30px;
}


/* Sidebar Styles */

#sidebar 
{
	float: left;
	width: 225px;
}

#login 
{
	padding: 20px;
}

/* Content */

#content 
{
	float: right;
	width: 750px;
}

/* Footer */

#footer 
{
	width: 1000px;
	height: 49px;
	margin: 0 auto;
	background-image: url(images/footer.gif);
}

#footer p 
{
	margin: 0;
	font-size: 85%;
}

#lfooter
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 225px;
}

#rfooter
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 775px;	
}

#bfooter
{
	width: 1000px;
	text-align: center;
}

/* DNN Mods */
ul li, ul, ul ul li, ul ul ul li{list-style:none}
.SkinObject
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003366;
	font-weight:400;
}
.Normal
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
}
.Head
{
	font-family: Georgia, "Times New Roman", Times, serif;
}	
.orange .Head, .orange .Normal,#sidebar .Head, #sidebar .Normal
{
	color: #FFFFFF;
}
#login form {
	margin: 0;
	padding: 20px 0 0 0;
}

#login fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#login label {
	color: #FFFFFF;
}

#login a {
	color: #FFFFFF;
}



/* Panel Bar */
/* RadPanelBar Office 2007 skin */

.RadPanelBar_Office2007
{
	background: white;
	white-space: nowrap;
	text-align: left;
}

.RadPanelBar_Office2007 .rpRootGroup
{
	border: solid 1px #013300;
	border-top: 0px;
}

.RadPanelBar_Office2007 .rpText
{
	padding: 0px 20px; /* vertical - horizontal */
	font: bold 11px Arial, Verdana, Sans-serif;
	line-height: 31px;
}

.RadPanelBar_Office2007 .rpImage
{
	margin: 4px; /* vertical - horizontal */
}


.RadPanelBar_Office2007 .rpRootGroup .rpLink
{
	border-top: solid 1px #013300;
	background: #013300 url('images/PanelBar/RootItemBkg.gif') repeat-x;
	color: #FFFFFF;
	text-decoration: none;
}

/* span class="text" */
.RadPanelBar_Office2007 .rpRootGroup .rpText
{
	font-weight: bold;
}



.RadPanelBar_Office2007 .rpRootGroup .rpLink:hover
{
	background: #B2B226 url('images/PanelBar/RootItemBkgActive.gif') repeat-x;
	color: #FFFFFF;
	text-decoration: none;
}


.RadPanelBar_Office2007 .rpRootGroup .rpDisabled:hover
{
	color: #000000;
}

.RadPanelBar_Office2007 .rpGroup .rpText
{
	background: transparent;
	font-weight: normal;
	padding: 0px 20px;
	border: 0px;
}

.RadPanelBar_Office2007 .rpLevel2 .rpText { padding: 0 30px; }
.RadPanelBar_Office2007 .rpLevel3 .rpText { padding: 0 40px; }
.RadPanelBar_Office2007 .rpLevel4 .rpText { padding: 0 50px; }

.RadPanelBar_Office2007 .rpRootGroup .rpSelected .rpText
{
}

/* child item rpLink */
.RadPanelBar_Office2007 .rpGroup .rpLink
{
	background: none;
	border: 0px;
	color: #000000;
	text-decoration: underline;
}

/* child item rpLink:hover */
.RadPanelBar_Office2007 .rpGroup .rpLink:hover,
.RadPanelBar_Office2007 .rpGroup .rpSelected .rpText
{
	background: none;
	text-decoration: none;
	color: #000000;
}

.RadPanelBar_Office2007 .rpRootGroup .rpDisabled:hover,
.RadPanelBar_Office2007 .rpRootGroup .rpDisabled .rpText
{
	color: #000000;
	cursor: default;
}

.RadPanelBar_Office2007 .rpRootGroup .rpGroup .rpDisabled:hover,
.RadPanelBar_Office2007 .rpRootGroup .rpGroup .rpDisabled .rpText
{
	text-decoration: none;
	background: none;
	color: #000000;
	cursor: default;
}

	
	














