body
	{
	background: #C60946;
	margin: 0;
	padding: 0;
	height: 100%;
	color: #000000;
	}
	
#header
	{
	position: absolute;
	width: 900px;
	height: 144px;
	}
	
#content
	{
	background: #FFFFFF;
	position: relative;
	margin:0 auto;
	width: 900px;
	height: auto;
	}

#words
	{
	background: #FFFFFF;
	position: relative;
	margin:0 auto;
	width: 890px;
	height: auto;
	}

#menu
	{
	background: #FFFFFF;
	position: relative;
	margin:0 auto;
	width: 900px;
	height: auto;
	z-index: +1;
	}
	
a {
	text-decoration: none;
}

a:link {
	color: #004A91;
}

a:visited {
	color: #004A91;
}

a:active {
	color: red;
}

a:hover {
	text-decoration: underline;
}

h1 {
	text-align: center;
	padding: 0 0 0.25em 0;
	margin: 0;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#words li{
	border: none;
	list-style: disc;
	}
	
#words ul{
list-style: disc;}

#words hr{
	display: block;}

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

#nav a {
	text-decoration: none;
}

#nav a:hover {
	color:#C60946;
	}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #000000;
	padding: 0.2em 10px;
}

#nav li li a:hover {
	padding: 0.2em 5px;
	border: 5px solid #C60946;
	border-width: 0 5px;
	color: #FFFFFF;
	background-color: #C60946;
}

li {
	float: left;
	position: relative;
	width: 9.05em;
	text-align: center;
	cursor: default;
	background-color: #FFFFFF;
	border: 1px solid #C60946;
	border-width: 1px 0;
}

li#first {
	border-left-width: 1em;
	left: 3px;
}

li#last {
	border-right-width: 1em;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	background-color: #FFFFFF ;
	padding: 0.5em 0 1em 0;
	border: solid 1px #C60946;
}

li>ul {
	top: auto;
	left: auto;
}

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

li:hover ul, li.over ul {
	display: block;
}

hr {
	display: none;
}

#columnone {width:30%; float:left; text-align:justify; margin-right:2%; margin-left:2%;}
#columntwo {width:30%; float:left; text-align:justify; margin-right:2%;}
#columnthree {text-align:justify; border:1px solid #fff; margin-right: 2%;}

