body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 0;
	background-color: #CCCCCC;
}

.header {
	position: absolute;
	background-image: url("../images/headingbackground.jpg");
	background-repeat: no-repeat;
	height: 110px;
	width: 100%;
	margin-top: 20px;
	background-color: #ffffff;
	border-right: 0px #000000; border-right-style: solid;
    border-left: 0px #000000; border-left-style: solid;
}

.container {
	position: absolute;
	width: 100%;
	left: 0%;
	top: 0px;
	color: #000000;
	background-color: #FFFFFF;
	border-top: 0px #000000; border-top-style: solid;
}

.menu
{ position: absolute;
    margin: 0;
	width: 100%;
	left: 0px;
	top: 130px;
	z-index: 12;
	}
	
.date
    { position: absolute;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	text-align: right;
	color: #ffffff;
    margin: 0px;
	padding-right:10px;
	padding-top: 2px;
	width: 100%;
	height: 20px;
	left: 0px;
	top: 0px;
	z-index: 9;
	background-color: #6565a3;
	border-bottom: 1px #000000; border-bottom-style: solid;
	}
	
.textmenu
    { position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px; 
	text-align: right;
	color: #ffffff;
    margin: 0px;
	padding: 10px;
	width: 20%;
	height: 20px;
	margin-left: 80%;
	top: 157px;
	z-index: 8;
	/* background-color: #6565a3; */
	background-image: url("../images/bluefade.jpg");
	background-repeat:no-repeat;
	border-bottom: 1px #000000; border-bottom-style: solid;
	border-right: 1px #000000; border-right-style: solid;
    border-left: 1px #000000; border-left-style: solid;
	}
	
.photos
{ position: absolute;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	text-align: left;
	color: #000099;
    background-image: url("../images/bluefade.jpg");
	background-repeat:no-repeat;
    margin: 2px;
	width: 187px;
	left: 20px;
	top: 151px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-right:1px #000000; border-right-style: solid;
	border-left:1px #000000; border-left-style: solid;
	border-bottom:0px #000000; border-bottom-style: solid;
	z-index: 10;
	}

.center {
	padding: 20px;
	padding-left: 250px;
	margin-left: 0px;
	margin-right: 20%;
	margin-top: 140px;
	 
	background-color: #FFFFFF;
    /*	width: 400px; */
	border-right:0px #000000; border-right-style: solid;
    border-left:0px #000000; border-left-style: solid;
}

.footer {
    clear:both;
	height: 30px;
	text-align: right;
	font-size: 0.8em;
	font-weight: bold;
	padding-top: 10px;
	background-color: #ffffff;
	border-top: 1px #000000; border-top-style:solid;
}
	
h1,h2,h3,h4,h5{
	margin-left:-20px;
	margin-top:15px;
	padding-left:5px;
	color: #003366;
}

p.wlg
{
position:absolute;
left:3px;
top:3px
}

a.whitemenu{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}

a{ color: #000000;
	text-decoration: underline;
	font-size: 12px;
}

a.bottomLinks{
	color: #000000;
	text-decoration: underline;
	font-size: 12px;
}

a.admin{
	color:#0000FF;
	text-decoration: underline;
}   

a:hover{
	text-decoration: none;
}

.imgborder { 
margin: 2px;
    border-color: #000000; 
    border-bottom: 1px solid;
    border-top: 1px solid; 
    border-left: 1px solid;
    border-right: 1px solid;
	border-style: solid;
}

img.borderfloatLeft { 
    float: left; 
    margin: 4px; 
	border-color: #000000;
    border-bottom: 1px solid;
    border-top: 1px solid; 
    border-left: 1px solid;
    border-right: 1px solid;
	border-style: double;
}

img.floatLeft { 
    float: left; 
    margin: 4px; 
	border-color: #000000; 
    border-bottom: 0px solid;
    border-top: 0px solid; 
    border-left: 0px solid;
    border-right: 0px solid;
	border-style: double;
}

img.floatRight { 
    float: right; 
    margin: 4px; 
	border-color: #000000;
    border-bottom: 0px solid;
    border-top: 0px solid; 
    border-left: 0px solid;
    border-right: 0px solid;
	border-style: double;
}

/* This is the Diary/Calendar style */
.Normal  { COLOR: #000000; FONT-FAMILY: Verdana,Arial,Helvetica; FONT-SIZE: 9pt}
.Heading2 { COLOR: #000099; FONT-FAMILY: Tahoma, Arial, Helvetica; FONT-SIZE: 13pt; FONT-WEIGHT: bold}
.Heading3 { COLOR: #000099; FONT-FAMILY: Tahoma, Arial, Helvetica; FONT-SIZE: 10pt; FONT-WEIGHT: bold}
TD.diary { COLOR: #000066; FONT-FAMILY: verdana; FONT-SIZE: 8pt}
div.diary { COLOR: #000066; FONT-FAMILY: verdana; FONT-SIZE: 8pt}

.titlebar {color:#ffffff; background-color:Navy; text-align:center; font-family:Arial,helvetica; font-size:10pt; font-weight:bold}

.maintble {background-color: #000000;}
.cell {background-color: #A8B8FF; color:#000000}
.cellToday {background-color: #6A75D5; color:#ffffff}
TR.diary {background-color:  #ffffff;}
TR.diaryTop {background-color: #FFFF99;}

/* End of Calendar */
