* {
	margin: 0;
	padding: 0;
}

.c { text-align: center; }
.j { text-align: justify; }
.l { text-align: left; }
.r { text-align: right; }
.b { font-weight: bold; }

.mt20 { margin-top: 20px; }
.mb20 { margin-bottom: 20px; }
.mauto { margin: auto; }

/* Generic Styling */

body {
	/* background: url(bg-body.png) repeat-x top center */
	background: #000000;  /* ---------------- BACKGROUND COLOR HERE */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #222222;
}

img {
	border: 0;
}

p {
margin: 0;
}

a {
	text-decoration: none;
	color: #90A018;
}

a:hover {
	text-decoration: none;
	color: #6CC7DC;
}

h1 {
	font-size: 32px;
	font-weight:normal;
	cursor:default;
	position:relative; top:50px; left:30px;
	letter-spacing:1px;
	color:#6F6F6F;
	font-style:italic;
}
h2 {
	font-size: 28px;
	font-weight:normal;
	color: #6CCCCC;
	margin: 10px 0;
}

/* Structure */

#wrapper {
	background: #FFFFFF;
	margin: 2em auto;
	width: 1000px;
	-moz-border-radius: 12px 12px 12px 12px;
}
#header {
	text-align: center;
	height: 140px;  /* -----------------------------------------------ADJUST BANNER HEIGHT HERE */
	width: 1000px;
	background:url(./sysImages/topBanner.png) no-repeat top center;
	-moz-border-radius: 12px 12px 0px 0px;
}
#menu {
	height: 96px;
	line-height: 48px;
	/* background:url(sysImages/bg-menu.png) repeat-x; */
	padding:0;
}
#content {	
	background: #FFFFFF;
	min-height:400px;
	padding:15px;
	text-align:justify;
	line-height:1.6em;
	-moz-border-radius: 0px 0px 12px 12px;
}
#bottomRow {
	padding: 0;
}

/* Menu */

#menu td a {
	padding:0px 14px;  /* top-bottom and left-right if only two parameters are specified. */
	display:block;
	margin:0 1px 0 1px;
}
#menu td a:hover {
	/* background:url(sysImages/bg-menu-hover.png) no-repeat center center; */
}

