html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

#wrapper {
width: 770px;
background-color:#FFFFFF;
margin:10px auto;
border: 1px solid #000000;
text-align:left;
}

#NavBox {
	margin-bottom:20px;
}

#banner {
background-image: url(../images/djc_header.jpg);
		background-repeat: no-repeat;
	height: 120px;
}


#leftcol #nav ul {
background-color: transparent;
list-style-type: none;
margin: 0; 
padding: 0;
font-size: 90%;
border: 1px solid #000000;/*this adds a second line to the bottom of the nav, if you prefer a single line you can remove it by uncommenting the other properties and commenting out this one. I think it gives a nice raised effect, the choice is your's :)*/
/*border-left: 1px solid #000000;
border-right: 1px solid #000000;
border-top: 1px solid #000000;*/
}

 

#leftcol #nav ul li {
padding: 0;
margin: 0; 
}

#leftcol #nav ul li a{
	border-bottom: 1px solid #000000;
	display: block;
	padding: 4px 0 6px 4px;
	text-decoration: none;
	height: 1%;
	color: #000000;
	font-weight: bold;
}


#leftcol #nav a:hover, #leftcol #nav a:focus { 
background-color: #003366;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
color: #fff;
}


#content{
margin-left: 200px;
width: 550px;
}

#content p{
font-size: 80%;
margin: 20px;
}

#content h1{
font-size: 130%;
color: #003366;
padding: 0;
margin: 20px;
}

#content h2{
font-size: 110%;
color: #003366;
padding: 0;
margin: /*100px 0 0*/ 20px;
}

#content h3{
font-size: 100%;
color: #003366;
padding: 0;
margin: /*100px 0 0*/ 10px;
}

#content ul{
	font-size: 80%;
	padding-left: 20px;
}

.leftimage{
float: left;
margin-right: 10px;
border: 1px solid #000000;
}

.rightimage{
margin-bottom: 20px;
float: right;
margin-left: 15px;
border: 1px solid #000000;
width: 150px;
}

/*.clearit{
clear: both;
background-color:#00FF66;
width: 200px;
}*/


#footer{
	border-top: 1px solid #000000;
	background-color: #FFFFFF;
	font-size: 80%;
	clear: both;
}

#footer a {
	font-size: 80%;
	padding: 3px;
}

#leftcol{
	background-image: url(../images/leftcol.png);
	margin-left: 0px;
	margin-top: 0px;
	width: 200px;
	margin-bottom: 0px;
	float: left;
	background-repeat: no-repeat;
}

#content p.right{
float: right;
}

.container{
width: 99%; 
float:right;
}

#wrapper #content .container ul {
	font-size: 80%;
	font-style: italic;
}

.bibliography{
	width: 99%;
	float:right;
	font-size: 90%;
	font-style: italic;
	margin-top: 10px;
}

#news{
margin-left: 10px;
width: 150px;
}

#news p{
color:#0033FF;
font-size: 80%;
margin: 20px;
}

#news h1{
font-size: 130%;
color: #3300CC;
padding: 0;
margin: 20px;
}

.title {
	font-size: 1.9em;
	font-weight: normal;
	color: #D9A40C;
	background-image: url(../images/RHS_URONB_0133.jpg);
	height: 90px;
	width: 700px;
	padding-left: 30px;
	padding-bottom: 30px;
}
