/*NOT CURRENT*/

body
{
	width:100%;
	height:100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #000;
	font-family: "Gill Sans", "Helvetica Neue", Verdana, sans-serif;
}
h1 {
font-size:1.3em;
}
h2 {
font-size:1.2em;
}
h3 {
font-size:1.1em;
}
h4 {
font-size:.9em;
}
.text {
	font-size: .9em;
}

a:link
{
	color: #933;
	text-decoration: none;
}

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

a:hover,
a:active
{
	color: #F06;
	text-decoration: none;
	border-bottom: 0px dashed #4C83AE;
	background-color: #FFFFFF;
}
 


/*ID Definitions */


html, body {

	margin: 0px;
	padding: 0px;
	width:100%;
	height:100%;
}
div#maintbl {
	display:block;
	
}
/* YOU MUST SET HEIGHT IN STYLE FOR THAT PAGE DESIGN...IE WILL MESS UP IF YOU DON'T*/




div#topbar {
	font-family: "Gill Sans", "Helvetica Neue", Verdana, sans-serif;
	font-size: 1.1em;
	position: absolute;
	left: 415px;
	top: 2px;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}
div#onbottomContent {
	position:relative;
	display:block;
	padding: 5px;
	margin-left:auto;
	margin-right:auto;
	font-size:.85em;
	width:80%;
	height: auto;

}
div#coder {
	position: relative;
	height: auto;
	width: auto;
	font-size:.7em;
}

div#footerNav {
	podding-top:1em;
	display:block;
	font-family: "Gill Sans", "Lucida Grande", sans-serif;
	font-size: 10px;
	text-align: center;
	letter-spacing: 0.35em;
	overflow:hidden;
	width:100%;
	word-spacing: .45em;
}
#whatsnew {
	font-family: "Gill Sans", "Helvetica Neue", Verdana, sans-serif;
	font-size: .85em;
	color:#5B0AAC;
	background-color: #efefef;
	text-align: left;
	white-space: normal;
	padding: 10px;
	margin-bottom: 15px;
	margin-left: 25px;
	margin-right: 25px;
	border-right: thin groove #666666;
	border-left: thin groove #666666;
	border-bottom:3px solid #888888;
		
}
#designer {
	font-size: .65em;
}
div#footer {
	position:relative;
	overflow:hidden;
	width:100%;
	margin-top:15px;
	}
	




