html {
	background: transparent;
}

body {
	background: #DDDDDD;
	font-family: arial, verdana, tahoma, sans-serif;
}

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

#container {
	margin: 0 auto;
	width: 796px;
	background: #FFFFFF url('../images/bkg.gif') repeat-y center center;
}

#header {
	position: relative;
	margin: 0 8px;
	height: 108px;
}
#header h1 {
	float: left;
	margin: 10px 0 0 10px;
	width: 132px;
	height: 88px;
	background: url('../images/logo.png') no-repeat;
	text-indent: -5000px;
}
#header h1 a {
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
}

#nav {
	float: right;
	margin: 65px 4px 0 0;
	height: 33px;
}
#nav li {
	display: block;
	float: left;
	margin: 0 0 0 4px;
	height: 33px;
	text-indent: -5000px;
}
#nav li a {
	display: block;
	float: left;
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 100%;
	height: 100%;
	outline: none;
}
#nav li.hover a {
	background-position: 0 -33px;
}

#banner {
	margin: 0 8px;
	height: 240px;
	border-top: 8px solid #71BC45;
}

#content {
	margin: 0 8px;
	width: 780px;
}

#body {
	padding: 10px;
	vertical-align: top;
}
#body h2 {
	padding: 5px 0 3px 0;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px dotted #999999;
}
#body h2.alt {
	margin: 12px 0;
	padding: 0;
	border-bottom: none;
}
#body h3 {
	margin: 12px 0;
	font-size: 14px;
	font-weight: bold;
}
#body h4 {
	margin: 12px 0;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}
#body h5 {
	margin: 12px 0;
	font-weight: bold;
}
#body p {
	margin: 12px 0;
	font-size: 12px;
	line-height: 18px;
}
#body ul, #body ol {
	margin: 12px 0;
}
#body ul li {
	list-style-type: disc;
	font-size: 12px;
	margin: 0 0 10px 30px;
}
#body ol li {
	list-style-type: decimal;
	margin: 0 0 10px 30px;
}
#body ul li.level2 {
	list-style-type: circle;
	margin: 0 0 10px 60px;
}
#body ul li.level2_left {
	float: left;
	width: 190px;
}
#body ul li.level2_left_2 {
	margin-left: 20px;
	width: 230px;
}
#body hr {
	clear: both;
	margin: 12px 40px;
	border: none;
	border-top: 1px dotted #CCCCCC;
	height: 1px;
	*margin: 0 40px;
}
#body .team_info {
	float: right;
	margin: 20px 0 10px 20px;
}
#body .team_info p {
	margin: 0;
	line-height: 14px;
	font-size: 11px;
}
#body h3 small {
	font-size: 12px;
	font-weight: normal;
}
#body table {
	margin: 10px 0;
	width: 100%;
	border-collapse: collapse;
}
#body table th {
	padding: 6px 10px;
	background: #A8B2C4;
	border: 1px solid #A8B2C4;
	font-size: 14px;
	font-weight: bold;
}
#body table td {
	padding: 8px 10px;
	border: 1px solid #CCCCCC;
	border-top-width: 0;
	vertical-align: top;
}
#body table td.col_title {
	font-size: 16px;
	font-weight: bold;
}
#body table td.col_view {
	width: 140px;
	text-align: center;
}
#body table td.col_purchase {
	width: 140px;
	text-align: center;
}

#sidebar {
	padding: 10px;
	width: 240px;
	vertical-align: top;
}
#sidebar .group {
	margin: 0 0 12px 0;
	padding: 0 0 10px 0;
	background: #EEEEEE;
	border: 3px solid #CCCCCC;
}
#sidebar h4 {
	margin: 10px 10px 0 10px;
	padding: 0 0 2px 0;
	font-size: 14px;
	font-weight: bold;
}
#sidebar p {
	margin: 10px 10px 0 10px;
}
#sidebar ul {
	margin: 5px 10px 0 10px;
}
#sidebar ul li {
	margin: 0 0 4px 0;
}

#sidebar-nav {
	margin: 0 0 10px 0;
	padding: 0 !important;
}
#sidebar-nav ul {
	margin: 5px;
}
#sidebar-nav ul li {
	display: block;
	text-indent: -5000px;
}
#sidebar-nav ul li a {
	display: block;
	width: 218px;
	height: 24px;
	background: #71BC45 -3px -3px no-repeat;
	border: 3px solid #71BC45;
	outline: none;
}
#sidebar-nav ul li a:hover {
	background-color: #5A9736;
}
#sidebar-nav ul ul {
	margin: 0;
	background: #B8DDA2;
}
#sidebar-nav ul ul li {
	margin: 0;
}
#sidebar-nav ul ul li a {
	display: block;
	width: 224px;
	height: 24px;
	background: #B8DDA2 0 0 no-repeat !important;
	border: none;
	text-decoration: none;
}
#sidebar-nav ul ul li a:hover {
	background-color: #9BD07D !important;
}

#sidebar-scroll {
	height: 300px;
	overflow-y: hidden;
}

#sidebar-static {
	height: 350px;
	overflow-y: auto;
}

#logos {
	margin: 0 8px;
	padding: 10px 10px 0 10px;
	background: #FFFFFF;
}
#logos .group {
	background: #EEEEEE;
	border: 3px solid #CCCCCC;
}
#logos h4 {
	padding: 5px 10px 10px 10px;
	font-size: 14px;
	font-weight: bold;
}
#logos p {
	padding: 0 0 5px 10px;
}
#logos p img {
	margin-right: 10px;
}
#logos p a.last-of-class img {
	margin-right: 10px !important;
}
#logos a {
	outline: none;
}

#footer {
	margin: 0 auto;
	padding: 21px 0 10px 0;
	width: 796px;
	background: url('../images/bkg-footer.gif') no-repeat top center;
}
#footer p {
	margin: 0 0 0 18px;
	font-size: 11px;
}

.form {
	margin: 10px auto;
	padding: 10px;
	width: 200px;
	background: #EEEEEE;
	border: 2px solid #71BC45;
	font-family: verdana;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.form p {
	margin: 0 0 8px 0;
}
.form p.last-of-type {
	margin-bottom: 0;
}
.form label {
	display: block;
	margin: 0 0 2px 0;
}
.text {
	padding: 2px;
	width: 192px;
	border: 1px solid #AAAAAA;
}
.button {
	display: block;
	padding: 2px 4px;
	background: #FFFFFF url('http://yui.yahooapis.com/2.7.0/build/assets/skins/sam/sprite.png') repeat-x 0 0;
	border-top: 1px solid #AAAAAA;
	border-right: 1px solid #777777;
	border-bottom: 1px solid #777777;
	border-left: 1px solid #AAAAAA;
	color: #000000;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.button:hover {
	background-position: 0 -1301px;
	border-color: #7D98B8;
}

.error, .required {
	color: #AA0000;
}