/* CSS Document */

body {
	background: #7a121b;
	width: 750px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	font: 10pt Arial, Helvetica, sans-serif;
}
h3 {
	color: #5b6923;
	font-size: 10pt;
	font-variant: small-caps;
	font-weight: bold;
}

a:link, a:visited {
	color: #5b6923;
	text-decoration: none;
}

a:hover {
	text-decoration:  underline;
	color: black;
}

a.normal:link, a.normal:visited {
	color: #5b6923;
	text-decoration: none;
}

a.normal:hover {
	text-decoration:  underline;
	color: black;
}

.pagewrapper {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #1b182b;
	border-bottom: 1px solid #1b182b;
	border-left: 1px solid #1b182b;
}

#TopPane {
	background: #1b182b;
	padding: 5px;
	color: #dbdcad;
	border-top: 1px solid #5c563d;
}

#TopPane a:link, #TopPane a:visited {
	color: #dbdcad;
	font-size: 8pt;
	text-decoration: none;

}
#TopPane a:hover {
	text-decoration: underline;
	font-size: 8pt;
	color: gray;
}

.footer {
	color: white;
	font-size: 8pt;
	background: #1b182b;
	text-align: center;
	border-top: 13px solid #605f3e;
	padding-top: 10px;
	padding-bottom: 10px;
}

.search {
	background: #c0bc90;
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid black;
	padding-top: 5px;
	text-align: center;
	height: 65px;
}

.SkinObject {
	color: white;
	font-size: 8pt;
	text-decoration: none;
	
}
a.SkinObject:link, a.skinobject:visited {
	color: white;
	font-size: 8pt;
	text-decoration: none;
	
}
a.SkinObject:hover {
	text-decoration: underline;
	font-size: 8pt;
	color: gray;
}

.banner {
	height: 65px;
	width: 330;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	background: #c0bc90;
}

.menu {
	background: #a28f4a;
	border-right: 1px solid black;
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	padding-top: 10px;
}
#solmenu a:link, #solmenu a:visited {
	text-decoration: none;
	color: white;
	padding-left: 10px;
	line-height: 25px;
}

#solmenu a:hover {
	text-decoration: none;
	color: #7a121b;
}
.contentarea1 {
	background: #c0bc90;
	width: 330;
	color: white;
	padding-left: 15px;
	padding-right: 10px;
	border-right: 1px solid black;
}

.contentarea2 {
	background: #d2cda5;
	padding: 5px;
}
.contentcell {
	background: #d2cda5;
}
.contentarea3 {
	background: #ffffff;
	color: #999999;
	border-top: 10px solid #dfc759;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	font-size: 9pt;
}
.contentarea4 {
	background: #e0dcc6;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
}

.border-tb {
	border-style: none;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

#searchfield {
	font-size: 10px;
	color: blue;
}


/* 
================================
Skin styles for DotNetNuke
================================
*/   

.MainMenu_MenuContainer {
	background: #a28f4a;
	color: white;
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	padding-top: 10px;

}
.MainMenu_MenuBar {
	height: 0px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	color: white; 
	font: 8pt/14pt Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 0px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}
.MainMenu_MenuIcon {
	width: 0px; 
}
.MainMenu_SubMenu {
	font: 8pt Verdana, Arial, Helvetica, sans-serif; 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3);
	background: #a28f4a;
	border-top: #cccccc 1px solid; 
	border-bottom: #cccccc 1px solid; 
	border-left: #cccccc 1px solid; 
	border-right: #cccccc 1px solid;
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #Transparent; 
	font: 8pt/14pt Verdana, Arial, Helvetica, sans-serif;
	cursor: pointer; 
	cursor: hand; 
	color: #7a121b; 
	text-decoration: none;
	font-weight: bold; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 0px solid; 
	border-right: white 0px solid;

}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	color: black;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 20pt; 
	cursor: pointer; 
	cursor: hand;
	color: black;
}
.StandardButton     {
    background: #AAAAAA none; 
    color: #FFFFFF;
    font-family:Verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
}

.Head   {
	color: #5b6923;
	font: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}

