/* CSS Document */

body {
	background-color:#EBE3DE; /*#A3A3A3;*/
	/*background-image:url(images/Bgd.jpg);*/
	background-position:center;
	background-repeat:repeat-y;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000066;
}

/* Contains both the logo and the menu */
.header {
    background-color:#7393a0;
	/*background-image:url("images/headerBgd.jpg");*/
	background-repeat:repeat-x;
	position:absolute;
	z-index:5;
	top:0px;
	left:0px;
	width:100%;
	height:114px;
}

.content {
	text-align:center;
	position:absolute;
	top:115px;
	left:0px;
	width:100%;
	height:auto;
	z-index:1;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000066;
}

.contentTable {
	width:780px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#00066;
	z-index:1;
}
.highlight {font-style:oblique;
color:#000066;
}

.linkImage {
z-index:1;
}

.textImage {
z-index:1;
}


}h3 {
	font-weight: bold;
	color: #000066;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}

