﻿html
{
	height: 100%;
}
body 
{
	margin: 0px;
	background-color: #fffae3;
	color: #000000; 
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	height: 100%;
	background-image: url('../images/base_menu_filler.gif');
	background-repeat: repeat-y;
}
img
{
	border: 0px;
}
p, form
{
	margin: 0px;
	padding: 0px;
}
.bold
{
	font-weight: bold;
}
.nowrap
{
	white-space:nowrap;
}
INPUT.stdinput
{
	width: 294px;
}
INPUT.stdinputlarge
{
	width: 460px;
}
TEXTAREA.stdinput
{
	width: 294px;
	height:80px;
}
TEXTAREA.stdinputlarge
{
	width: 460px;
	height:150px;
	
}
INPUT.stdinputshort
{
	width: 124px;
}
INPUT.stdinputveryshort
{
	width: 30px;
}
SELECT.stdinput
{
	width: 300px;
}
.stdlist UL
{
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 16px;
	list-style: disc;
	padding: 0px;
}
.stdlist LI
{
	margin-bottom: 3px;
	margin-right: 0px;
	padding: 0px;
}
.stdbtn
{
	padding: 0px 25px 0px 25px;
}
.cen
{
	text-align: center;
}
.base
{
	width: 100%;
}
.base .top
{
	width: 100%;
	height: 151px;
	vertical-align: top;
	background-image: url('../images/topbar_filler.jpg');
}
.base .left
{
	vertical-align: top;
}
.base .middle
{
	width: 100%;
	vertical-align: top;
}
.base .right
{
	vertical-align: top;
}
.base .top .container
{	
	width: 100%;
}
.base .top .container .header
{	
	background-repeat: no-repeat;
	/* width: 760px; */
	height: 151px; 
}
.base .left .container
{
	width: 185px;
	margin-top: 12px;
}
.base .middle .container
{
	margin-left: 10px;
	margin-right: 9px;
}

.base .right .container
{
	width: 203px;
	margin-right: 15px;
}

.base .right .component, .base .middle .component
{
	margin-bottom: 10px;
}


