body {
/*	background-image: url('../images/seal3.jpg');*/
	margin:0;
	
	color:#333333;
	font-family:arial,helvetica,sans-serif;
	font-size:85%;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.4;
}

div.main {
	margin:10px;
}

#container {
	width:855;
	border-right: 1px solid black;
}

h1, h2, h3, h4, h5, h6 {
	font-family: arial black, arial, sans-serif;
}

h1 {
	font-family: arial black, arial, sans-serif;
	font-size: 31;
}

h2 {
	font-size: 20;
	color: #990000;
}

h3 {
	
}
td {
	vertical-align: top;
}

a {
	text-decoration:none;
	color: #273986;
}

a:visited {
	
}
a:active { 

}

.heading {
	font-family:arial black; arial; sans-serif;
	font-size:30px;
}

.tagline {
	font-size:20;
	font-style:italic;
}

.title {
	font-weight:bold;
	
}

.ralign {
	text-align:right;
}

#topnav ul {
	list-style-type:none;
	margin:0pt 4%;
	padding:0pt;
}

#topnav li {
display:inline;
margin-right:1em;
}

#topnav li a:visited {
}
#topnav li a {
	background-image:none;
	font-weight:bold;
}

#footer {
	
	background-color: #273986;
	text-align:center;
	color:white;
}

#topper {
	background-color: #273986;
	height:4px;
}

/*
 *	MENU
 */
.menu {
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	width: 100%;
	height: 30px;
	border-top:3px solid #990000;
	border-bottom:3px solid #990000;

	margin:0;
	padding:0;
	background-color:#91a4ff;
	
}
.menu tr {
	border:none;
}

.menu td {
	text-align: center;
	background-color: #91a4ff;
	width: 16.6667%; /* 1/6 */
	vertical-align: middle;
	margin:0;
	padding:0;
	border:none;
	
}
.menu td:hover {
	background-color: 000066;
	cursor: pointer;
	margin:0;
	padding:0;
	border:none;
}
/* ends */
.menu tr > td:first-child {
}
.menu tr > td:last-child {
}

.menuItem {
	cursor: pointer;
	padding:0;
	margin:0;
	border:0;
}
.menuItem:hover {
	background-color: blue;
}

/* special classes */
.slogan {
	font-size: 30;
	font-weight: bold;
	font-style: italic;
	font-family: arial, sans serif;
	text-align: center;
}

.red {
	color:#990000;
}