body{
	font-size: 14px;
	color: #333;
	font-family: arial;
	background-image: url(/_images/layout/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: white;
}

#divPage{
	width: 974px;
	margin: 355px auto 10px auto;
	border-radius: 7px;
	-moz-border-radius: 7px;
	background-image: url(/_images/layout/page_back.png);
	background-repeat: no-repeat;
	background-color: white;
}

#divHeader{
	height: 123px;
	border-bottom: 1px solid #666;
	background-image: url(/_images/header/header_back.jpg);
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-topleft: 7px;
}

#divMain{
	position: relative;
	padding: 30px;
}

#divFooter{
	height: 375px;
	background-image: url(/_images/footer/footer_back.jpg);
}

div.divLoginBar{
	background-color: #003466;
	border-bottom: 2px solid white;
	color: white;
	padding-top: 9px;
	height: 24px;
}

div.divInnerLoginBar{
	width: 974px;
	margin: auto;
}

div.divLoginBarLeft{
	float: left;
}

div.divLoginBarRight{
	float: right;
}

ul.ulLoginMenu{
	margin: 0px;
	list-style-type: none;
	line-height: 1em;
}

ul.ulLoginMenu li{
	margin: 0px;
	float: left;
	margin-left: 10px;
}

ul.ulLoginMenu li a{
	color: white;
	display: block;
	background-image: url(/_images/layout/wayne_but_back.png);
	height: 19px;
	padding: 5px 10px 0px 10px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	font-weight: bold;
}

ul.ulLoginMenu li a.aLogOut{
	background-image: none;
	font-weight: normal;
	padding-left: 0px;
}

h1{
	font-size: 24px;
	font-weight: bold;
	color: #013366;
	line-height: 1.4em;
}

p{
	line-height: 1.4em;
	margin-top: 15px;
}

span.spnError{
	color: red;
	font-weight: bold;
}

a{
	color: blue;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

div.clear{
	clear: both;
}

ul{
	list-style-type: disc;
	margin: 15px 0px 0px 35px;
	line-height: 1.3em;
}

li{
	margin-top: 5px;
}