html,body {
	background: url(images/bg_2.jpg) repeat;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#333333;
	margin: 0;
	padding: 0;
	line-height: normal;
	font-weight: normal;
	background-color: #CCCCCC;
}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

#top {
	width:700px;
	background:url(images/top.jpg) no-repeat;
	height: 121px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
}

#middle {
	width:700px;
	background:url(images/middle.jpg);
	text-align:left;
}

#bottom {
	width:700px;
	height:136px;
	background:url(images/bottom.jpg) no-repeat;
}

#content { width:555px; margin-left:100px; }

.menu {
	position: relative;
	top: 71px;
	margin: 0px 180px 0px 200px;
	padding: 0;
	background: none;
	list-style-type: none;
	width: 700px;
	color: black;
	font-weight: normal;
	font-size: 16px;
}

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

.menu li {
	margin: 0;
	margin-right: 1em;
	padding: 0;
	float: left;
	width: 6em;
	background: none;
	text-align: center;
}

.menu a {
	display: block;
	width: 100%;
	text-decoration: none;
}

.menu a:hover {
	background: none;
	color: white;
}

img.floatLeft { 
    float: left; 
    margin: 2px; 
}

img.floatRight { 
    float: right; 
    margin: 2px; 
}

.menuDate {
	border-top:solid 1px;
	border-left:solid 1px;
	border-color:#000000;
	background-color:#CCCCCC;
	font-size: 13px;
}

.menu1 {
	border-top:solid 1px;
	border-right:solid 1px;
	border-color:#000000;
	padding-left:6px;
	font-size: 13px;
}

.menu2 {
	border-right:solid 1px;
	border-color:#000000;
	padding-left:6px;
	font-size: 13px;
}

.menu3 {
	border-right:solid 1px;
	border-color:#000000;
	padding:0px 0px 6px 24px;
	font-size: 13px;
}

.menuTitle {
	text-align:center;
	font-size: 16px;
	font-weight:bold;
}

.menuAlert {
	text-align:center;
	font-size: 16px;
	font-weight:bold;
	color:#CC0000;
}

.menuEnd {
	border-top:solid 1px;
	border-color:#000000;
}

.requiredFlag {
	color:#FF0000;
}

.frame {
	border:solid 1px;
	background-color:#FFFFCC;
	padding:10px 0px;
}

a.helpLink {
	font-size: 12px;
	font-weight: bold;
	color: #336600;
	text-decoration: none;
}

a.helpLink:hover {
	text-decoration:underline;
}

.errInput {
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	border-style: solid;
	border-width: 2px;
}

.errMsg {
	text-align:center;
	font-size: 14px;
	font-weight:bold;
	color:#FF0000;
}
