/* CSS Document */
body {
	background-color:#EBE3DE;
	background-position:center;
	background-repeat:repeat-y;
	font-size:12px;
	color:#000066;
	line-height:1.5em;
	background-image: url(images/bg-with-shadow.gif);
}

/* HEADER - logo & menu */
.header {
	background-image:url(/images/bgd.gif);
	background-repeat:repeat-x;
	position:absolute;
	z-index:5;
	top:0px;
	left:0px;
	width:100%;
	height:114px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.95em;
}
.header a:link {
	color:#ffffff;
	text-decoration:none;
}
.header a:active {
	color:#ffffff;
	text-decoration:underline;
}
.header a:visited {
	color:#ffffff;
	text-decoration:none;
}
.header a:hover {
	color:#ffffff;
	text-decoration:underline;
}

/* MENU - dropdown properties */
.menu {
	position:absolute;
	visibility:hidden;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	z-index:100;
	background-color:#4E813A;
	text-align:left;
	width:165px;
}
.menu a {
	width:100%;
	display:block;
	padding:0;
	text-decoration:none;
	text-indent:5px;
	color:#ffffff;
}
.menu a:hover {
	width:100%;
	display:block;
	padding:0;
	text-decoration:underline;
	text-indent:5px;
	color:#ffffff;
	background-color:#64A54B;
}
.menu1 {
	position:absolute;
	color:#000000;
	z-index:6;
}
.menu2 {
	position:absolute;
	color:#000000;
	z-index:6;
}
.menu3 {
	position:absolute;
	color:#000000;
	z-index:6;
}
.menu4 {
	position:absolute;
	color:#000000;
	z-index:6;
}
.menu5 {
	position:absolute;
	color:#000000;
	z-index:6;
}

/* IMAGE - yes, that's what it's called. or we could say.... main_image_with_white_bgd if that's more understandable :) */
.image {
	background-color:#ffffff;
	position:absolute;
	z-index:3;
	top:114px;
	left:0px;
	width:100%;
	height:100px;
}

/* CONTENT - container div for submenu & text */
.content {
	position:absolute;
	top:214px;
	left:0px;
	width:100%;
	height:auto;
	z-index:1;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000033;
}
.mainTable {
	width:780px;
}
.leftNav {
	width:178px;
	vertical-align:top;
	text-align:left;
}
.rightContent {
	width:600px;
	text-align:left;
	vertical-align:top;
}
.middleLine {
	width:2px;
	background-color:#ffffff;
}
.content center .mainTable tr .leftNav .internav {
	font-size: 11px;
	text-indent: 10px;
	line-height: 1em;	
}
.content center .mainTable tr .leftNav p .internav a {
	text-decoration: none;
}



/* FOOTER - stuff */
#footer {
	background-color:#4E813A;
	height:40px;
	width:100%;
	margin-bottom:-50px;
	font-size:0.8em;
	color:#FFFFFF;
}
#footer a:link {
	color:#ffffff;
	text-decoration:none;
}
#footer a:visited {
	color:#ffffff;
	text-decoration:none;
}
#footer a:hover {
	color:#ffffff;
	text-decoration:underline;
}

/* FONT - styles */
.headmajor {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:1.5em;
	color:#EBE3DE;
	background-position:center;
	background-color:#4E813A;
	font-weight:bold;
}
.whitey {
	color:#ffffff;
	font-size: 14px;
	font-weight: bold;
}
.headminor {
	font-size:1.25em;
	font-weight:bold;
	color:#000033;
}

/* LINKS - styles */
a:link {
	color:#7393A0;
	text-decoration:underline;
}
a:active {
	color:#4E813A;
	text-decoration:underline;
}
a:visited {
	color:#7393A0;
	text-decoration:underline;
}
a:hover {
	color:#4E813A;
	text-decoration:underline;
}

/* body font in white */
.reverse {
	color:#ffffff;
}
.contentcalendar {
	position:absolute;
	top:110px;
	left:-7px;
	width:100%;
	height:auto;
	z-index:1;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000066;
}
.whiteysmall {
	font-size: 12px;
	color: #FFF;
}
.Headingnews {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #C30;
}
.bgtableright {
	background-repeat: no-repeat;
	background-position: right;
}
#contacttable {
}

#contacttable a:link{
	color:#F00;
	text-decoration:none;
}

#contacttable a:visited {
	color:#F00;
	text-decoration:none;
}
#contacttable a:hover {
	color:#F00;
	text-decoration:underline;
}

#contacttable 
.content center .mainTable tr .rightContent table {
	text-align: center;
}
