html,body {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
}
#container {
	width: 700px;
	background-color:#fff;
}
div {
	/*background-color: #FFFFFF;*/
	background-color:inherit;
	text-align: left;
}

.top, .banner {
	float: left;
	width: 100%;
}
.banner {
	background-color: rgb(217,255,0);
}
img {
	border-width: 0;
}
img.ad {
	float: left;
	display:none;
}
div.logo {
	width: 100%;
	background-color: #FFFFFF;
}

form.login {
	float:right;
	text-align: right;
}

img.photo {
	float: right;
	clear: right;
}

input.text {
	font-size: 10px;
	width: 60px;
}

.footer {
	padding: .4em 0 .2em 0;
	text-align: center;
	width: 100%;
	clear: both;
	background-color: #FF9900;
}
.small1 { font-size:9px; }
.small2 { font-size:8px; }
.small3 { font-size:7px; }
.smallcaps {
	font-weight: bold;
	font-size: 10px;
}
.gray {
	color: rgb(167, 166, 152);
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.bigbold {
	font-size: 20px;
	font-weight: 800;
}
.huge {
	font-size: 50px;
}
.condensed {
	font-family: Arial;
	letter-spacing: -.1em;
	line-height: .74em;
	word-spacing: .2em;
}
.medium {
	font-size: 16px;
	font-weight: bold;
}
.blackmedium { 
	font-size: 16px;
	font-weight: bold;
	color:#000;
}
.orange {
	color: rgb(224, 145,46);
}
.brown {
	color: rgb(224, 150, 93);
}
.white {
	color: #FFFFFF;
}
.brownbg {
	background-color: rgb(224,150,93);
}
.orangebg {
	background-color: rgb(255,182,55);
}
.ltltbrownbg { 
	background-color: rgb(242,246,227);
}
.black {
	color: rgb(38, 35, 36);
}
a:link { color: #000; }



/* dynamic mouseOver stuff */
div.top_menu {
	float: right;
}
div.top_menu a {
	width: 24px; 
	height: 24px;
	float: right;
	border-width: 1px;
	/*border-style: none;*/
	text-align: center;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	line-height: 0.8em;
}
div.top_menu a#progress {
	background-color: rgb(255,251,0);
	border-color: rgb(255,251,0);
}
div.top_menu a#programs {
	background-color: rgb(55,234,255);
}
div.top_menu a#contact {
	background-color: rgb(217,255,0);
}
div.top_menu a#profile {
	background-color: rgb(255,182,55);
}
div.top_menu a:hover {
	/*border:1px solid #000;*/
}
div.top_menu span { 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	display: none;
	width: 150px; 
	height: 24px; 
	float: right;
	padding-right: 7px;
	text-align: right;
	line-height: 2.6em;
}

.clear { clear:both; }
.zero-ht { line-height:0; }