/*----------------------------*/
/* General site layout styles */
body {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	color: #000000;
	background: #CCCCCC;
}

body, div, table {font-family: "Courier New", Courier, mono; font-size: 14px;}
body#pad {padding-left: 4px; padding-right:4px;}

/* Usable height & width = Height or width minus 2x border-width */
table#master {height: 550px; width: 800px; font-size: 14px;}
td.item {height: 22px; width: 158px; border-width: 1px; border-style: solid; border-top-color: #999999; border-right-color: #FFFFFF; border-bottom-color: #FFFFFF; border-left-color: #999999; background: #CCCCCC;}
td#head {height: 96px; width: 320px;}
td#head2 {height: 94px; width: 442px; border-width: 1px; border-style: solid; border-top-color: #999999; border-right-color: #FFFFFF; border-bottom-color: #FFFFFF; border-left-color: #999999;}
td#left {height: 406px; width: 320px;}
td#left2 {height: 404px; width: 294px; border-width: 1px; border-style: solid; border-top-color: #999999; border-right-color: #FFFFFF; border-bottom-color: #FFFFFF; border-left-color: #999999;}
td#main {height: 496px; width: 474px; border-width: 3px; border-style: solid; border-top-color: #999999; border-right-color: #FFFFFF; border-bottom-color: #FFFFFF; border-left-color: #999999;}
td#main2 {height: 406px; width: 800px;}
td#foot {height: 22px; width: 478px; border-width: 1px; border-style: solid; border-top-color: #999999; border-right-color: #FFFFFF; border-bottom-color: #FFFFFF; border-left-color: #999999;}

table#copy {margin: 10px; height: 218px; width: 378px; border-width: 1px; border-style: solid; border-top-color: #999999; border-right-color: #FFFFFF; border-bottom-color: #FFFFFF; border-left-color: #999999;}

table.list {margin: 0px; border: 0px; padding: 5px; width: 300px;}

.header {font-weight: bold; font-size: 110%;}
.under {text-decoration: underline;}
.caption {font-size: 80%;}
.navtext {position:absolute; left:60px;	top:380px; width: 250px; height: 20px;} 
.foottext {position:absolute; left:5px; top:440px; width: 460px; height: 55px;} 

a.menulink {font-size: 14px; text-decoration: none; padding: 0px 2px 0px 2px;}
a.menulink:link, a.menulink:visited, a.menulink:hover, a.menulink:active {color: #000000}
a.menulink:hover {background: #999999;}

a.basiclink {text-decoration: none; padding: 0px 2px 0px 2px;}
a.basiclink:link, a.basiclink:visited, a.basiclink:hover {color: #CC0000}
a.basiclink:hover, a.basiclink:active {background: #999999;}

a.itemlink {text-decoration: none;}
a.itemlink:link, a.itemlink:visited {color: #333333}
a.itemlink:hover, a.itemlink:active {color: #CC0000;}

.form {background: #FFFFFF;}
input#name {width: 400px;}
input#email {width: 400px;}
input#url {width: 400px;}
textarea#comments {width: 400px; height: 150px;}
