/* Comment Line */
body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
td {
	line-height: 1.2em;
	text-align: center;
	font-weight: bold;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #075F8D;
}
a:hover {
	color: #CBDDE4;
}
UL { 
	list-style-image: url("images/drop.gif"); 
}
div {
	position: relative;
}
#page-bg {
	background: #003366;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
}
#page-border {
	position: relative;
	background: #FFFFFF;
	width: 920px;
	margin: auto;
}
#header {
	padding: 10px;
	border-bottom:  #003366 solid 2px;
}
#content {
	padding: 8px;
	position: relative;
}
#copyright {
	position: absolute;
	bottom: 5px;
}
.clear-floats {
	clear: both;
}
#footer {
	background: #ffffff;
	clear: both;
	width: 900px;
	margin: auto;
	padding-left: 15px;
}
img {
	border: #003366 solid 6px;
}
.no-border {
	border: none;
}


.heading1 {
	font-weight: bold;
	font-size: 24px;
	line-height: 1.5em;
	color: #003366;
	text-align: center;
}
.heading2 {
	font-weight: bold;
	font-size: 15px;
	background: url(images/outline-sides.jpg) top center repeat-y;
	color: #FFFFFF;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.heading2 {
	font-weight: bold;
	font-size: 18px;
	color: #075F8D;
}
.heading3 {
	font-weight: bold;
	font-size: 18px;
	color: #075F8D;
	padding-left: 35px;
}
.text4 {
	padding: 0 35px;
	line-height: 1.5em;
	font-weight: normal;
	text-align: left;
	font-size: 12px;
}
.outline-bottom {
	background: url(images/outline-bottom.jpg) bottom center no-repeat;
}
.text-with-indent {
	margin-left: 25px;
	line-height: 1.5em;
}
/*************************************/
/*    For the Form                   */
/*************************************/
form {
	border: 1px #999999 solid;
	background-color:#cccccc;
	padding: 8px;
	width: 520px;
}
label {  
	display: block;
	margin-top: 10px;
	font-size: .95em;
}
.top-margin {
	margin-top: 10px;
	margin-left: 15px;
}

