body {
	background: #F2F2F2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

input.submitbutton, input.resetbutton, input.save {
	border: 1px solid #255F89;
	background-color: #FFFFFF;
}

table.monthview {
	width: 100%;
}

table.monthview td {
	border: 1px solid #255F89;
	height: 55px;
	width: 70px;
}

table.selfreg {
	width: 100%;
}

ul {
	padding-left: 5px;
	margin-left: 12px;
}

ol {
	padding-left: 5px;
	margin-left: 18px;
}

li {
	padding-left: 5px;
}

.container {
	width: 100%;
	background: #F2F2F2 url(images/background.jpg) repeat-x top left;
	margin: 0;
	padding: 0;
}

.field {
	width: 775px;
	background-image: url(images/field_small.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.fieldinner {
	width: 745px;
	min-height: 549px;
	background-image: url(images/field.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	text-align: left;
	padding: 3px 15px 3px 15px;
}

.field-bottom {
	width: 775px;
	height: 11px;
	background-image: url(images/field_bottom.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.textbottom {
	width: 775px;
	height: 30px;
	font-size: 10px;
	color: #9B9B9B;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.top {
	width: 725px;
	height: 201px;
	padding: 0px 0px 5px 20px;
	border-bottom: 1px solid #72C6EE;
}

.toplogo {
	float: left;
	padding-top: 20px;
}

.topimage {
	float: right;
}

.main {
	width: 745px;
	padding: 5px 0px 5px 0px;
}

.maintext {
	width: 323px;
	padding: 5px 15px 0px 15px;
	margin-left: 174px;
	border-right: 1px solid #72C6EE;
	border-left: 1px solid #72C6EE;
	min-height: 450px;
}

.maintext-alt {
	width: 531px;
	padding: 5px 0px 0px 15px;
	margin-left: 174px;
	border-left: 1px solid #72C6EE;
	min-height: 450px;
}

.left {
	width: 171px;
	float: left;
	margin: 5px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
	height: 420px;
}

.lefttext {
	padding: 0px 0px 0px 10px;
	font-size: 10px;
}

.right {
	width: 208px;
	float: right;
	margin: 5px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
	text-align: left;
	height: 420px;
}

hr {
	color: #72C6EE;
	background-color: #72C6EE;
	height: 1px;
	border: 0;
	margin: 10px 0px 10px 0px;
}

ul.submenu {
	padding: 0px 0px 0px 12px;
	margin: 0;
}

ul.submenu li {
	padding: 10px 0px 0px 10px;
	list-style-type: none;
	background-image: url(images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

ul.submenu a.current:link {
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	color:#FF9933;
}

ul.submenu a.current:visited {
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	color:#FF9933;
}

ul.submenu a.current:hover {
	text-decoration:underline;
	font-weight:bold;
	font-size:11px;
	color:#FF9933;
}

ul.submenu a:link {
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	color:#0089CF;
}

ul.submenu a:visited {
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	color:#0089CF;
}

ul.submenu a:hover {
	text-decoration:underline;
	font-weight:bold;
	font-size:11px;
	color:#0089CF;
}

ul.submenu li ul.submenu a:link {
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	color:#a2b6d1;
}

ul.submenu li ul.submenu a:visited {
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	color:#a2b6d1;
}

ul.submenu li ul.submenu a:hover {
	text-decoration:underline;
	font-weight:bold;
	font-size:11px;
	color:#a2b6d1;
}


ul.submenu li ul.submenu a.current:link {
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	color:#FF9933;
}

ul.submenu li ul.submenu a.current:visited {
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	color:#FF9933;
}

ul.submenu li ul.submenu a.current:hover {
	text-decoration:underline;
	font-weight:bold;
	font-size:11px;
	color:#FF9933;
}

h1 {
	color: #005885;
	font-size: 14px;
}

h2 {
	color: #005885;
	font-size: 11px;
}

h3 {
	margin: 0px 0px 10px 0px;
	color: #005885;
	font-size: 10px;
}

a:link {
	text-decoration:none;
	color:#0089CF;
}

a:visited {
	text-decoration:none;
	color:#0089CF;
}

a:hover {
	text-decoration:underline;
	color:#0089CF;
}