table.main {
        border-width: 1px 1px 1px 1px;
        border-spacing: 2px 2px;
        border-style: solid solid solid solid;
        border-color: black black black black;
        border-collapse: separate;
        background-color: white;
}

table.main th {
        border-width: 1px 1px 1px 1px;
        padding: 1px 1px 1px 1px;
        border-style: none none none none;
        border-color: gray gray gray gray;
        background-color: white;
        -moz-border-radius: 0px 0px 0px 0px;
}

table.main td {
        border-width: 1px 1px 1px 1px;
        padding: 1px 1px 1px 1px;
        border-style: none none none none;
        border-color: gray gray gray gray;
        background-color: white;
        -moz-border-radius: 0px 0px 0px 0px;
}

table.bulleted td {
	font-size='14px';
}


body, td {
	color: #008080;
	font-family: Arial;
	font-size: 12;
	font-weight: normal;
}

orig-a {
	color: #c50;
	text-decoration: none;
	font-weight: bold;
	font-size: 14;
}

a {
	color: #008080;
	text-decoration: none;
	font-weight:bold;
}

a_hover {
	text-decoration: underline;
}

a:hover {
	color: #050;
	text-decoration: none;
}

a:visited:hover {
	color: #050;
	text-decoration: none;
}

a:visited {
	color: #008080;
	text-decoration: none;
} 

.linkbtn {
	color:#050;
	font-family:'trebuchet ms',helvetica,sans-serif;
	font-size:14px;
	height:38px;
	width:93px;
	font-weight:bold;
}

h1 {
	font-family:'trebuchet ms',helvetica,sans-serif;
	color:#050;
	font-size:22;
}

h2 {
	font-family:'trebuchet ms',helvetica,sans-serif;
	color:#050;
	font-size:18;
}

p {
	font-family: Arial;
	margin:0px 10px;
	color: #008080;
	font-size:14;
}

textframe {
	margin:50px 30px;
}

#mainbox {
	position:relative;
	width: 800px;
	height: 590px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	z-index:1;

}

#upbanner {
	position:absolute;
	left:0px;
	top:0px;
	width: 800px;
	height:24px;
	background-color:#eeeeee;
}

#uppermenu {
	position:absolute;
	left:0px;
	top:24px;
	width: 800px;
	height: 54px;
	background-color: white;
	overflow:hidden;
}

#maincontent {
	position:absolute;
	left:0px;
	top:90px;
	width: 800px;
	height:480px;
}

#bottommenu {
	position:absolute;
	line-height:17px;
	left:0px;
	top:570px;
	width: 800px;
	height:20px;
	text-align:center;
	background-color:#eeeeee;
	z-index:1;

}
#bottombanner {
	position:absolute;
	left:0px;
	top:590px;
	width: 800px;
	height:20px;
	text-align:center;
}

#menubuttons {
	position:absolute;
	top:7px;
	left:220px;

}

body {
	text-align: center;
	height:100%;
	width:100%;
	background-color:white;
	min-width:800px;

}

