﻿html 
{
    padding: 0;
    margin: 0 auto;
}

body 
{
    background-color: #BDB76B;
    margin: 0 auto;
    padding: 0;
}

form 
{
	margin: 0 auto;
    padding: 0;
}

#Main 
{
	position: absolute;
	width: 100%;
	z-index: 1;
}

#Back-Right 
{
	position: absolute;
	z-index: 1;
}

#Back-Middle 
{
	position: absolute;
	z-index: 1;
	width: 500px;
	left: 50%;
	margin-left: -250px;
	background-color:#F0E68C;
	height: 100%;
}

#Back-Left 
{
	position: absolute;
	z-index: 1;
}

#Top 
{
	position: absolute;
	text-align:center; 
	color: #202020; 
	top: 0px;
	width: 200px;
	left: 50%;
	margin-left: -100px;
	z-index: 2;
}

#Logo
{
	/*background-image: url('./Images/cupelogo.png'); 
	background-repeat:no-repeat; 
	height:100px;
	*/
	text-align:center;
}

#Content
{
	position: absolute;
	width:800px;
	left: 50%;
	margin-left: -400px;
	top: 80px;
	height: 100%;
	/*padding-bottom: -270px;*/
	z-index: 2;
}

.Title 
{
    text-align: center; 
    font-size: 14pt; 
    text-decoration: underline; 
    font-weight:bold;
    font-family: Helvetica, Arial;
}

.SubMenuBulletList
{
	margin-top: 0;
}

p.Home
{
	margin-top:15px; 
	margin-bottom:15px;
}

ul.Home
{
	margin-top:0;
	padding-top:0;
}

hr.News
{
	width: 20%;
	height: 1px;
}

h3.Title
{
	padding:0;
	margin:0;	
}

p.News
{
	padding-bottom: 5px;
	padding-top: 5px;
	margin: 10px;
}

.BlackBoardPanel
{
	position: relative;
	/*position: absolute;
	width: 800px;*/
    padding: 0px;
    margin: 0px;
    /*left: 50%;
    margin-left: -400px;*/
    height: 495px;
}

.BlackBoardBorder
{
	position: relative;
    border-top: solid 9px #b38a5c;
    border-bottom: solid 11px #b38a5c;
    border-left: solid 17px #b38a5c;
    border-right: solid 17px #b38a5c;
	height: 475px; /* accounts for the rounded corners extender, which is aprox. 10px */
    padding: 0;
}

.BlackBoardArea
{
	position: relative;
    height: 100%;
    color: White;
    font-family: Comic Sans MS;
    background-color: #202020;
    border: solid 1px #5a3317;  
}

#MainMenu
{
	position: absolute;
	width: 120px;
	border-right: solid 3px #ffffff;
	height: 100%;
}

#MainMenu ul
{
	padding-top: 0px;
	margin-top: 5px;
	list-style-type:none;
	margin-left: 12px;
	padding-left: 0px;
}

#MainMenu li
{
	padding-bottom: 9px;
	font-size: 11pt;
	font-family: Helvetica, Arial;
	font-weight: bold;
}

#ContentScroll
{
	position: absolute;
	width:620px;
	overflow-y:scroll; 
	height:100%; 
	font-size: 9pt; 
	right: 0px;
	padding-right: 10px;
}

.BlackBoardContent
{
    overflow:auto;
    /*height: 500px;*/
}

#Bottom
{
	position:absolute; 
	width:498px; 
	left: 50%; 
	top: 595px; 
	padding: 0px; 
	margin-left: -250px; 
	background-color:White; 
	/*border: solid 1px black;*/
	height: 25px;
}

.BottomPanel
{
	background-color:White;
	height: 100%;
	position:absolute;
}

#Clock
{
	margin-top: 3px;
	position:absolute; 
	top:1px;
	left: 1px;
	font-weight:bold; 
	width:133px;
	text-align:center; 
	color: #202020;
}

#Weather
{
	margin-top: 3px;
	position:absolute; 
	right:1px; 
	top:1px; 
	width: 363px;
}

a:link 
{
    /*color: #FFFFFF;*/
    color: #B0E0E6 ;
    text-decoration: underline;
}

a:visited 
{
    /*color: #FFFFFF;*/
    color: #B0E0E6 ;
    text-decoration: underline;
}

a:hover 
{
    color: #FFFF66;
    text-decoration: underline;
}

a:active 
{
    /*color: #FFFFFF;*/
    color: #B0E0E6;
    text-decoration: underline;
}

.ClothingTable
{
	border: solid 1px #ffffff;
}

.ClothingTable td
{
	border: solid 1px #ffffff;
	padding: 5px;
}

.LinksBulletList
{
	margin-top: 0;
}

.PDFBulletedList
{
	margin-top: 0;
}

.PDFBulletedList a
{
	margin-left: 2px;
}
