/* GLOBAL */
body {
	color: #666666;
	font-family: Verdana;
	font-size: 12px;
	margin: 0; 
	padding: 0;
	background: #006ab6 url(../img/dekalb_bg_body.jpg) top left repeat-x;
	line-height: 1.5em;
	}

a:link, a:visited { 
	color: #0356a0;
	text-decoration: none;
	font-weight: bold;
	}
a:visited { 
	color: #0356a0;
	text-decoration: none;
	font-weight: bold;
	}
a:hover { 
	color: #0356a0;
	text-decoration: underline;
	font-weight: bold;
	}
a:active { 
	color: #0356a0;
	text-decoration: underline;
	font-weight: bold;
	}

img { border: 0; margin: 0; padding: 0; }
img a:link {border: 0; }

/* CONTENT WRAPPER */
#wrapper {
	text-align: left;
	margin: 0px;
	padding: 0px;
	border:0;
	width: 1062px;
	position: absolute;
	top: 152px;
	background: transparent url(../img/dekalb_bg_wrapper_large.gif) top left repeat-y;
	}

/* HEADER */
#header {
	margin: 0;
	padding: 0;
	background: url(../img/dekalb_header.jpg) top left no-repeat;
	height: 153px;
	clear: both;
	}

#header span { 
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0; 
	left: 0;
	visibility: hidden;
	}

.logo {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 21px;
	top: 27px;
	}

.search {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 633px;
	top: 128px;
	}
	
#header h2 {
	margin: 0; 
	padding: 0;
	}

/* NAV LEFT SIDE */
#navLeft {
	margin: 0;
	padding:0;
	float: left;
	width: 160px;
	}

#navLeft ul {
	margin: 0; 
	padding: 0;
	list-style-type: none;	
	height: 434px;
	line-height: 0;
	display: block;
	}

#navLeft li {
	display: inline;
	margin: 0; 
	padding: 0;
	list-style-type: none;
	border: 0;
	border-bottom: 0;
	line-height: 0;
	}

#navLeft a {
	display: block;
	margin: 0; 
	padding: 0;
	border: 0;
	line-height: 0;
	}

#navLeft img {
	display: block;
	margin: 0; 
	padding: 0;
	border: 0;
	line-height: 0;
	}

/* NAV RIGHT SIDE */
#navRight {
	margin: 0;
	padding: 0;
	float: right;
	width: 252px;
	text-align: left;
	}

#navRight ul {
	margin: 0; 
	padding: 0;
	list-style-type: none;	
	height: 434px;
	line-height: 0;
	display: block;
	}

#navRight li {
	display: inline;
	margin: 0; 
	padding: 0;
	list-style-type: none;
	border: 0;
	border-bottom: 0;
	line-height: 0;
	}

#navRight a {
	display: block;
	margin: 0; 
	padding: 0;
	border: 0;
	line-height: 0;
	}
	
/* CONTENT */
#content { 
	margin: 0;
	padding: 0 25px 0 25px;
	float: left;
	width: 600px;
	background: #FFF;	
	}	

#content p {
	padding: 3px 10px 3px 15px;
	}

/* FOOTER */
#footer {
	margin: 0;
	padding: 50px 60px 0 0;	
	height: 63px;
	text-align: center;
	font-size: 9px;
	color: #777;
	background: url(../img/dekalb_bg_footer_large.gif) bottom left no-repeat;
	clear: both;
	}
	
#footer a:link {
	color: #777;
	text-decoration: none;
	}
#footer a:visited { 
	color: #777;
	text-decoration: none;
	}
#footer a:hover {
	color: #0356a0;
	text-decoration: underline;
	}
#footer a:active { 
	color: #0356a0;
	text-decoration: underline;
	}
