@charset "utf-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.header {
	position:absolute;
	width: 100%;
	background-image:url(headerbg.jpg);
	height: 45px;
	background-repeat: repeat-x;
	background-color: #3c3c3c;
	top: 0px;
}

.header-bar {
	position: absolute;
  width: 100%;
  height: 100px;
	top: 45px;
	left: 0px;
	text-align:left;
  background-image:url(avl-bar.png);
  background-size:100%;
  background-repeat:no-repeat;
}

.logo {
	position: absolute;
	left: 100px;
	top: 120px;
	text-align:left;
}

.content {
	position: absolute;
	top: 170px;
	left: 80px;
	text-align:left;
  min-height:600px;
}



H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 32px;
	color: #222222;
	margin-left: 20px;
	margin-right: 20px;
}


p {
	font-family: Arial, Helvetica, sans-serif;	
	font-weight: normal;
	font-size: 18px;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
}




H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 20px;
	line-height: 20px;
}

HR {
	border-top:solid 0px #FFFFFF;
	border-bottom: 1px dotted #999999;
	width: 95%;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 20px;
}

a:link {
	color: #3D4B9F;
	text-decoration: none;
}

a:visited {
	color: #3D4B9F;
	text-decoration: none;
}

a:hover {
	color: #3D4B9F;
	text-decoration: underline;
}

.footer {
	background-image:url(adobe_logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 55px;
	padding-left: 30px;
	margin-left: 20px;
	margin-top: 30px;
}

li {
	padding-top: 6px;
	padding-bottom: 6px;
	overflow:auto;
	margin-top:0px;
	margin-bottom:0px;
	clear:both;
	margin-left: 0px;
}

label {
	width: 180px;
	float:left;
	padding-top: 8px;
	text-align: right;
	margin-right: 20px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}

input {
	width: 200px;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url('textfield.png') no-repeat;
	border: none;
}

.greyBtn {
	 background: white url('greyBtn.png') no-repeat top;
      width: 90px;
      height: 28px;
      color:#333333;
	  border: none;
}

.blackBtn {
	 background: white url('blackBtn.png') no-repeat top;
      width: 90px;
      height: 28px;
      color:white;
	  border: none;
}

ul {
	padding-left: 0px;
	list-style: none;
}

br.clear-both{
  clear:both;
}

/*
form {
	-moz-box-shadow: 0px 1px 3px #333;	
	-webkit-box-shadow: 0px 1px 3px #333;
	box-shadow: 0px 1px 3px #333;
	background-color: #EFEFEF;
	margin-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
}
*/