body {
	background-color: #008800;
}
.skinheader {
	height: 80px;
}
.skinheader_left {
	background-image: url(top_frame2.gif);
	width: 12%;
	float: left;
	text-align: center;
}
.skinheader_mid {
	background-image: url(top_frame2.gif);
	width: 75%;
	float: left;
	text-align: center;
}
.skinheader_right {
	background-image: url(top_frame2.gif);
	width: 13%;
	float: left;
	text-align: center;
}
.topspace {
	height: 5px;
	width: 100%;
}
.bottomspace {
	height: 5px;
	width: 100%;
}
.pane {
	table-layout: fixed;
}
.topleftpane {
	background-color: #008800;
	width: 12%;
	padding: 4px;
}
.toppane {
        background: url(t_corner_left.png) top left no-repeat;
	background-color: #FFFFFF;
	width: 75%;
	padding: 4px;
}
.toprightpane {
	background-color: #FFFFFF;
	width: 13%;
	padding: 4px;
}
.leftpane {
	background-color: #008800;
	width: 12%;
	padding: 4px;
}
.contentpane {
	background-color: #FFFFFF;
	width: 75%;
	padding: 4px;
}
.rightpane {
	background-color: #FFFFFF;
	width: 13%;
	padding: 4px;
}
.bottomleftpane {
	background-color: #008800;
	width: 12%;
	height: 15px;
	padding: 4px;
}
.bottomcontentpane {
        background: url(b_corner_left.png) bottom left no-repeat;
	background-color: #FFFFFF;
	width: 75%;
	padding: 4px;
}
.bottomrightpane {
	background-color: #FFFFFF;
	width: 13%;
	padding: 4px;
}
/* dnn nav menu */
.EVMMenu_MenuContainer {
}
.EVMMenu_MenuBar {
	CURSOR: hand;
	HEIGHT: 16px;
	font-style: normal;
	font-family: Tahoma, Arial, Helvetica;
}
.EVMMenu_MenuItem {
	text-decoration: none;
	display: block;
	color: #004400;
	padding: 2px;
	background-color: #FFFFFF;
	display: block;
	border: 2px solid #ebae01;
	margin-bottom: 2px;
	font-weight: normal;
	font-size: 10pt;
	cursor: hand;
}
.EVMMenu_MenuItemSel {
	font-weight: normal;
	font-size: 10pt;
	cursor: hand;
	color: white;
	background-color: #006600; /* dark green */
}
.EVMMenu_MenuIcon {
	WIDTH: 15px;
	CURSOR: hand;
	HEIGHT: 16px;
	TEXT-ALIGN: center
}
.EVMMenu_SubMenu {
	border-collapse: collapse;
}
.EVMMenu_MenuBreak {
	HEIGHT: 1px
}
.EVMMenu_MenuArrow {
	FONT-SIZE: 10pt;
	CURSOR: hand;
	FONT-FAMILY: webdings;
}
.EVMMenu_RootMenuArrow {
	FONT-SIZE: 10pt;
	CURSOR: hand;
	FONT-FAMILY: webdings;
}
/* dnn nav menu end */
.StandardButton {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	FONT-FAMILY: Verdana, sans-serif
}
.Head {
	FONT-WEIGHT: normal;
	FONT-SIZE: 18px;
	COLOR: #ffa500; /* orange */
	FONT-FAMILY: Tahoma, Arial, Helvetica
}
.NormalBold {
    font-size:  14px;
}
.SkinObject {
    font-weight: bold;
    font-size: 9pt;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
    color: #ebae01;
}
.TitleHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight: normal;
    color: #ffa500; /* orange */
}
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  16px;
    font-weight:    bold;
    color: #ffa500; /* orange */
}
.Normal {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 14px;
    font-weight: normal;
}
A.SkinObject:link {
    text-decoration:    none;
    color: #ebae01;
}
A.MarqueeText:link {
    text-decoration: underline;
    color: black;
    font-weight: bold;
    font-size: 14px;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color: #ebae01;
}

A.SkinObject:active   {
    text-decoration:    none;
    color: #ebae01;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color: #ebae01;
}
A:link  {
    text-decoration: underline;
    color: dimgray;
}
A:visited   {
    text-decoration: underline;
    color: dimgray;
}
A:active    {
    text-decoration: none;
    color: dimgray;
}
A:hover {
    text-decoration: none;
    color: dimgray;
}
.DNN_News_Item {
    padding-bottom: 10px;
    font-size: 14px;
}


