﻿/* -------------- Tag Redefinitions ----------- */
body{
	text-align:center;
}

/* -------------- Css IDs ----------- */

#page{
	width:990px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
#pagecontainer{
	width:960px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:auto;
}
#pageheader{
	vertical-align:bottom;
    height:68px;
}
#pagecenter {
	min-height:480px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #B5B5B5;
	float:left;
}
#leftmenu {
	vertical-align:top; 
	float:left;
	width:160px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #B5B5B5;
	border-right-color: #B5B5B5;
	border-bottom-color: #B5B5B5;
	border-left-color: #B5B5B5;
}
#main-content{ 
    width:777px;/*817px;*/
    min-height:820px;
    float:right;
    background-color:#FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #B5B5B5;
	padding-left: 10px;
	padding-right: 10px;
}
#pagefooter{
	clear:both;
    float:none;
    min-height:75px;
}
#pagefooterbackground{
	background-color:#DDDDDD;
	padding:5px;
	font-family: tahoma;
	font-size: 11px;
	color: #333333;
    text-align:left;
}

/* -------------- Css IDs ----------- */
.pageborder_top{
	background: url(/layout/images/schoolelements/pageborder_top.gif) 0 0 repeat-x; 
}
.pageborder_bottom{
	background: url(/layout/images/schoolelements/pageborder_bottom.gif) 0 100% repeat-x;
}
.pageborder_left{
	background: url(/layout/images/schoolelements/pageborder_left.gif) 0 0 repeat-y;
}
.pageborder_right{
	background: url(/layout/images/schoolelements/pageborder_right.gif) 100% 0 repeat-y;
}
.pageborder_bottomleft{
	background: url(/layout/images/schoolelements/pageborder_bottomleft.gif) 0 100% no-repeat;
}
.pageborder_bottomright{
	background: url(/layout/images/schoolelements/pageborder_bottomright.gif) 100% 100% no-repeat;
}
.pageborder_topleft{
	background: url(/layout/images/schoolelements/pageborder_topleft.gif) 0 0 no-repeat;
}
.pageborder_topright{
	background: url(/layout/images/schoolelements/pageborder_topright.gif) 100% 0 no-repeat;
	padding:15px; 
}


