﻿body{
	margin: 0px auto; 
	background-color:#f2f0ee;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	line-height: 1.5em;
}
h1{
	font-size:14px; color:#ed3034;
	padding: 10px 0px 10px 0px;
	margin:0px auto;
}
h2{
	font-size:12px; color:#ed3034;
	padding: 0px 0px 10px 0px;
	margin:0px auto;
}
h3{
	font-size:10px; color:#ed3034;
	padding: 10px 0px 0px 0px;
	margin:0px auto;
}
a, a:visited{
	color: #005c96; 
	text-decoration:underline;
}
a:hover{
	color: #003366; 
	text-decoration:underline;
}
a.menu{
	color: #005c96; 
	font-weight: bold; 
	text-decoration:none;	
}
a:hover.menu{
	color: #003366; 
	font-weight: bold; 
	text-decoration:none;
}
img{
	border-width:0px; 
	margin:0px;
}

.adminMenuTD
{
	width: 100px;
	text-align: center
}


.AnnouncementSeparator
{
	border-color : #666666;
	color : #666666;
	height: 1px;
	width: 200px;	
}

.leftSide{
	width:5%; 
	background-image:url('images/shadow_left.gif'); 
	background-repeat:repeat-y; 
	background-position:right;
}
.rightSide{
	width:5%; 
	background-image:url('images/shadow_right.gif'); 
	background-repeat:repeat-y; 
	background-position:left;
}
.topSide
{
	text-align:right;
}
.outerContent{
	width:90%; 
	background-color:#ffffff;
}
.header{
	background-image:url('images/header_background.gif'); 	
	background-repeat:repeat-x;
	height: 93px;
}
.logo{
	position:relative; 
	top:10px;
	left:5px;
}

.errorText
{
	color: Red;
	font-size: 9px;
}

.contentLeft{
	width:220px;
	padding:3px;
	vertical-align: top;
}
.contentMain{
	padding: 3px;
	vertical-align: top;
}
.contentRight{
	width:220px;
	padding:3px;
	vertical-align: top;
}
.footer{
	background-image:url('images/footer_background.gif'); 
	background-repeat:repeat-x ;	
	height: 39px;
	padding-top:0px;
	text-align: center;
}
.boxContent{
	width:192px; 
	background-image:url('images/box_background.png'); 
	background-repeat:repeat-y;
	padding: 0px 10px 10px 10px;
}
ul{
	margin:0px 0px 0px 20px ;
	padding: 0px 0px 0px 0px;	
	color:#005c96;	
}
li{
	padding: 0px 20px 10px 0px;	
}
ol
{
	margin:0px 0px 0px 20px ;
	padding: 0px 0px 0px 0px;	
	color:#005c96;	
}
