@import url("layout.css");

body {
	font-family: Tahoma, "Georgia", "Times New Roman", Times, serif;
	font-size: 0.8em;
}

.style1 {
	font-size: xx-small;
}
.style3 {
	text-align: left;
	font-size: xx-small;
}
.style4 {
	font-size: xx-small;
	color: #0000FF;
}
.style5 {
	border-style: solid;
	border-width: 2px;
}

DIV#topcontent
{
    PADDING-RIGHT: 2px;
    PADDING-LEFT: 2px;
    BACKGROUND: #fff;
    PADDING-BOTTOM: 0px;
    WIDTH: 960px;
    PADDING-TOP: 2px;
    HEIGHT: 285px;
    TEXT-ALIGN: center
}

DIV#container
{
    BORDER-RIGHT: #e7e7e7 1px solid;
    BORDER-TOP: #e7e7e7 1px solid;
    MARGIN: auto;
    BORDER-LEFT: #e7e7e7 1px solid;
    WIDTH: 960px;
    height: 282px;
    BORDER-BOTTOM: #e7e7e7 1px solid;
    TEXT-ALIGN: left;
    
}

.top_nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	background-color: #999966;
	height:40px;
}
.top_nav ul {
	padding: 5px 0px 1px 0px;
	margin: 0px;
	list-style-type: none;
	width: 960px;
}
.top_nav li {
	margin-bottom: 3px;
	float: left;
	padding-left: 0px;
	}

.top_nav a:visited {
    display: block;
    width: 148px;
    color: #000000;
    border-left: solid 3px #cccccc; /* the borders can be defined separately */
    border-top: solid 3px #eeeeee;
    border-right: solid 3px #888888;
    border-bottom: solid 3px #666666;
    background: #aaaaaa;
    text-align: center; 
    padding: 2px 3px 4px 3px; 
    text-decoration: none;
    font: 9pt Verdana, Arial, Helvetica, sans-serif;
}

.top_nav a:link {
    display: block;
    width: 148px;
    color: #000000;
    border-left: solid 3px #cccccc; /* the borders can be defined separately */
    border-top: solid 3px #eeeeee;
    border-right: solid 3px #888888;
    border-bottom: solid 3px #666666;
    background: #aaaaaa;
    text-align: center; 
    padding: 2px 3px 4px 3px; 
    text-decoration: none;
    font: 9pt Verdana, Arial, Helvetica, sans-serif;
}

.top_nav a:hover {
    border-left: solid 3px #888888; 
    border-top: solid 3px #666666;
    border-right: solid 3px #cccccc;
    border-bottom: solid 3px #eeeeee;
    background: #999999;
    padding: 3px; /* this slightly changes the spacing of the text to help with the push effect */
}

.top_nav a:active {
    border-left: solid 3px #888888; 
    border-top: solid 3px #666666;
    border-right: solid 3px #cccccc;
    border-bottom: solid 3px #eeeeee;
    background: #999999;
    padding: 3px; /* this slightly changes the spacing of the text to help with the push effect */
}

#page_content {
	position: relative;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color:white;
}
#content1 {
	position: relative;
	float: left;
	width: 195px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
#content2 {
	float: left;
	width: 533px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
#content3 {
	float: right;
	width: 222px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}

#footer {
	clear: both;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

