@charset "utf-8";
/* Defaults */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
  line-height: 122%;
}
/* Entire Body */
body {
	background-color: #010035;
	margin:0;
}
a:link{
	text-decoration: none;
	color: #39F;
}
a:visited{
	text-decoration: none;
	color: #39F;
}
a:active{
	text-decoration: none;
	color: #39F;
}
a:hover{
	text-decoration: none;
	color: #FC6;
}
/* Remove paragraph margin. */
p {
	margin: 0;
}
/* Container */
#contentContainer {
	color: #FFF;
}
/* Header Row */
#contentHeader {
	color: #000;
	background-color: #FFF;
}
/* Header Row Content */
#contentHeader .content {
	text-align: left;
	color: #000;
	background-color: #FFF;
	margin-top: 7px;
	margin-left: 7px;
	margin-right: 7px;
	width: auto;
}
/* Below are the settings for the text next to the image rotation. */
#contentHeader .text {
	color: #2C2827;
	vertical-align: top;
	font-size: 18px;
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	padding-right: 7px;
}
/* Below are the settings for the text next to the image rotation. */
#contentHeader .welcome_image {
	padding-right: 7px;
}
/* Body Row */
#contentBody {
	color: #000;
	background-color: #FFF;
}
/* Body Content */
#contentBody .content {
	text-align: left;
	vertical-align: top;
	color: #000;
	background-color: #fcefc1;
	margin-top: 4px;
	margin-bottom: 7px;
	margin-left: 7px;
	margin-right: 7px;
	padding-top: 7px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	width: 910px;
	border-width: 1px;
	border-style: solid;
	border-color: #000;
}

#contentBody .content a:link{
	text-decoration: none;
	color: #010035;
}
#contentBody .content a:visited{
	text-decoration: none;
	color: #010035;
}
#contentBody .content a:active{
	text-decoration: none;
	color: #010035;
}
#contentBody .content a:hover{
	text-decoration: underline;
	color: #010035;
}
/* Calendar */
#contentBody .calendar {
	text-align: left;
	vertical-align: top;
	color: #000;
	background-color: #FFF;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-left: 7px;
	margin-right: 7px;
	width: 910px;
}
#copyright {
	text-align: left;
	color: #999;
	margin-top: 7px;
}
/* Title */
h1 {
	text-align: left;
	color: #010035;
	font-size: 16px;
	margin: 0px;
}
h2 {
	text-align: left;
	color: #333333;
	font-size: 14px;
	margin: 0px;
}
hr {
	color: #FFF;
}
/* MENU */
#jsddm{
	margin: 0;
	padding: 0;
}

#jsddm li {
	float: right;
	list-style: none;
	font: 12px Tahoma, Arial;
}

#jsddm li a {
	display: block;
	text-align: left;
	background: #010035;
	padding: 5px 12px;
	text-decoration: none;
	border-right: 1px solid white;
	width: 70px;
	color: #FFF;
	white-space: nowrap; !important
}

#jsddm li a:hover {
	text-align: left;
	background: #010035;
}
	
#jsddm li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	border-top: 1px solid white;
}
	
#jsddm li ul li {
	float: none;
	display: inline;
}

#jsddm li ul li a {
	width: auto;
	background: #b39a3e;
}

#jsddm li ul li a:hover {
	background: #edd065;
	color: #010035;
}
