BODY {
	text-align: center;
	padding: 0;
	margin: 4px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: smaller;
}
p {
	color: Navy;
	background-color: transparent;
}
#container {
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}
.newsTop {
	background-image: url(top.gif);
	margin: 0;
	background-repeat: no-repeat;
	height: 16px;
	background-position: bottom;
}
.newsLabel {
	font-size: 14px;
	font-weight: bold;
	color: yellow;
	background-color: transparent;
}
.newsMain {
	background-image: url(mid.gif);
	margin: 0;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 0;
	padding-top: 0;
	clear: both;
	background-repeat: repeat-y;
	text-align: left;
	color: Navy;
	font-size: x-small;
	background-color: transparent;
}
.newsMain a {
	text-decoration: none;
	color: Red;
	background-color: transparent;
}
.newsMain a:hover {
	text-decoration: underline;
	color: blue;
	background-color: transparent;
}
.newsBottom {
	background-image: url(bottom.gif);
	height: 16px;
	background-repeat: no-repeat;
	margin: 0;
}
.news {
	width: 170px;
	padding: 0;
	float: left;
	clear: left;
}
.linksTop {
	background-image: url(top.gif);
	margin: 0;
	background-repeat: no-repeat;
	height: 16px;
	background-position: bottom;
}
.linksLabel {
	font-size: 14px;
	font-weight: bold;
	color: red;
}
.linksMain {
	background-image: url(mid.gif);
	margin: 0;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 0;
	padding-top: 0;
	clear: both;
	background-repeat: repeat-y;
	text-align: left;
	color: Navy;
	font-size: x-small;
}
.linksMain a {
	text-decoration: none;
	color: Red;
}
.linksMain a:hover {
	text-decoration: underline;
	color: blue;
}
.linksBottom {
	background-image: url(bottom.gif);
	height: 16px;
	background-repeat: no-repeat;
	margin: 0;
}
.links {
	width: 170px;
	padding: 0;
	clear: right;
	float: right;
	text-align: center;
}

#header {
	height: 100px;
	width: 740px;
	margin: 0;
	padding: 0;
	color: Yellow;
}
#headerRight {
	
	width: 580px;
	height: 100px;
	clear: right;
	float: right;
	
}

#leftColumn {
	float: left;
	clear: left;
	width: 170px;
	height: 400px;			
	margin-top: 3px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
}
#content {
	padding: 3px;
	margin-top: 3px;
	margin-left: 170px;
	margin-right: 0px;	
	height: auto;
	border: 2px outset #adadad;
	background-position: top;
	text-align: left;
	background: url(top.jpg);
	background-repeat: repeat-x;
	background-color: #FCFEE6;
}
#simul {
	padding: 3px;
	margin-top: 3px;
	margin-left: 0px;
	margin-right: 0px;	
	height: auto;
	border: 2px outset #adadad;
	background-position: top;
	text-align: left;
	background: url(top.jpg);
	background-repeat: repeat-x;
	background-color: #FCFEE6;
}
#content h1 {
	color: Blue;
}
#footer {
	clear: both;
	padding: 6px;
	margin-top: 3px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	text-align: center;
	color: #000;
	height: auto;
	background-color: #00f;
	border: 2px outset #adadad;
 	font-size: 12px;
}
#footer p {
	background-color: transparent;
	color: White;
	text-align: center;
}
#footer a {
	color: Yellow;
	text-decoration: none;
}
.float-right {
	clear: right;
	float: right;	
}
ul {
        list-style: none;
        margin: 0;
        padding: 0;
        }
img {
    border: none;
}
#menu3 {
        width: 160px;
        margin: 0;
        border-style: solid solid none solid;
        border-color: #BCD2E6;
        border-width: 1px;
        }

#menu3 li a {
        height: 32px;
        height: 24px;
        text-decoration: none;
        }

#menu3 li a:link, #menu3 li a:visited {
        color: navy;
        display: block;
        background:  url(menu3.gif);
        padding: 8px 0 0 10px;
        }

#menu3 li a:hover, #menu3 li #current  {
        color: navy;
        background:  url(menu3.gif) 0 -32px;
        padding: 8px 0 0 10px;
        }

.info {
	border: dashed 1px;
	color: Blue;
	background-color: White;
	margin-left: 0;
	margin-right: 0;
	padding: 4px;
	text-align: center;
}
.info a {
	text-decoration: none;
	color: Red;
}
.info a:hover {
	text-decoration: underline;
	color: blue;
}