/* CSS Document */

body{
	margin:0px;
	padding:0px;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#003572;
	text-align:left;
}
/*	background-image: url(blueinkbackground.jpg); 
background-repeat:repeat;
} */

h1{font-size:24px}
h2{font-size:22px}
h3{font-size:20px}
h4{font-size:18px}
h5{font-size:16px}
h6{font-size:14px}

* {margin:0px;padding:0px;}
.clear{clear:both;}

ul {
  list-style-position:outside;
  list-style-type:circle;
} 
ol {
  list-style-position:outside;
  list-style-type:circle;
  padding: 10px;
  padding-left:25px;
} 
li {
 /* display: inline;  :KLUDGE: Removes large gaps in IE/Win */ 
}

#container {
	margin: 0px auto;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
	width: 785px;
	background:#FFFFFF;
	padding:10px;
}


/******************** Header ******************************/
#header {
	width:785px;
	display:block;
}
#pducksLogo {
	width:236px;
	height:173px;
	float:left;
}
#siteTitle {
	width:545px;
	height:50px;
	margin-top:30px;
	float:right;
	font-size:26px;
	text-align:center;
}
#pageTitle {
	width:545px;
	height:50px;
	font-size:36px;
	text-align:center;
	float:right;
	margin-top:15px;
	margin-bottom:28px;
	background-color: #FFFFFF;
}
/******************* Navigation Bar ************************/
#topNavBar {
	width:785px;
	height:40px;
}
#topNav ul {
	list-style: none;
	float: left;
	background: #000000;
	margin: 0px;
  	padding: 0px;
  	list-style-type: none;
}
#topNav li a {
	display:block;
	padding: 0.2em 0.2em;
	border:1px solid #0000FF;
	width:118px;
	height:15px;
	text-align:center;
	font-size:11px;
	margin:3px;
	text-decoration: none;
	background:#FFFFFF;
} 
#topNav li a:hover {
	border:1px solid #666666;
}
#topNav li {
	float:left; 
	color:#003572;
	list-style:none; 
}	

/******************* Main Content ************************/
#content {
	width:785px;
	height:auto;
	line-height:115%;
	text-align:left;
} 
#content h1 {
	font-size:20px;
	line-height:normal;
}
#content h2 {
	font-size:12px;
	font-weight:normal;
}
/****************** Nav bar and news box *******************/
#sidebar {
	width:160px;
	height:142px;
}

#whatsNew {
	width:150px;
	height:auto;
	border:groove;
}
/********* Copyright info etc at end of page ********/
#footer {
	width: 785px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-size:xx-small; 
	color:#003572; 
	clear:both;
	border:1px solid #0000FF;
	background-color: #FFFFFF;
}
/********* General styling **************************/
a:hover {
	text-decoration: none;
	color: #000000;
} 



