@charset "UTF-8";
body {
	font: 11.5pt Verdana, Arial, Helvetica, sans-serif;
	background:url(images/renu_background.jpg) no-repeat left top;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #999;
}

#container {
	width:720px; margin:10px auto; padding:10px; border:1px solid #b3b7b4; background-color:#fff;  -moz-border-radius:10px; -webkit-border-radius:10px;
	text-align:left;
	}

#header h1 {margin-bottom:0px; padding-bottom:5px !important;}
#header h1 + table {margin-top:10px;}
#intro {font-size:1.4em; line-height:1.3em; text-align:left;}
#intro span {color:#060;}

#header #navigation {margin:0px 0px 25px 0px; padding:0px;}
#navigation {width:100%;}
#navigation a {color:#060; text-decoration:none;}
#navigation a:hover {color:#999;}
#navigation ul {margin:0px 0px 0px 400px; padding:0px;}
#navigation li {display:inline-block; height:16px; margin:0px 20px; font-size:11.5pt; list-style-type:none;}



/* CLEANS UP THE JOURNAL PARAPGRAPHS */
.journal p {margin:7px 0px; line-height:1.3em;}



/* THIS AFFECTS THE JOURNAL PAGE ONLY */
.navigation {margin-top:15px;}

.oneColElsCtrHdr #header {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
}
.oneColElsCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.oneColElsCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/* background: #FFFFFF; */
}
.oneColElsCtrHdr #footer {
	width:720px;
/* 	padding: 13px 20px; */
	-moz-border-radius:10px; -webkit-border-radius:10px;
	background-color:#E9EBEB;
	color:#999;
	font-size:.7em;
}
.oneColElsCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer span.number {position:absolute;  margin:6px 10px 0px 10px; font-size:1.3em;}
#footer span.copy {display:inline-block; margin:13px 20px !important; font-size:.9em;}
#footer #contact {float:right; display:inline-block; position:relative; width:160px; margin:5px 5px;}
#footer #clear {clear:both; height:1px;}


.oneColElsCtrHdr #container #header table tr td a {
	color: #060;
}

.oneColElsCtrHdr #container #header table tr td a:hover {
	color: #999;
}

