﻿body 
{
	margin: auto;
	padding: 0px;
	text-align:center;
	font-family: Arial;
	font-size: 12px;
	background-color: white;
}

div
{
	margin: 0px;
	padding: 0px;
}

#wrapper
{
	background-color: #C0DCF0;
	width: 830px;
	padding-bottom: 20px;
	padding-top: 10px;
	margin: auto;	
}

#header
{
	width: 786px;
	height: 60px;
	background-image: url(images/header.jpg);	
	background-repeat: no-repeat;
	border-bottom: 1px solid #C0DCF0;		
}

#printHeader
{
	display: none;
}

#headerTop
{
	width: 786px;
	height: 27px;
	background-image: url(images/logoTop.jpg);	
	background-repeat: no-repeat;
}

#wrapperInner, #wrapperInnerSecondary
{
	width: 786px;
	text-align: left;
	margin-top: 3px;
}

#wrapperInnerSecondary
{
	margin-top: 1px;	
	background-color: White;
	padding: 10px 0 10px 0;
}
#left, #leftSecondary
{
	float: left;
	width:  187px;	
	margin: 0 5px 0 0;
}

#leftSecondary
{		
	width: 130px;
	margin: 0px;
	padding: 0 10px 0 10px;				
}

#contentSecondary
{
	background-color: White;
	float: left;
	width: 595px;
	border-left: 2px solid #C0DCF0;
	padding: 0px 0 15px 20px;
}

#links
{
	background-color: White;
}

#welcome
{
	width: 594px;
	height: 26px;
	background-image: url(images/welcome.jpg);
	background-repeat: no-repeat;
	background-color: #088BDA;	
}

#content
{
	background-color: White;
	float: left;
	width: 594px;	
}

#news
{
	float: left;
	width: 330px;
	border: 1px solid gray;	
	margin: 6px;	
	margin-top: 8px;
}

#calAndLinks
{
	width: 215px;
	margin: 8px;
	float: left;
}

#popularLinks
{
	border: 1px solid gray;
	margin-top: 8px;		
}

#footer
{
	margin: 20px 0 5px 0;
	text-align: center;
	clear: both;
}

#controlPanel
{
	margin-bottom: 10px;
	border: 2px dotted #088BDA;
	border-left: none;
	border-right: none;
	padding: 10px;
}

#validated
{
	float: right;
	margin-right: 20px;
}

#menu
{
	z-index: 100;
}