/* CSS Document */

BODY {
	background-color:#e2e2e2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0px 0;
	width:100%;
}
H1 {
	border-bottom: 1px groove black;
	color:#666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	margin-bottom:15px;
	text-align:left;
}
H2 {
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style:italic;
	margin-bottom:10px;
	text-align:right;
}
H3 {
	border-bottom:1px groove #333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11pt;
	font-weight:700;
	margin-bottom:10px;
	text-align:center;
}
H5 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:400;
	text-align:center;
}
#wrapper {
	height:100%;
	margin:0px auto;
	padding:0px 10px;
	width:1024px;
}
#main {
	background-color:#dff1e6;
	border: 1px groove #666;
	float:left;
	height:900px;
	overflow:hidden;
	margin-bottom:15px;
	padding:8px;
	width:675px;
}
#sidebar {
	background-color:#fff;
	border: 1px groove #666;
	float:right;
	height:978px;
	overflow:hidden;
	padding:8px;
	text-align:right;
	width:300px;
}
#content {
	height:100%
}

#footer {
	background-color:#ccc;
	border: 1px groove #666;
	padding:8px;
	width:675px;
}
.highlight {
	color:#FF0000;
	font-weight:700;
}

.hidden {color:#fff;}

A#mail {
	font-weight:1000;
}
TABLE {
	border:1px solid black;
	border-collapse:collapse;
	margin:15px auto;
	padding:0 0;
	width:100%;
}
TABLE TD, TABLE TH {
	vertical-align:middle;
	border:1px solid black;
}
TABLE THEAD TD, TABLE THEAD TH {
	background-color:#cf9;
	text-align:center;
	font-weight:700;
}

TABLE THEAD TR:first-child TD {
	width:35%;
}

TABLE THEAD TR, TABLE TBODY TR, TABLE TH {
	height:30px;
	text-align:center
}
TABLE TBODY TR TD:first-child {
	font-weight:700;
}
HR {
	border:1px #666 dotted;
}
DIV.info {
	background: url(images/note.png) no-repeat left center;
}
DIV.great {
	background: url(images/great.png) no-repeat left center;
}
DIV.info, DIV.great {
	margin: 10px 0px;
	border:1px dashed #333;
	padding:5px;
	width:60%
}
DIV.info UL, DIV.great UL {
	padding-left: 60px;
}