/* Basic Elements */
a:link {
	text-decoration:none;
	color:#FFFFFF;
	}
a:visited {
	text-decoration:none;
	color:#CCCCCC;
	}
a:hover {
	text-decoration:underline;
	color:#FFFFFF;
	}
a:active {
	text-decoration:underline;
	color:#CCCCCC;
	}
.body {
	font-size:100%;
	font-family:Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}
h1 {
	font-size:2em; /* 32px/16px = 2em */
	font-family:Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}
h2 {
	font-size:1.5em; /* 24px/16px = 1.5em */
	font-family:Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-style:italic;
}
h3 {
	font-size:1.25em; /* 20px/16px = 1.25em */
	font-family:Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-style:italic;
}
.copyright {
	font-size:0.625em; /* 10px/16px = 0.625em */
	font-family:Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}
.navMenu {
	font-size:100%;
	font-family:Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-weight:bold;
}
#accordion {
	list-style: none;
	padding: 0 0 0 0;
	width: 170px;
}
#accordion div {
	display: block;
	background-color: #001544;
	font-weight: bold;
	margin: 1px;
	cursor: pointer;
	list-style: circle;
	-moz-border-radius: 10px;
	-webkit-border-radius: 0px;
	color: #FFFFFF;
	border-radius: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#accordion ul {
	list-style: none;
	padding: 0 0 0 0;
}
#accordion ul{
	display: none;
}
#accordion ul li {
	font-weight: normal;
	cursor: auto;
	background-color: #fff;
	padding: 0 0 0 7px;
}
#accordion a {
	text-decoration: none;
	color: #001544;
}
#accordion a:hover {
	text-decoration: underline;
}

