﻿body 
{
    text-align:center;
    background-color:#ffffff;
    height:100%;
    margin-bottom:0;
}

#PageContainer 
{
	float: none;
    text-align: center;
    width: 100%; 
}

#SiteContainer 
{
    text-align: left;
    margin: 0px auto;
	width: 873px;
	background-color:#ffffff;
	height:100%;
	margin-bottom:0;
	border:solid 1px #000099;
}

#Navigation {
	width:100%;
	height:24px;		
	background: url(../SiteImg/NavigationBar.jpg) no-repeat;
	float: left
}

#TopBar {
	width:873px;
	height:198px;
	background: transparent url(../SiteImg/Campus-Estates-Header.jpg) no-repeat;
	float: left;
}

#BodyContainer 
{
	min-height: 0;
	background-color:#ffffff;
	float: left;
}

#BodyContent
{    
	width:566px;
	float: left;
	background-color:#ffffff;
	float: left;
}

#PreFooter
{
	font-family:Times New Roman;
	font-size: 14pt;
	color: #cc9966;
	float: left;
	width:873px;
	height:30;	
	background: transparent url(../SiteImg/BottomBar.jpg) no-repeat;
	float: left;
}

#Footer
{
	font-size: 8pt;
	clear: both;
	text-align: center;
	width:871px;
	height:100%;
	background-color:#ffffff;			
}

#SideBar 
{
	float: left;
	width: 307px;
	height:auto;
	text-align:center;		
}

/* -----------------------
Particular to Campus Estates
------------------------ */
#Menu
{
    padding-left: 10px;
    float: left;
    width: 250px;
    text-align: left;
}

#NewsTop
{
    float: left;
    width: 100%;
    background: #ffffff url(../SiteImg/NewsBG_01.jpg);
    height: 22px;
}
#NewsMiddle
{	
    float: right;
    width: 100%;    
    background: #ffffff url(../SiteImg/NewsBG_02.jpg) repeat-y;
}
#NewsBottom
{
    float: left;
    width: 100%;
    background: #ffffff url(../SiteImg/NewsBG_04.jpg) repeat-y;
    height: 14px;
}

#sidebarTop
{
	text-align:center;
	color:#000099;
	font-family:Times New Roman;
	font-size: 16pt;
}

/* ----------------------------
    Administration Layout
   ---------------------------- */
#adm-header, #adm-menu, #adm-content, #adm-footer
{
    overflow: hidden;
    display: inline-block;
}
/* safari and opera need this */#adm-header, #adm-footer
{
    width: 100%;
}
#adm-menu, #adm-content
{
    float: left;
}
#adm-header
{
    background: #1B2429;
    padding-top: 5px;
}
#adm-menu
{
    width: 20%;
    background: #282F39;
    height: 100%;
    min-height: 500px;
}
#adm-content
{
    width: 75%;
    padding: 15px;
    background: #fff;
    min-height: 500px;
}
#adm-menu-content 
{
    background: #282F39;
    height: 100%;
    min-height: 500px;
}
#adm-footer
{
    clear: left;
    background: #d7350f;
    padding: 5px 0px;
}
#adm-siteContainer
{
    height: 100%;
    min-height: 100%;
    margin: 0px auto;
    padding: 0px;
    text-align: left;
}
#adm-pageContainer
{
    width: 100%;
    min-height: 100%;
    margin: 0px;
    padding: 0px;
    top: 0px;
    left: 0px;
    position: relative;
}
