@media print 
{
  body
  {
	  font-size:0.71em;
    font-family: verdana;
  }
  
  #content 
  {
    position: absolute;
    top:0;
    left: 0;
  }

  #left
  {
    display:none;
    width:0;
    height:0;
  }
}

@media screen  
{
	html {
		height:100%; /* fix height to 100% for IE */
		max-height:100%; /* fix height for other browsers */
		padding:0; /*remove padding */
		margin:0; /* remove margins */
		border:0; /* remove borders */
		font-size:0.71em; /*set default font size */
		color: #0f0f1C;
		font-family: verdana; /* set default font */
		/* hide overflow:hidden from IE5/Mac */ 
		/* \*/ 
		overflow:hidden; /*get rid of scroll bars in IE */
		/* */ 
		}
		
	body 
	{
		height:100%; /* fix height to 100% for IE */
		max-height:100%; /* fix height for other browsers */
		overflow:hidden; /*get rid of scroll bars in IE */
		padding:0; /*remove padding */
		margin:0; /* remove margins */
		border:0; /* remove borders */
	}


	#content 
	{
		overflow:auto; /* add scroll bars as necessary */
		position:absolute; /* position absolutely */
		z-index:3; /* If required to cover any other divs */
		top:0; /* a value to miss the header */
		bottom:0; /* a value to miss the footer */
		left:220px; /* a value to miss any navigation div */
		right:0; /* this will put the scroll bar at the right of the page */
	}

	* html #content 
	{
		height:100%; /* full screen height */
		width:100%; /* full screen width 8 */
		top:0; /* place the content at the top */
		left:0; /* and left of the body */
		border-top:50px solid #FFF; /*add a top border to miss the header 
					(this is SUBTRACTED from the 100% height on quirks mode) */
		border-bottom:0 solid #FFF; /*add a bottom border to miss the footer 
					(this is SUBTRACTED from the 100% height on quirks mode) */
		border-left:220px solid #FFF; /*add a left border to miss any navigation div 
					(this is SUBTRACTED from the 100% width on quirks mode) */
	}
		
	#left
	{
		position: absolute;
		top: 0;
		left:0;
		margin-right: 10px;
		background-color:#CCCCDC;
		height: 100%;
		border-right: 1px #000 solid;
	}
}


p
{
	padding: 0 0 0 0; 
	margin:0; 
	padding-bottom: 10px;
}

h1
{
	padding: 5px;
	font-size: 1.76em;
	font-weight: bold;
	color: #1a1a71;
}

.menu
{ 
	padding:10px 0 20px 0;
	width: 200px;
}

.menuHead
{
	margin-top: 10px;
	padding: 1px 0 1px 3px;
	font-weight: bold;
}

.menuItems
{
	margin:0;
	padding:0;
}
.menuItems a
{
	padding: 2px 0 5px 10px;
}


.menuItems LI
{
	list-style: none;
}


img
{
	border: 1px solid  #0f0f1C;
}

a
{
	color: #1A1A71;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.OneColumn
{
	width:480px;
}

.TwoColumn
{
	width: 600px;
}

.TwoColumnLeft
{
	float:left; 
	width: 330px;
}

.TwoColumnRight
{
	float:left; 
	width: 220px;
	margin-left: 20px;
}

.tableHead
{
	vertical-align: top;
	font-weight: bold;
	background-color:#CCCCDC; 
}

.tableRow
{
	vertical-align: top;
}

.tableRowAlt
{
	background-color: #EEEEDE;
	vertical-align: top;
}

table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;background:#C3D9FF;}
th, td {padding:4px 10px 4px 5px;}
tr.even td {background:#E5ECF9;}
tfoot {font-style:italic;}
caption {background:#eee;}

.dateHead{font-weight:bold;}

ul.pdcalendar  {
	width:546px;
	list-style:none;	
	margin:0;
	padding:0;
}
ul.pdcalendar li {
	width:68px;
	float:left;
	height:68px;
	background:#EEEEDE;
	margin:2px;
	padding:3px;
	text-align:center;
}
ul.pdcalendar li.day {
	font-variant:small-caps;
	height:18px;
	background:#CCCCDC;
	text-align:center;
}
ul.pdcalendar li span {
	display:block;
	float: left;
}

ul.pdcalendar li.empty {
	background: #fff;
}

ul.pdcalendar li.day {
	display:block;
}
ul.pdcalendar li.sunday, ul.pdcalendar li.saturday {
	background: #CCCCDC;
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
