/* CSS Document */

#list
{
	width: 600px;
	min-height: 100px;
	height: auto;
	border:1px solid #334785;
	float: none;
	margin: auto;
	background-color: #60709B;
}

#list-content
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.list-header
{
	height: 20px;
	padding-top: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	background-color: #A1A9C3;
	width: auto;
	border:1px solid #334785;
	border-width:0 0 1px 0;
}

.list-element
{
	height: 25px;
	padding-top: 5px;
	font-size: 14px;
	width: auto;
}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #191919;
	width: 961px;
	margin:auto;
}

select
{
	height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 10px;
}

.footer-text 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
}

#page
{
	text-align: center;
	float:none;
	margin:25px auto;
}

#header
{
	height: 128px;
	background-color: #4A5D94;
	overflow:hidden;
}

#logo
{
	background-color: #FFFFFF;
	height: 128px;
	width: 216px;
	float: left;
	margin:0;
}

#logo-content{
	text-align: center;
	height: 128px; 
}

#logo-content .top{
	float:left;
	margin:25px auto 0 auto;	
	width:100%;
}

#logo-content img{
	margin:0;
}

#text
{
	height: 128px;
	float: right;
}

#body
{
	width: 961px;
	height: 414px;
	padding-top: 25px;
	text-align: center;
	background-image: url('/images/schoolback.jpg');
	background-repeat: no-repeat;
}

#footer
{
	padding-top: 25px;
	text-align: center;
}

#menu-content
{
	list-style-type: none;
	float: right;
	width: 745px;
	padding:0;
	margin:0;
}
#menu-content li
{
	text-align: left;
	float:left;
	padding:0;
	margin:0;
	height:20px;
	width:123px;
	border:1px solid #334785;
	border-width:0 0 1px 1px;
}

li#menu-header
{
	height: 17px;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	padding-top: 5px;
	width:744px;
}

li#menu-footer
{
	height: 20px;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	width:744px;
	padding-top: 2px;
	border-width:0 0 0 1px;
}

.row-0
{
	background-color: #A1A9C3;
}

.row-1
{
	background-color: #8C96B7;
}

.row-2
{
	background-color: #7C88AD;
}

.row-3
{
	background-color: #6D7BA4;
}

.row-4
{
	background-color: #60709B;
}

.row-5
{
	background-color: 536395;
}

A
{	
	font-size: 10px;
	font-weight: bold;
	color : #FFFFFF;
	text-decoration : none;	
}

A:Visited  
{
	font-size: 10px;
	font-weight: bold;
	color : #FFFFFF;
	text-decoration : none;
}


A:Active  
{
	font-size: 10px;
	font-weight: bold;
	color : #FFFFFF;
	text-decoration : underline;	
}

A:Hover  
{
	font-size: 10px;
	font-weight: bold;
	color : #FFFFFF;
	text-decoration : underline;	
}

A.yellow_link
{
	color: #FFFF00;
}

.list-element A:active, .list-element A:link, .list-element A:visited, .list-element A:hover
{
	font-size: 14px;
	color: #FFFF00;
}
.footer 	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	text-align: center;
	font-style : normal;
	color : #000000;
	text-decoration : none;
	
}
