/* CSS reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* main css */
body {
	font-family:Arial, Helvetica, sans-serif;
	height: 100%;
	font-size: 100%;
	line-height: 130%;
}
p {
	font-size:1em;
}
a:hover {
	text-decoration:none;
}
.clear {
	clear:both;
}
#header, #footer, #wrapper {
	height:auto;
	clear:both;
}
#leftCol, #rightCol, #middleCol {
	float:left;
	width:15%;
	padding:5px;
}
#middleCol ul { 
	clear:both;
}
#middleCol li a {
	background:#fff;
	color:#555;
	border:2px solid #888;
	display:block;
	float:left;
	margin-bottom:3px;
	padding:2px;
	width:100px;
	height:20px;
	text-decoration:none;
}
#middleCol li a:hover {
	background:#888;
	color:#fff;
}
#rightCol a {
	margin-bottom:5px;
}
#rightCol label {
	font-size:0.8em;
}
#rightCol input {
	width:150px;
}
#rightCol .item {
	padding:10px 0;
	border-bottom:1px solid #ccc;
}
#rightCol a {
	text-align:center;
}
input {
	border:1px solid #888;
	padding:2px;
}
#rightCol input.button,#middleCol input.button {
	background:#CCCCCC;
	width:100px;
	margin:10px 0;
}
#middleCol {
	width:83%;
	border:1px solid #888;
	border-top:none;
	border-bottom:none;	
}
h1,h2,h3,h4,h5,h6 {
	margin:20px 0 10px 0;
}
#header {
	background:#fff url(bgLogo.gif) repeat-x left top;
}
#header span {
	display:none;
}
#footer {
	border-top:1px solid #888;
	padding:20px 5px;
}
.notice {
	padding:5px;
	border:3px solid #FF0000;
	margin-bottom:10px;
	clear:both;
}