@import url("dnn.css");

/*****************************************************************************************************************
 CSS for HTML Elements
*****************************************************************************************************************/
body
{
 font-family: Verdana, Arial, Helvetica, Sans-Serif;
 font-size: 11px;
 background-color: white;
 border:0;
 margin-left:auto; 
 margin-right:auto;
 text-align: center;
}

/*****************************************************************************************************************
 CSS for Page Div
*****************************************************************************************************************/
#page
{
 position: relative;
 width: 1000px;
 text-align: left;
}

/*****************************************************************************************************************
 CSS for Page Div
*****************************************************************************************************************/
#logo
{
 position: absolute;
 left: 20px;
 top: 40px;
 width: 180px;
 height: 120px;
 text-align: center;
 vertical-align: middle;
 background-color: white;
 padding-bottom: 10px;
}

.infobar
{
 padding: 10px 0 20px 0;
}

/*****************************************************************************************************************
 CSS for the Header Elements
*****************************************************************************************************************/
.pageheader
{
 clear: both;
 width: 100%;
 height: 200px;
 background: url(banner.jpg) no-repeat top left;
}

#user, #log
{
 position: relative;
 padding-right: 10px;
}

#log
{
 float: right;
}

#dt{padding: 10px 0 0 10px}
/*****************************************************************************************************************
 CSS for the Banner Pane
*****************************************************************************************************************/
.BannerPane
{
 width: 100%;
 height: 148px;
 background: #053201 url(banner.jpg) no-repeat top right;
}
/*****************************************************************************************************************
 CSS for the Breadcrumb
*****************************************************************************************************************/
#bcrumb
{
 text-align: left;
 margin-left: 220px;
 padding-bottom: 10px;
 font-size: 12px;
}
/*****************************************************************************************************************
 CSS for the Content Pane area
*****************************************************************************************************************/
#menubar
{
 float: left;
 width: 200px;
 height:100%;
 background-color: white;
 padding: 0 0 20px 20px;
}

.ContentPane
{
 text-align: left;
 width: 770px;
}
/*****************************************************************************************************************
 CSS for the Footer Pane
*****************************************************************************************************************/
.FooterPane
{
 clear: both;
 width: 100%;
 height: 150px;
 background-color: #053201;
}

/*****************************************************************************************************************
 CSS for the copyright, terms and Privacy
*****************************************************************************************************************/
#cdtp
{
 width: 100%;
 height: 40px;
 padding-top: 5px;
}

#cdtp div{display: inline;}

.cpr, .sc, .tp {position:relative;}
.cpr { left: 10px;}
.sc{left: 120px;}
.tp { left: 310px;}

/*General CSS*/
.textr {text-align: right;}

.textl {text-align: left;}

.textm {text-align: center;}

