
BODY {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: White;
	font-size : smaller;
	color:#27499C;
}

LI {
	list-style-type : square;
	font-weight : smaller;
	
}

HR {
	color : Silver;
}

H1 {
	color : #27499C;
}

H2 {
	color : #27499C;
}

H3 {
	color : #27499C;
}
H4 {
	color : #27499C;
}
H5 {
	color : #27499C;
	font-style : italic;
}
TABLE {
	color : Navy;
	padding : 5px 5px;
	font-size : smaller;
}

TD {
	vertical-align : top;
}
TH {
	font-style : italic;
	font-weight : bold;
}








A:ACTIVE {
	color : blue;
}A:HOVER {
	color : Black;
	font-size : larger;
}

A:LINK {
	color : blue;
}A:VISITED {
	color : Gray;
}
#leftnavigation {
	position : absolute;
	left : 0;
	width : 150px;
	margin-left : 10px;
	margin-top : 20px;
	color : blue;
	padding : 3px;
}


#rightnavigation {
	position : absolute;
	left : 80%;
	top : 50px;
	width : 140px;
	padding-left : 10px;
	z-index : 3;
	color : Navy;
	padding : 3px;
} 


#contenthomepage {
	top : 0px;
	margin : 0px 25% 0 165px;
	padding : 3px;
	color : #27499C;
} 



#content {
	top : 0px;
	margin : 0px 5% 0 165px;
	padding : 3px;
	color : #27499C;
} 

#calendar {
	font-size : smaller;
}
