*
{
padding: 0em;
margin: 0em;
}

body
{
	background: #363435 url('images/bg_Main.jpg') repeat-x;
	padding: 35px 0px 35px 0px;
}

body,input
{
font-size: 10pt;
font-family: "georgia", "times new roman", serif;
color: #333;
}

p
{
line-height: 1.5em;
margin-bottom: 1.0em;
text-align: justify;
}


.Normal, .NormalDisabled, .NormalBold, .NormalRed, h1, h2, h3, h4, h5, h6, .Head
{
    font-family: "georgia", "times new roman", serif;
    font-size: 100%;
    font-weight: normal;
    color:#333;
}
.NormalDisabled
{
    color: Silver;
}
.NormalBold
{
    font-weight: bold
}
.NormalRed
{
    font-weight: bold;
    color: #ff0000
}
h1, h2, h3, h4, h5, h6, .Head
{
    font-weight: bold;
}
.ControlPanel 
{
	margin-top:-35px;
    padding: 10px;
    
}
a:link.LoginSkinItem, a:link.UserSkinItem {
    color: #fff;
    text-decoration: none;
}
a:hover.LoginSkinItem, a:hover.UserSkinItem {
    text-decoration: underline;
}


a:link, a:visited
{
color: #B96D00;
text-decoration: underline;
}

a:hover
{
text-decoration: none;
}

a:active
{
color: #B96D00;
text-decoration: underline;
}

h3 span
{
font-weight: normal;
}

h3,h4
{
display: inline;
font-weight: bold;
background-repeat: no-repeat;
background-position: right;
}

h3
{
font-size: 1.7em;
padding-right: 34px;
background-image: url('images/db1.gif');
}

h4
{
font-size: 1.2em;
padding-right: 28px;
background-image: url('images/db2.gif');
}
/*Begin Main Content area*/
.contentarea
{
padding-top: 1.3em;
}

.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
/*End Main Content area*/

#outer
{

z-index: 2;
position: relative;
width: 900px;
border: solid 7px #fff;
background-color: #fff;
margin: 0 auto;
}

#header
{
	position: relative;
	width: 100%;
	height: 260px;
	background: url(images/Header.jpg) #2b2b2b no-repeat;
	margin-bottom: 0px;
}

#headercontent
{
position: absolute;
bottom: 0em;
padding: 0em 2.0em 1.3em 2.0em;
}

#headercontent h1
{
font-weight: normal;
color: #fff;
font-size: 2.5em;
}

#headercontent h1 sup
{
color: #777;
}

#headercontent h2
{
font-size: 1.0em;
font-weight: normal;
color: #aaa;
}

#search
{
position: absolute;
top: 17em;
right: 2.0em;
padding-right: 0.0em;
color:#ffffff;
}

#login
{
	position: absolute;
top: 19.8em;
right: 2.0em;
padding-right: 0.0em;
color:#ffffff;
z-index:100;
	}

.SkinItemSearch
{
   
    font-weight: bold;
    padding: 0.35em 0.6em;
    font-size: 0.8em;
    color: #F2F3DE;
    vertical-align: middle;
}

a.SkinItemSearch
{
    color: #fff;
    text-decoration: none;
}
a:hover.SkinItemSearch
{
    text-decoration: underline;
}
#dnn_dnnSEARCH_txtSearch
{
vertical-align: middle;
border-top: solid 1px #000000;
border-right: 0px;
border-bottom: solid 1px #777777;
border-left: 0px;
padding: 0.15em;
width: 11.0em;
font-family: "georgia", "times new roman", serif;
}

#menu
{
position: relative;
background: #7F8400 url('images/Menu_bg.jpg') repeat-x top left;
height: 22px;
padding:  .5em 1.0em 0em 1.0em;

}

#menubottom
{
margin-bottom: 1.5em;
}

.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #000000 0px solid; 
	border-bottom: #000000 1px solid; 
	border-top: #000000 1px solid; 
	border-right: #000000 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;

}
.MainMenu_MenuIcon {
	background-color: #000000; 
	border-left: #000000 1px solid; 
	border-bottom: #000000 2px solid; 
	border-top: #000000 2px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}

.MainMenu_SubMenu {
	background-color: #000000;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:alpha(opacity=90);-moz-opacity:.90;opacity:.90;
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #ffffff; 
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
}
.MainMenu_MenuArrow {
	border-right: #000000 1px solid; 
	border-bottom: #000000 1px solid; 
	border-top: #000000 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuItemActive 
{
	background-color: #000000 !important;
	color: black !important;

}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/*#content
{
padding:  0em .5em 0em .5em;
}

#primarycontainer
{
float: left;
margin-right: -18.0em;
width: 100%;
}

#primarycontent
{
margin: 1.5em 22.0em 0em 0em;
}

#secondarycontent
{
margin-top: 1.5em;
float: right;
width: 18.0em;
}*/

#footer
{
position: relative;
height: 15px;
clear: both;
padding-top: 5.0em;
background: #fff url('images/ft_Main.jpg') repeat-x 0em 2.5em;
font-size: 0.8em;
color:#fff;
}

#footer .left
{
position: absolute;
left: 2.0em;
bottom: 0.7em;
}

#footer .right
{
position: absolute;
right: 2.0em;
bottom: 0.7em;
}

.DNNAligncenter{

 text-align:left

}





