a {
	text-decoration:none;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

a:visited {
  color: #000000;
}

a:hover
{
    text-decoration: underline;
    color: #4169e1;
}
 
	
body {  
	
	background-color: #eef2f7; 
	margin-top: 5px; 
	margin-left: 1px;
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	}
	
p 
{
	padding: 5px 5px 5px 5px;
	}
	
#mainContent
{
	width:777px;
	height:auto;
	}
 /* Spacer Cells - Left and Right of */  
 /* content Box                      */
 
.spacer
{
	background-color:#FFFFFF;
	width:10px;
	height: auto;
	}
	
/* Content Cell */	
.content
{
	background-color:#FFFFFF;
	height:auto;
	vertical-align:top;
	font-family: Arial;
	font-size: 12px;
	background-position: center;
	}
	
	
/*  Side Borders for Site */	
.borders {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #003366;
	border-left-style: solid;
	border-left-color: #003366;
	border-left-width: 1px;
}


/* Side Nav Menu */

.sideBox  /*Table that contains Menus */
{
	width:180px;
	height:auto;
	vertical-align:top;
	background-color:#FFFFFF;
	
	}

#sideNav  /* Table 1 */
{
	width:170px;
	margin-left: 10px;
	padding-left: 5px;
	text-align: left;
	vertical-align: middle;
	border:none;
	
}

#sideNav2  /* Table 2 */
{
	width:170px;
	margin-top:10px;
	margin-left:10px;
	padding-left: 5px;
	text-align: left;
	vertical-align: middle;
	border:none;
	}



		
/* Content Title Header */
/* for rounded corners */

#mainContent .content .box h3 {
	font-size: 14px;
	font-weight: bold;
}

/* Site Footer */
.borders .footer a {
	font-size: 11px;
	
}

	
#mainContent .content #title .left {
	background-color: #FFE0B3;
	background-image: url(../images/left.gif);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6182ad;
	height: 22px;
	width: 15px;
}

	
#mainContent .content #title .right {
	background-color: #FFE0B3;
	background-image: url(../images/right.gif);
	background-repeat: no-repeat;
	height: 22px;
	width: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6183ad;
	
}

#mainContent .content #title .middle {
	background-color: #FFE0B3;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6183AD;
	border-bottom-color: #6183ad;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding-left: 5px;
	height: 22px;
}

#mainContent .content .box {
	padding: 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #6183AD;
	border-left-color: #6183AD;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6183AD;
}



.srDpt a
{
	
	font-weight: bold;
	color: #006666;
	text-decoration:none;
}
.srDpt a:visited
{	
	font-weight: bold;
	color: #006666;
	text-decoration:none;
	}
.srDpt a:hover
{
	color: #4169e1;
	font-weight:bold;
	text-decoration:underline;
	}
	

.calendar
{
	font-family:Arial;
	font-size:12px;
	}
	
