h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:32px;
	font-weight:bold;
	line-height:38px;
	text-align:center;
	letter-spacing: -1.5pt;
}
h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:normal;
	line-height:30px;
	text-align:center;
	letter-spacing: -1.5pt;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:23px;
	font-size:15px;
	text-decoration: none;
}
#p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:23px;
	font-size:15px;
	text-decoration: none;
}
#bg {
	background-image: url(images/bg2.jpg);
	background-repeat: repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#headercontainer {
	background-image: url(images/bg1.jpg);
	background-repeat: repeat-x;
	height: auto;
	width: 100%;
	padding-top: 21px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	overflow: hidden;
}
#header {
	background-image: url(images/header.png);
	height: 51px;
	width: 750px;
	margin-top: 17px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
#contentbg {
	background-image: url(images/contentbg.png);
	background-repeat: repeat-y;
	height: auto;
	width: 686px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	padding-top: 10px;
	padding-right: 50px;
	padding-left: 60px;
	background-position: center;
}
#footer {
	background-image: url(images/footer.jpg);
	height: 51px;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#box_it { 
clear: both; 
-moz-border-radius: 8px;
-o-border-radius: 8px;
-webkit-border-radius: 8px;
-khtml-border-radius: 8px;
border-radius: 8px;
border: 1px solid #cccccc;
} 
#button
			{
				text-align: center; 
				//font-family: 'Helvetica Neue', Helvetica, arial;
				//font-size: 16px; 
				//font-weight: normal;
				-moz-border-radius: 4px;
				-o-border-radius: 4px;
				-webkit-border-radius: 4px;
				-khtml-border-radius: 4px;
			}
			input
			{
				/* The color you want your input boxes to be */
				background-color: #FFFFFF;
				padding: 3px;
				/* The color you want the border of your input boxes to be */
				border: 1px solid #cccccc;
				font-weight: bold;
				-moz-border-radius: 4px;
				-o-border-radius: 4px;
				-webkit-border-radius: 4px;
				-khtml-border-radius: 4px;
			}
			input:hover
			{
				/* The color you want your input boxes to be when hovered */
				background-color: #BAFFC1;
			}
			input:focus
			{
				/* The color you want your input boxes to be when clicked */
				background-color: #f1f1f1;
				color: #0D8400;
			}
			input[type=submit]
			{
				cursor: pointer;
			}
.login_img {
	max-width: 600px;
	width: expression(this.width > 600 ? 600: true);
	max-height: 300px;
	height: expression(this.width > 300 ? 300: true);
}
.banner_img {
	max-width: 468px;
	width: expression(this.width > 468 ? 468: true);
	max-height: 60px;
	height: expression(this.width > 60 ? 60: true);
}
.banner125_img {
	max-width: 125px;
	width: expression(this.width > 125 ? 125: true);
	max-height: 125px;
	height: expression(this.width > 125 ? 125: true);
}
