
body { 
	background: #888;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align:left;
}

body,html {
	height: 100%;
}

h1,h2,h3,h4 { color: #003399; } /* #000066; */ 

h1
{
	font-size: 240%;
	text-align: center;
}

p, ul, ol, li {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.3;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

p.copyright
{
	/*text-transform: uppercase;*/
	font-size: 60%;
	color: gray;
}

p.footer
{
	/*text-transform: uppercase;*/
	line-height: 0.75;
	font-size: 60%;
	text-align: center;
	color: gray;
}

p.iefooter
{
	line-height: 2.5;
	font-size: 60%;
	text-align: center;
	color: gray;
}

p.contact
{
	text-align: left;
	font-weight: normal;
}


/* #3300ff */
a:link    { color:#003399; background:transparent; text-decoration : none; }
a:visited { color:#3300ff; background:transparent; text-decoration : none;  }
a:active  { color:#cc3333; background:transparent; text-decoration : underline;  }
a:hover   { color:#cc3333; background:transparent; text-decoration : underline; }

a.menulink {
	display: block;
	width: 130px;
	text-align: center;
	text-decoration: none;
	font-family: arial, sans-serif;
	font-size: 80%;
	font-weight: bold;
	border: solid 1px #fff;
	background-color:#fff;
	color:#000066;
}

a.menulink:hover {
	border: solid 1px #330099;
	text-align: center;
	text-decoration: none;
#	background-color:#336699; /* 336699 */
#	color: #fff;
    background-color:#fff;
	color:#000066;
}

a.menupage {
	display: block;
	width: 130px;
	text-align: center;
	text-decoration: none;
	font-family: arial, sans-serif;
	font-size: 80%;
	font-weight: bold;
	border: solid 1px #330099;
    background-color:#fff;
	color:#000066;
}

a.menupage:hover {
	border: solid 1px #330099;
	text-align: center;
	text-decoration: none;
#	background-color:#336699; /* 336699 */
#	color: #fff;
    background-color:#fff;
 	color:#000066;
}

/*	
	min-width: 800px;
	\min-width: 800px;
	min-w\idth: 800px;
*/

#container {
	border: 1px solid #000;
/*
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
*/
	margin:15px 15px 30px 15px;
	/* top right bottom left */

	background-color: #fff;
	text-align: left;
}

#banner {
	height: 135px;
	text-align: center;
}

#menu {
	/*height: 24px; */
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	/*background-color: #f00;*/
	text-align: center;
}

#sidebar {
	float: right;
	min-width: 86px;
	\min-width: 86px;
	min-w\idth: 86px;
	border-left: 1px solid #000;
}

#content {
	/*border-right: 1px solid #000;*/
}

#footer {
	clear: both;
	/*border-top: 1px solid #000;*/
	/*height: 24px; */
}

#iefooter {
	clear: both;
	border-top: 1px solid #000;
	height: 26px;
}

