* {
	margin: 0;
	padding: 0;
}
body, html {
	height: 100%;
}
body {
	background-image: url(images/bkg-main.gif);
	background-position: center top;
	background-repeat: repeat;
	font-family: "Trebuchet MS", verdana, sans-serif;
	color: #424242;
}

p {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 26px;
}

#outer {
	background-image: url(images/bkg-top.gif);
	background-repeat: repeat-x;
	background-position: center -10px;
	min-height: 100%;
	height:100%;	
	height: auto;
	width: 100%;
}

#canvas {
	background-color: #ffffff;
	min-height: 100%;
	height:100%;
	height: auto;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #b59860;
	border-left-color: #b59860;
}

#banner {
	height: 381px;
	width: 940px;
	margin: 0px;
	padding: 0px;
}
#footer {
	text-align: center;
	background-color: #ffffff;
	height: 50px;
	width: 940px;
	font-size: 12px;
	line-height: 26px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer a {
	color: #32598A;
	text-decoration: none;
}

#content {
	padding-top: 32px;
	padding-right: 48px;
	padding-bottom: 16px;
	padding-left: 48px;
	position: relative;
}
a {
	color: #32598a;
}
#footer a:hover {
	text-decoration: underline;
}

#banner img {
	margin-bottom: 0px;
}

.topBannerPhoto {
	margin-bottom: 6px;
}

.middleBottomBannerPhoto {
	margin-right: 6px;
	margin-left: 6px;
}
a:hover {
	color: #B59860;
}
form {
	height: 178px;
	width: 402px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #32598a;
	margin-bottom: 38px;
	text-align: center;
	font-size: 16px;
	color: #424242;
	line-height: 40px;
	margin-top: 38px;
	padding-bottom: 10px;
}
.loginPwd {
	border: 1px solid #484848;
	height: 16px;
	width: 90px;
	margin-left: 5px;
	margin-right: 0px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
}
form img {
	margin-top: 10px;
}

input {
	margin-right: 4px;
}

form h1 {
	background-color: #32598a;
	font-family: Times, "Times New Roman", serif;
	color: #FFFFFF;
	font-size: 23px;
	font-weight: normal;
	line-height: 33px;
	margin-bottom: 16px;
}

