body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

ul#nav {
	list-style: none;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

ul#reg  {
	list-style: disc;
}

ul#reg li {
	float: none;
}

#nav a {
	font-weight: bold;
	color: green;
}

#nav a {
	text-decoration: none;
}

#nav li li a {
	display: block;
	padding: 0px;
	line-height: 50px;
}

#nav li li a:hover {
}

#nav li {
	float: left;
	position: relative;
	text-decoration: none;
	left: 0px;
	width: 10em;
	text-align: center;
	cursor: default;
	background-color: white;
}

li ul {
	display: none;
	position: absolute;
	list-style: none;
	text-decoration: none;
	top: -272px;
	left: -5px;

	background: url(images/ddbg3.gif) bottom left no-repeat;
}


#nav li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}


#nav li:hover ul, li.over ul {
	display: block;
	left: -40px;
}

#nav li.over1 ul {
	display: block;
	left: -40px;
}

a{color: black; font-size: 11px}
a:visited{color: black; font-size: 11px;}

a.cubColor{color: #0E3286; font-size: 18px}
a.cubColor:visited{color: #0E3286; font-size: 18px;}

.copy {
	font-family: Arial;
	font-size: 12px;
	/*color:#DFDEDF;  */
	color: #0E3286;
}

.darkCopy {
	font-family: Arial;
	font-size: 12px;
	/*color: #7F7F7F; */
	color: #0E3286;
}

.footerCopy {
	font-family: Arial;
	font-size: 11px;
	color:white
}

.subCopy {
	font-family: Arial;
	font-size: 11px;
	/*color:#7F7F7F; */
	color: #0E3286;
}

.hdrCopy {
	font-family: Helvetica;
	font-size: 48px;
	font-weight: bold;
	color: #0E3286;
}

.navCopy {
	font-family: Helvetica;
	font-size: 48px;
	font-weight: bold;
	color: #0E3286;
}

.softCopy {
	font-family: Arial;
	font-size: 11px;
	color:#0E3286;
}

IMG.inline { margin:10px }

.clouds {
	background-image: url(../images/clouds-bg.jpg);
	background-repeat: repeat-y;
}
.brick {
	background-image: url(../images/brick-bg.jpg);
	background-repeat: repeat-y;
}
