@charset "utf-8";
/* CSS Document */

body
{
font-family:Arial, Helvetica, sans-serif;
margin:0 0 0 0;
font-size:12px;
background-image:url(webimages/pg_bk1.gif);
background-repeat:repeat-y;
background-position: 50% 95px;

	}

#content
{
	max-width:800px;
	margin:auto;
	}

#mainmenulink
{
color:white;
text-decoration:none;
	}

#eservicesmenu
{
background-color:#e7e7e7;
width:300px;
visibility:hidden;
filter:alpha(opacity=95);
opacity:95;
margin-left:470px;
margin-top:5px;
padding-top:10px;
position:absolute;
	}

.calendarmenu
{
background-color:#e7e7e7;
border: 2px solid #333;
width:300px;
visibility:hidden;
position:absolute;
margin-left:-320px;
margin-top:-75px;
text-align:left;
padding:5px;
z-index:12;
filter:alpha(opacity=95);
opacity:95;
	}

ul.eservicesmenu
{
	margin-left:-5px;
	list-style:none;
	padding-top:0px;
	}

li.eservicesmenu_li
{
padding-bottom:5px;
padding-left:15px;
	}

#eservicesmenu_link
{
text-decoration:none;
color:navy;
font-size:11px;
font-weight:bolder;
	}

#eservicesmenu_link:hover
{
color:black;
text-decoration:underline;
	}

#pageheader
{
width:100%;
background-image:url(webimages/bg2.gif);
height:95px;
z-index:1;
	}

div.standard
{
	width:770px;
	margin:auto;
	}

a.standard
{
	text-decoration:none;
	color:black;
	}

div.label
{
	padding-left:25px;
	font-weight:bold;
	font-size:16px;
	margin-top:15px;
	background-color:#FFF;
	}
.section
{
	font-weight:bold;
	font-size:11px;
	}

.section2
{
	font-weight:bold;
	font-size:11px;
	padding-right:15px;
	}

#menume
{
	list-style:none;
	margin-left:-40px;
	padding-bottom:7px;
	}

#deptheader
{
	font-weight:bold;
	}
	
li.a
	{
		line-height:20px;
		font-size:12px;
		}
#calheader
{
	width:25px;
	color:#FFF;
	display:-moz-inline-stack;
	display:inline-block;
	/*IE7 Hack*/
	zoom:1;
   *display:inline;
   /*IE6 Hack*/
   _height:25px;
	}
#calnormal
{
	display:inline-block;
	width:25px;
	height:25px;
	/*IE7 Hack*/
	zoom:1;
   *display:inline;
   /*IE6 Hack*/
   _height:20px;
	}

.resize {
max-width: 150px;
height : auto;
}

.resize {
width: auto;
max-height : 300px;
}

