/* Formatting */
body {
	background-color:#ffffff;
	margin:0;
	text-align:center;
	background-image:url(/images/background.gif);
	background-repeat:repeat-x;
}
body,table {
	font-size:11px;
	font-family: verdana, sans-serif;
	color:#5c5c5c;
}
img {border:0;}
select {
	font-size:11px;
	font-family: verdana, sans-serif;
}
input,textarea {
	font-size:11px;
	font-family: verdana, sans-serif;
	padding:2px;
}
a:link {
	color:#777777;
	text-decoration:none;
}
a:visited {
	color:#777777;
	text-decoration:none;
}
a:hover {
	color:#777777;
	text-decoration:underline;
}
a:active {
	color:#777777;
	text-decoration:none;
}
form {display:inline;}
.submit {cursor:pointer;}
.checkbox {margin:0;padding:0;}
p {
	padding:0;
	margin:0;
	line-height:16px;
}
em {
	font-weight:bold;
	font-style:normal;
}
h1 {
	margin:0;
	padding:0;
}
h2 {
	font-family: arial, verdana, sans-serif;
	font-size:16px;
	font-weight:bold;
	margin:0px;
	color:#a5b95e;
	letter-spacing:1px;
}
h3 {
	font-family: arial, verdana, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin:0px;
	color:#a5b95e;
	letter-spacing:1px;
}
h4 {
	font-family: arial, verdana, sans-serif;
	font-size:13px;
	font-weight:bold;
	margin:0px;
	color:#a5b95e;
	letter-spacing:1px;
}

/* Element setup (ordered alphabetically) */
#leftContainer {
	float:left;
	width:576px;
}
#menuTop {
	height:54px;
}
	#menuTop ul {
		list-style-type:none;
		margin:0;
		padding:0;
	}
	#menuTop ul li {
		float:left;
		height:42px;
		cursor:pointer;
	}
	#menuTop ul li div {
		padding:13px;
	}
	#menuTop a:link, #menuTop a:active, #menuTop a:hover, #menuTop a:visited {
		color:#ffffff;
		text-decoration:none;
		font-weight:bold;
	}
#rightContainer {
	float:left;
	width:200px;
}
	#rightContainer #menuRight ul {
		list-style-type:none;
		margin:0;
		padding:0;
	}
#wrapper {
	margin:0 auto;
	width:776px;
	text-align:left;
}

/* Classes */
.itemHeader {
	background-color:#e6e7e7;
	border-top:1px solid #cfd0d0;
	padding:5px;
	font-weight:bold;
	text-transform:uppercase;
	color:#5d5d5d;
}
.itemBody {
	padding:3px 0px 0px 8px;
}
table th.header {
	text-align:left;
	padding-bottom:5px;
	border-bottom:1px solid #5c5c5c;
}
table td.body {
	padding:2px 0 2px 0;
	border-bottom:1px solid #5c5c5c;
}
table.list tr th {
	text-align:left;
	padding-bottom:5px;
	border-bottom:1px solid #5c5c5c;
}
table.list tr td {
	padding:2px 0 2px 0;
	border-bottom:1px solid #5c5c5c;
}