/* Standard Styling */

.c { text-align: center; }
.j { text-align: justify; }
.l { text-align: left; }
.r { text-align: right; }
.mauto { margin: auto; }
.i { font-style: italic; }
.u { text-decoration: underline; }
.b { font-weight: bold; }

a {
	text-decoration:none;
	color:#663300;
	}
a:hover {
	text-decoration:none;
	color:#996600;
	}
body {
	/* background: url(bg-body.png) repeat-x top center */
	background: #222222;  /* ---------------- BACKGROUND COLOR HERE */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* Sets default font size to 10px */
	color: #222222;
	}
h1 {
	font-size:2.5em;
	font-weight:normal;
	cursor:default;
	position:relative; top:50px; left:30px;
	letter-spacing:1px;
	color:#6F6F6F;
	font-style:italic;
	}
h2 {
	font-size:1.75em;
	font-weight:normal;
	color: #6CCCCC;
	margin: 10px 0;
	}
h3 {
	margin-top: 0;
	text-decoration: underline;
	color: #D3AF37;
	}
img {
	border:0;
	}
p {
	margin-bottom:1em;
	margin-top:0.5em;
	}
ul {
	margin-top: 0;
	}

/* Structure */

html {
	overflow-y: scroll;
}

#header {
        text-align: center;
	height: 140px;              /* -----------------------------------------------ADJUST BANNER HEIGHT HERE */
        width: 600px;
        -moz-border-radius: 12px 0px 0px 0px;
	}
#wrapper {
	background: #ababb6;
        margin: 2em auto 0;
        padding: 1em;
	width: 1000px;
	font-size: 1.40em;
        -moz-border-radius: 24px;
	}
#content {
	margin: 1em 0 0 0;
	background: #adf5ac;
	padding: 0px;
	text-align: justify;
	line-height: 1.6em;
        -moz-border-radius: 0px 0px 12px 12px;
	}
#footer {
	clear: both;
	}
#bottomRow {
	padding: 0;
	}

/* Menu */

#bannerLink {
	/* Make the title banner entirely clickable. */
	height: 140px;
	display: block;
	}
#menu {
	background: #adf5ac;
	margin: auto;
	padding: 0px 0px;
        -moz-border-radius: 12px 12px 0px 0px;
	}
#menu table {
	background: #FFFFFF;
	margin: auto;
	}
#menu table tr {
	background: #D3AF37;
	}
#menu table td a { /*
	height: 48px;
	padding: 0px 0px;  /* top-bottom and left-right if only two parameters are specified. 
	display: block;
*/	}
#menu table td img {
	border: 0;
	}
#menu td a:hover {
	/* background:url(sysImages/bg-menu-hover.png) no-repeat center center; */
	}

/* Blog */

.blogFeed { text-align: center; line-height: 120%; padding-bottom: 1.5em; }
.blogFeed p { margin: 0; padding: 0; }
.blogFeed img { padding: 4px 0; }
.blogTitle { text-align: center; }

/* Imagebar */

#imageWrapper {
	background: #ababb6;
	margin: 1em 0 0 0;
	width: 1000px;
	}
#imagebar {
	/* background: #adf5ac; */
	background-image: url(/images/sysImages/gradient.png) ;
	background-repeat: repeat-x;
	height: 173px;
	}
.imageFeed {
	text-align: center;
	}
.imageFeed img {
	max-width: 110px;
	max-height: 153px;
	}

/* Sidebar */

#dividers {
	background: #ababb6;
	width: 100%;
	height: 100%;
	margin-bottom: 0;
	}

.sidebar {
	background: #82B881;
	color: #000000;
	padding: 5px 0px;
	text-align: center;
	-moz-border-radius: 0px 0px 0px 12px;
	}

#sidebar_left { width: 30%; }
#sidebar_center { width: 70%; height: 100%; padding-bottom: 5px; background: #abb6b0; }
#sidebar_right { width: 20%; }

#centerpiece {
	height: 100%;
	background: #FFFFFF;
	padding-bottom: 5px;
	padding: 5px 5px 0px 5px;
	text-align: center;
	-moz-border-radius: 0px 0px 12px 0px;
}

