/* CSS Document */
body {
	background-color: #0970B2;
	margin: 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7A7A7A;
}

a:link, a:visited, a:active, a:hover {
	color: #474773;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
}

#header {
	background-color: #1A1C45;
}

#middle {
	background-color: #FFFFFF;
}

#footer {
	background-color: #FFFFFF;
}
#links {
	font-size: 10px;
	text-align: center;
	margin-top: 40px;
	margin-left: 40px;
	margin-right: 40px;
}
#navbar {
	background-image:url(/Template-Images/bg-topnav.gif);
}

#navbar td {
	padding: 0px 10px;
	white-space: nowrap;
}
a.navbar:visited, a.navbar:link, a.navbar:hover, a.navbar:active {
	color: #F5C985;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
a.navbar:hover {
	text-decoration: underline;
}
a.sidenavbar:visited, a.sidenavbar:link, a.sidenavbar:hover, a.sidenavbar:active {
	color: #F5C985;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}
a.sidenavbar:hover {
	text-decoration: underline;
}

#credits {
	background-color: #0970B2;
	padding: 10px 10px;
}
#credits p {
	color: white;
	font-weight: bold;
	font-size: 9px;
}
#container {
	width: 770px;
	margin: auto;
}

/* Registration Form */
td.underline {
	border-bottom: 1px solid #FFFFFF;
}
td.label {
	white-space: nowrap;
}
td.label-wrap {
}
td.instruction {
	font-size: 10px;
}


/* LWM Home Specific CSS */
#lwm-home-background {
	background-image:url(/Template-Images/lwm-home.jpg);
	background-repeat: no-repeat;
	position: relative;
	/* height: 450px; */
}

#lwm-home-content {
	padding-left: 40px;
	padding-top: 450px;
	width: 475px;
	font-size: 14px;
}

/*
#lwm-home-content2 {
	margin-left: 40px;
	margin-top: 450px;
	width: 475px;
	float: left;
	display: inline;
	font-size: 14px;
}
*/

#lwm-home-side {
	position: absolute;
	left: 557px;
	top: 31px;

	background-color: #A6CBE3;
	background-image:url(/Template-Images/lwm-side.jpg);
	background-repeat: no-repeat;

	color: #1D1D53;
	font-size: 16px;
	font-weight: bold;

	width: 213px;
	border-left-style: solid;
	border-left-color: #0970B2;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #0970B2;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0970B2;
	border-bottom-width: 1px;
}

/*
#lwm-home-side {
	background-color: #A6CBE3;
	background-image:url(/Template-Images/lwm-side.jpg);
	background-repeat: no-repeat;
	color: #1D1D53;
	font-size: 16px;
	font-weight: bold;
	margin-left: 41px;
	margin-top: 31px;
	width: 213px;
	float: left;
	display: inline;
	border-left-style: solid;
	border-left-color: #0970B2;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #0970B2;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0970B2;
	border-bottom-width: 1px;
}
*/

#lwm-home-side a:link, #lwm-home-side a:visited, #lwm-home-side a:active, #lwm-home-side a:hover {
	color: white;
}

#lwm-home-side-padding {
	padding: 6px;
}


#lwm-sub-background {
}

#lwm-sub-content {
	margin-left: 40px;
	margin-top: 10px;
	width: 690px;
	float: left;
	display: inline; /* explorer bug fix */
}