body, html, form, #body
{
    width:100%;
    font-family:Arial, Sans-Serif;
    background:#333;
    margin:0px;
    padding:0px;
    text-align:center;
}

#content
{
    width:966px;
    margin:20px auto 20px auto;
    text-align:left;
}

#main
{
    margin-top:10px;
    background:#fff;
}

#mainTop
{
    background:url(images/copyBGTop.jpg) 0px 0px no-repeat;
}

#mainBottom
{
    width:966px;
    background:url(images/copyBGBottom.jpg) 0px 100% no-repeat;
    padding:10px 10px 0px 10px;
}

#main a:link, #main a:visited, #main:active
{
    color:#449644;
    text-decoration:underline;
}

#main a:hover
{
    color:#666;
    text-decoration:none;
}

#left
{
    width:658px;
    padding:30px 15px;
    vertical-align:top;
}

#right
{
    width:248px;
    margin-right:0px;
    vertical-align:top;
}

#footer
{
    width:966px;
    height:40px;
    padding-top:5px;
    font-size:10px;
    text-align:center;
    color:#999;
}

#footer a:link, #footer a:visited, #footer a:active 
{
    color:#999;
    text-decoration:underline;
}

#footer a:hover
{
    color:#999;
    text-decoration:none;
}

#menuContainer
{
    float:right;
    margin:10px 0px;
}

#menuC
{
    background:#114822;
    color:#fff;
    font-size:12px;
    font-weight:bold;
}

#menuR
{
    background:url(images/menuRight.jpg) 100% 0px no-repeat;
    width:5px;
    height:28px;
}

#menuL
{
    background:url(images/menuLeft.jpg) 0px 0px no-repeat;
    width:5px;
    height:28px;
}

#radGrid a:link, #radGrid a:visited, #radGrid a:active
{
    color:#fff;
    text-decoration:underline;
}

#radGrid a:hover
{
    color:#fff;
    text-decoration:none;
}

#radGrid .GridHeader_Telerik a:link, #radGrid .GridHeader_Telerik a:visited, #radGrid .GridHeader_Telerik a:active
{
    color:#333;
    text-decoration:underline;
}

#radGrid .GridHeader_Telerik a:hover
{
    color:#333;
    text-decoration:none;
}

/* Main Menu */
.RadMenu_Ultimate 
{
	background: #114822;
	text-align: left;
}

.RadMenu_Ultimate_rtl
{
	text-align: right;
}

.RadMenu_Ultimate_Context
{
	background: none;
	border: 0;
}

.RadMenu_Ultimate a, .RadMenu_Ultimate a:visited, .RadMenu_Ultimate a:active
{
	text-decoration: none;
	color:#fff;
}

.RadMenu_Ultimate .rmLink
{
	line-height: 24px;
	text-decoration: none;
	color: #fff;
}

.RadMenu_Ultimate .rmLink:focus,
.RadMenu_Ultimate .rmFocused
{
	outline: 0;
}

.RadMenu_Ultimate .rmExpanded
{
	position: relative;
	z-index: 10000;
}

.RadMenu_Ultimate .rmLink:hover,
.RadMenu_Ultimate .rmFocused,
.RadMenu_Ultimate .rmExpanded
{
	color: #fff;
	text-decoration:none;
	cursor:pointer;
}

.RadMenu_Ultimate .rmLink .rmText
{
	font: bold 11px Arial, sans-serif;
}

.RadMenu_Ultimate .rmGroup .rmLink
{
	text-decoration: none;
	color: #fff;
}

.RadMenu_Ultimate_rtl .rmGroup .rmLink
{
	text-align: right;
}

.RadMenu_Ultimate .rmGroup .rmLink:hover,
.RadMenu_Ultimate .rmGroup .rmFocused,
.RadMenu_Ultimate .rmGroup .rmExpanded
{
	color: #fff;
	background: #0b3c1d;
}

.RadMenu_Ultimate .rmText
{
	padding: 7px 12px 5px;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}

.RadMenu_Ultimate .rmGroup .rmLink .rmText
{
	font-size: 11px;
	padding: 4px 37px 5px 20px;
}

.RadMenu_Ultimate_rtl .rmGroup .rmLink .rmText
{
	padding: 4px 20px 5px 37px;
}

/* <expand arrows styling> */

.RadMenu_Ultimate .rmGroup .rmLink .rmExpandRight
{
	background: transparent url(Menu/ArrowExpand.gif) no-repeat right -1px;
}

.RadMenu_Ultimate .rmGroup .rmLink .rmExpandLeft
{
	background: transparent url(Menu/ArrowExpandRTL.gif) no-repeat left -1px;
}

.RadMenu_Ultimate .rmGroup .rmLink:hover .rmExpandRight,
.RadMenu_Ultimate .rmGroup .rmFocused .rmExpandRight,
.RadMenu_Ultimate .rmGroup .rmExpanded .rmExpandRight
{
	background-image: url(Menu/ArrowExpandHovered.gif);
}

.RadMenu_Ultimate .rmGroup .rmLink:hover .rmExpandLeft,
.RadMenu_Ultimate .rmGroup .rmFocused .rmExpandLeft,
.RadMenu_Ultimate .rmGroup .rmExpanded .rmExpandLeft
{
	background-image: url(Menu/ArrowExpandHoveredRTL.gif);
}

/* </expand arrows styling> */

.RadMenu_Ultimate .rmHorizontal .rmItem { /*border-right: 1px solid #353535;*/ padding-bottom:1px; }
.RadMenu_Ultimate .rmHorizontal .rmLast { border-right: 0; }

.RadMenu_Ultimate .rmVertical .rmItem { border-bottom: 1px solid #353535; }
.RadMenu_Ultimate .rmVertical .rmLast { border-bottom: 0; padding-bottom: 1px; }

.RadMenu_Ultimate_rtl .rmHorizontal .rmItem { border-left: 0; }

.RadMenu_Ultimate .rmRootGroup .rmGroup .rmItem,
.RadMenu_Ultimate_Context .rmGroup .rmItem
{ border-right: 0; border-bottom: 0; padding-bottom: 0; }

.RadMenu_Ultimate .rmGroup
{
	background-color: #114822;
}

.RadMenu_Ultimate .rmGroup .rmExpanded
{
	z-index: 1;
}

.RadMenu_Ultimate .rmTopArrow,
.RadMenu_Ultimate .rmBottomArrow
{
	height: 10px;
	width: 100%;
	background: #fff url(Menu/ArrowScrollUpDown.gif) no-repeat top center;
}

.RadMenu_Ultimate .rmBottomArrow
{
	background-position: center -18px;
}

.RadMenu_Ultimate .rmLeftArrow,
.RadMenu_Ultimate .rmRightArrow
{
	width: 10px;
	height: 100%;
	background: #fff url(Menu/ArrowScrollLeftRight.gif) no-repeat left center;
}

.RadMenu_Ultimate .rmRightArrow
{
	background-position: -18px center;
}

.RadMenu_Ultimate .rmItem .rmDisabled .rmText
{
	color: #999;
}

.RadMenu_Ultimate .rmRootGroup .rmItem .rmDisabled
{
	background: none;
}

.RadMenu_Ultimate .rmGroup .rmItem .rmDisabled
{
	background-color: #fff;
}

.RadMenu_Ultimate .rmRootGroup .rmSeparator,
.RadMenu_Ultimate .rmGroup .rmSeparator
{
	background: #8f8f8f;
	border-top: 1px solid #676767;
	border-bottom: 0;
}

.RadMenu_Ultimate .rmSeparator .rmText
{
	display: none;
}

.RadMenu_Ultimate .rmHorizontal .rmSeparator
{
	height: 20px;
	width: 1px;
	line-height: 20px;
	border: 0;
}

.RadMenu_Ultimate .rmVertical .rmSeparator
{
	height: 1px;
	margin: 3px 0;
	border: 0;
	line-height: 1px;
}

.RadMenu_Ultimate .rmLeftImage
{
	margin: 2px;
}

.RadMenu_Ultimate .rmSlide
{
	margin: -1px 0 0 -1px !important;
}

.RadMenu_Ultimate .rmHorizontal .rmSlide
{
	margin-top: -2px !important;
}

.RadMenu_Ultimate_rtl .rmSlide
{
	margin-left: 0 !important;
	margin-right: -1px !important;
}

.RadMenu_Ultimate .rmGroup .rmSlide
{
	margin: 0 !important;
}

.RadMenu_Ultimate .rmItem .rmDisabled:hover
{
	background: none;
}

/* FckEditor */
#fckEditor
{
    background-color:#fff;
    text-align:left;
}

/* Announcements */
.DNN_ANN_Description p
{
    color:#666;
    font-size: 11px;
}

.DNN_ANN_Title
{
    font-size:12px;
    color:#449644;
    font-weight:bold;
}

.DNN_ANN_PubDate
{
    font-size:9px;
    color:#333;
    font-weight:bold;
}

