/* DIV STUFF*/ 
/* CONTENT */
#maincontent {
	width: 700px;
	padding: 20px 0 0 0 ;
	display:inline; 
}


/*DEFAULT STUFF*/ 
html, body, p, h1, h2, h3, a, ul, ol, span, table, td, li, input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none; 
	font-weight: none;
	font-size: 11px;
	color:#000000; 
	line-height: 1.6em;
	margin: 0px;
	padding: 0px;
}
h1 { 
	font-size: 22px;
	font-weight: bold;
}
h2 { 
	font-size: 16px;
	font-weight: bold;
}
h3 { 
	font-weight: bold;
	margin-top: 11px;
}
p { 
	margin-top: 11px;
}
.NoRepeat { 
	background-repeat: no-repeat;
}
a {
	font-weight: bold;
	color: #000000;
	cursor:pointer;cursor:hand;
}
a:hover, a:active {
	text-decoration: underline;
}
img {
	border: 0;
}
img.FloatLeft {
	float:left; 
	margin-right:10px; 
	margin-bottom:3px";
}
img.FloatRight {
	float:right; 
	margin-left:10px; 
	margin-bottom:3px";
}
input, select, textarea {
	width: 250px;
	border: 1px solid #000000;
}
input.Wide, select.Wide, textarea.Wide {
	width: 500px;
}
input.Radio, input.Checkbox {
	width: 20px;
	border: none;
}
input.Quarter, select.Quarter {
	width: 69px;
}
input.ThreeQuarter {
	width: 179px;
}
input.Search {
	width: 100px;
}
select.DropDown {
	width: 125px;
}
select.DropDownWide {
	width: 250px;
}
.error {
	font-weight: bold;
	color: #FF0000;
}

/* FOOTER */
.footer { 
	font-size: 9px;
}

/* NAVI */
ul li {
	list-style:none;
	font-weight: bold;
	margin-top: 10px;
	padding-left: 10px;
}

