/* CSS definition file containing sitestyle stylesheets */
body {
	color:#184274;
	background-color:#ffffff;
	background-image:url("");
	padding-top:25px;
	padding-bottom:30px;
	padding-left:30px;
	padding-right:30px;
	font-family:tahoma, arial, helvetica;
}

p {
	font-size:87%;
	line-height:140%;
}

a:active { color: #6c0d0d;}
a:link { color: #184274;}
a:hover { color: #556d97;}
a:visited { color: #6c0d0d;}

.menutitle {
	color: #184274;
	font-size:200%;
	font-weight:bold;
	text-align:center;
}

table.navmenu {
	background-color:#184274;
	padding-top:0px;
	text-align:center;	
}
a.navmenuoff:link {
	color:white;
	text-decoration:none;
}
a.navmenuoff:active {
	color:white;
	text-decoration:none;
}
a.navmenuoff:visited {
	color:white;
	text-decoration:none;
}
a.navmenuoff:hover {
	color:white;
	text-decoration:none;
}
a.navmenuover:link {
	color:#fbf5a0;
	text-decoration:none;
}
a.navmenuover:active {
	color:#fbf5a0;
	text-decoration:none;
}
a.navmenuover:visited {
	color:#fbf5a0;
	text-decoration:none;
}
a.navmenuover:hover {
	color:#fbf5a0;
	text-decoration:none;
}
a.navmenuclick:link {
	color:#184274;
	text-decoration:none;
}
a.navmenuclick:active {
	color:#184274;
	text-decoration:none;
}
a.navmenuclick:visited {
	color:#184274;
	text-decoration:none;
}
a.navmenuclick:hover {
	color:#184274;
	text-decoration:none;
}
td.navmenuitem{
	background-color:#184274;
	border-color:#184274;
	border-width:4px;
	color:white;
	font-weight:bold;
	text-align:center;
}
td.navmenuitemover{
	background-color:#184274;
	border-color:#184274;
	border-width:4px;
	color:#fbf5a0;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
	cursor:hand;
	text-decoration:none;
}

td.navmenuitemclick{
	background-color:#fbf5e0;
	border-color:#184274;
	border-width:4px;
	color:#184274;
	font-weight:bold;
	text-align:center;
}

.content{
	text-align:justify;
	background-color:#fbf5e0;
	background-image:url('images/dkbackgroundtan320x236.gif');
	background-repeat:no-repeat;
	background-position: 90% 90%;
}

table.mainpage {
	border-width:2px;
	border-color:#184274;
	border-style: solid;
	background-image: url ('images/dkbg.gif');
	background-repeat:no-repeat;
	background-postition:100% 100%;
}


 