

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

td,p {
	text-align: left;
}

body {
	background-color: #DFECFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.bottomRow {
	text-align: center;
	border-top: 1px #FFCC00 solid;
	padding: 10px;
	font-size: 10px;
	color: #003366;
}

a {
	color: #003366;
}

a:hover {
	color: #6699CC;
}

a.topLink {
	color: #FFCC33;
	text-decoration: none;
	font-weight: bold;
}

a.topLink:hover {
	color: #FFFFFF;
	text-decoration: none;
}

a.subNav {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a.subNav:hover {
	color: #FFCC33;
	text-decoration: none;
}

.subNavHeader {
	background-color: #004BBD;
	border-bottom: 5px #FFCC00 solid;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

.subNavItem {
	background-color: #5997EF;
	border-bottom: 2px #FFCC00 solid;
	border-top: 4px #FFFFFF solid;
	padding: 4px;
	padding-left: 15px;
	text-align: left;
}

.leftTD {
	width: 241px;
	background-color: #FFF8EF;
	color:#003366;
	text-align: left;
	vertical-align: top;
}

ul {
	margin-left: 25px;
	margin-top: 5px;
	margin-bottom: 5px;
	list-style: disc;
	text-align: left;
}

p {
	margin-top: 5px;
	text-align: left;
	margin-left: 10px;
}

.header {
	font-size:  larger;
	color: rgb(51, 102, 255);
	margin-bottom: 10px;
	margin-left: 0px;
}

.subheader {
	font-weight: bold;
	background-color: #FFF8EF; padding: 4px;
	border-bottom: 1px #FFCC00 solid;
	margin-top: 10px;
	margin-left: 0px;
}

.newsCatHeader {
	display: block;
	font-weight: bold;
	padding: 4px;
	margin-bottom: 10px;
	border-bottom: 2px #003366 solid;
	background-color: #FFCC00;
}

/* dropdown menu */

.dropdown {
	float:left;
}

.dropdown dt {
	width:133px;
	height: 16px;
	margin-bottom: 5px;
	padding-top: 25px;
	text-align: center;
	font-size: 13px;
	color: #003366;
	font-weight: bold;
	cursor: pointer;
	background:url(http://staging.phantasea.net/kcaa/style/main/button_off.png);
}

.dropdown dt:hover {
	background:url(http://staging.phantasea.net/kcaa/style/main/button_on.png);
}

.dropdown dd {
	position: absolute;
	overflow: hidden;
	width: 123px;
	display: none;
	z-index: 1000;
	opacity: 0;
}

.dropdown ul {
	width: 123px;
	margin: 0px;
	list-style: none;
	border-top: none;
}

.dropdown li {
	display: inline;
}

.dropdown a, .dropdown a:active, dropdown a:visited {
	display: block;
	color: #003366;
	text-decoration: none;
	width: 121px;
}

.dropdown ul a, .dropdown ul a:active, .dropdown ul a:visited {
	display: block;
	background-color: #FFF8EF;
	border-bottom: 1px solid #003366;
	padding: 5px;
	color: #003366;
	text-decoration: none;
	width: 123px;
}

.dropdown ul a:hover {
	background: #FFF8EF;
	color: #000;
}

.dropdown .underline {
	border-bottom: 1px solid #b9d6dc;
}
