html,body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {		
	font-family: tahoma, Verdana, Arial, sans-serif;
	text-align: center;
	color: #004883;
	font-size: 80%;
}

h1 {
	font-size: 160%;
}

h2 {
	font-size: 140%;
}

form {
	margin: 0px;
	padding: 0px;
}

.caption {
	font-size: 95%; 
	margin: 0px 0px 5px 0px; 
	padding: 0px;
	text-align: center;
}

a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}
		
#container {
	margin: 0 auto;
	width: 985px; 
	min-height: 100%;
	text-align: left;
	background: url(images/img-container-background.jpg) repeat-y;
	position: relative;
}

#content {
	width: 750px;
	padding: 10px;
}

#leftCell {
	float: left;
	width: 200px;
}

#rightCell {
	margin-left: 203px;
	background: url(images/img-content-background.jpg) no-repeat;
	background-position: right 100px;
}

*html #rightCell {
	float: right;
	margin-left: 0px;
	clear: left;
}

#header {
	height: 146px;
	width: 782px;
	background: url(images/img-header.jpg);
}

#navigation {
	width: 203px;
	color: #ffffff;
	font-size: 90%;
	float: left;
}

.menu a {
	color: #ffffff;
	text-decoration: none;
}

.menu a:hover {
	text-decoration: underline;
}

.menu {
	padding-left: 0px;
	margin-left: 8px;
	margin-top: 10px;
	position: relative;
}

.menu li {
	list-style-type: none;
	background: url(images/img-bullet.png) no-repeat;
	background-position: 0px 5px;
	padding-left: 25px;
	padding-top: 4px;
	padding-bottom: 5px;
	line-height: 20px;
	behavior: url(iepngfix.htc);
}

*html .menu li {
	padding-top: 0px;
}

*html .menu {
	width: 170px;
}

.list {
	padding-left: 0px;
	margin-left: 8px;
	margin-top: 10px;
}

.list li {
	list-style-type: none;
	background: url(images/img-bullet.png) no-repeat;
	background-position: 0px 2px;
	padding-left: 25px;
	padding-top: 4px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	behavior: url(iepngfix.htc);
}

*html .list li {
	padding-top: 0px;
}

#footer	{
	position:absolute;
	bottom: 0px;
	width: 777px;
	height: 65px;
	background: url(images/img-footer.jpg) no-repeat;
	padding-top: 5px;
	padding-left: 10px;
}

#footer p {
	margin: 0px;
	padding: 0px;
}

#clearfooter {
	height: 70px;
	overflow: hidden;
	width: 100%;
	clear: both;
}

.submitButton {
	border: 1px solid #000000;
	background-color: #0259a0;
	color: #ffffff;
	margin-bottom: -2px;
	font-weight: bold;
}

#information {
	text-align: center;
}

.imgBorder {
	border: 1px solid #004883;
}

#quote {
	border: 1px solid #004883;
	width: 682px;
	margin-left: 8px;
}

.inputFields {
	border: 1px solid #004883;
	color: #004883;
	font-family: tahoma, Verdana, Arial, sans-serif;
	width: 200px;
	font-size: 100%;
}

.errorformtext {
	border: 1px solid #004883;
	color: #004883;
	background-color: #eaf4fa;
	font-family: tahoma, Verdana, Arial, sans-serif;
	width: 200px;
	font-size: 100%;
}

.inputSelect {
    border: 1px solid #004883;
	color: #004883;
	font-family: tahoma, Verdana, Arial, sans-serif;
	width: 202px;
	#width: 204px;
	height: 18px;
	#height: 20px;
	margin: -1px 0px 0px -1px;
}

.selectContainer {
  border: 1px solid #004883;
  position: relative; 
  overflow: hidden;
  width: 200px; 
  #width: 202px; 
  height: 18px;    /* width and height of the border around the select list */
}

img { behavior: url(iepngfix.htc) }

/* chrome will only read this statement */
body:nth-of-type(1) .inputSelect {
	height: 20px;
}
/* ------------------------------------ */

.formTable p {
	margin: 0px;
	padding: 0px;
}

/* CODE REQUIRED FOR NEWS TICKER TO FUNCTION. REMOVE IF NO TICKER REQUIRED */
#ticker {
	width: 300px;
	height: 110px;
	margin-top: 10px;
}
/* END CODE */