.whiteBG{
	background-color:#FFFFFF;
}

body, TD {
	padding-top:0px;
	COLOR: #000000;
	FONT-FAMILY: arial, helvetica, sans-serif;
	text-align : justify;
	line-height: 1.5;
}

A:active, A:link, A:visited {
	COLOR: #0171BA;
	text-decoration: none; 
}

h1 {
	color: #0171BA;
	text-transform: uppercase;
	display: inline; 
}

h2 {
	font-weight: bold;
	display: inline; 
}

h3 {
	font-weight: bold;
	display: inline; 	
	color: #0171BA;
}

li{
	margin-left: 20px;
	margin-bottom: 0px;
	padding-left: 0px;
}

.searchbox{
	border-color:#0171BA;
	border: 1px solid;
	width: 150px;
	color: #0171BA;
	padding-left:3px;
	padding-right:3px;	
}

.dropdowns{
	FONT-FAMILY: arial, helvetica, sans-serif;
	font-size: 12px;
	border-color:#0171BA;
	border: 1px solid;
	color: #000;
	padding-left:2px;
	padding-right:2px;	
}

#wrapper{
width:980px;
}

#top{
	background-image:url(../images/nav/top.gif);
	height: 150px;
}

#topDDA{
	position:relative;
	left: 400px;
	top: 0px;
	height: 85px;
	width: 120px;
/*	float: right; */
/*	background-color:#FFFF00; */
}

#topSearch{
	text-transform: uppercase;
	padding-bottom: 10px;
	padding-right: 30px;
	height: 35px;
	color: #0171BA;
	font-weight: bold;
}

#topMenu a, #topMenu a:hover, #topMenu a:visited{
	color:#FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	padding-right: 50px;
	text-align: left;
}

#topMenu a:hover {
	color:#C0C0C0;
}

#content{
	padding-top:15px;
	padding-left:30px;
	padding-right:30px;
	background-image:url(../images/nav/content.gif);
/*	height: 800px;*/
	text-align:justify;

}

#welcome{
	height: 375px;
}

.leftCol{
	float: left;
}

#subcontent{
	float:left;
	width: 690px;
	padding:0px;
}

#submenu{
	float:right;
	width: 200px;
	padding:0px;
	padding-top:15px;
}

.submenu{
	margin-left: 0px;
	padding: 0px;
	padding-top: 3px;	
	padding-bottom: 3px;
	list-style: none;	
}
.submenu li{
	margin-left: 0px;
	padding-left: 15px;
	list-style-image: url();	
}
.submenu a, .submenu a:hover{
	color: #000000;
	padding: 0px;
	text-decoration:none;
}
.submenu a:hover{
	border-bottom:1px dashed #000;
}

#news{
	float: left;
	width: 265px;
	border: 1px solid #0171BA;
	padding:15px;
}

#recentpublications{
	float:right;
	width: 265px;
	padding:15px;
	padding-right:30px;
}

.publication{
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	list-style: none;	
}
.publication li{
	margin-left: 0px;
	padding-left: 60px;		/* KEEPS TEXT AWAY FROM ICON */
	background-image: url(../images/icons/pdf.50.gif);
	list-style-image: url();
	background-repeat: no-repeat;
	background-position: 0px;
	text-align : left;
}

#usefullinks{
	float:right;
	width: 265px;
	border: 1px solid #0171BA;
	padding:15px;	
}

.usefulLinks{
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	list-style: none;	
	height: 220px;
}
.usefulLinks li{
	margin-left: 0px;
	margin-bottom: 10px;
	padding-left: 60px;		/* KEEPS TEXT AWAY FROM ICON */
	background-image: url(../images/icons/link.jpg);
	list-style-image: url();
	background-repeat: no-repeat;
	background-position: 0px;
	height: 35px;	
}

#bottom{
	height: 35px;
	background-image:url(../images/nav/bottom.gif);
}

#footer{
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left:15px;
	text-align:center;
	color:#FFFFFF;
}

#footer ul, #footer li{
	list-style-type:none;
	list-style-image: url();
	display:inline;
	padding-left:20px;
	padding-right:20px;
}

#footer a, #footer a:hover, #footer a:visited{
	color:#FFFFFF;
}

#footer a:hover {
	text-decoration: underline;
}
.push {
clear:both;
padding-bottom:700px;
text-indent:-9999em;
}
.pushShort {
clear:both;
padding-bottom:50px;
text-indent:-9999em;
}