@import url("./css/menu.css");

body
{
    text-align:center;
    background-color: #535353;
    min-width:1016px;
    margin:15px 0px 25px 0px;
}

a,a:link,a:visited,a:active{color:#3E81B5; text-decoration:none; font-weight:normal; }
a:hover{color:#D00; text-decoration:underline; }

/* ControlPanel style */
.ControlPanel{background:transparent url(images/cpanel_center.png) repeat-x bottom left; border:none;padding-bottom:10px; width:995px;}
.cpanel_left {background: url(images/cpanel_left.png) no-repeat bottom left;padding-left:21px;}


.HeaderImage
{
    background-position: url(images/Header.jpg);
    background: url(images/Header.jpg);
    height: 160px;
    width: 1016px;
    background-color: #535353;
}

/* Nav */

.menu_bg{background:url(images/menu_bg.gif) repeat-x top left; height:31px;}


.clear_float{clear:both; line-height:0; font-size:0; height:0;}


#MainContent {
	width:1016px;
	margin:0px auto;
	text-align:left;
	background-color:white;
	max-width:1016px;
	}

#HeaderImage {
	width:1016px;
	margin:0px;
	text-align:left;
	background-color:Aqua;
	height:160px;
	}

div#Nav
{
    background-color: transparent;
    width: 1016px;
    height: 31px;
    font-family: Calibri;
    font-size: 13px;
    font-weight: normal;
    text-transform: none;

} 

div#BreadCrumb
{
    background-color: white;
    width: 971px !important;
    width: 1016px;
    text-align: left;
    padding: 10px 0px 0px 20px;
    max-width: 1016px;
    margin: 0;
    font-weight: normal;
    font-family: Calibri;
    font-size: 14px;
    
} 

div#AllContent {
background-color: white;
width:971px !important;
width:1016px; 
text-align:center;
padding:30px 15px 15px 30px;
max-width:1016px;
margin:0;
} 

div#Footer
{
    color: #333333;
    font-size: 12px;
    background-color: white;
    text-align: center;
    width: 1016px;
    font-family: Calibri;
    height:60px;
} 

div#Login 
{
background-color: white;
text-align:right;
width:1001px !important;
width:1016px;
color: #333333;
font-weight:bold;
font-family: Calibri;
font-size: 13px;
padding:4px 15px 0px 0px;
margin:0;
} 

.ContentText
{
    color: #333333;
    font-weight: normal;
    font-family: Calibri;
    font-size: 13px;
}

/*--------- pane style ----------*/

.ContentPane, .TopPane, .BottomPane{ padding:0px; margin:0px; }
.LeftPane{ padding:0px 20px 0px 0px; width:20%; margin:0px; }
.RightPane{ padding:0px 0px 0px 20px; width:20%; margin:0px; }

.DNNEmptyPane{width:0;padding:0;margin:0;}







