/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	height: 100%;
	width: 100%;
}

form {
	margin: 0px;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

img {
	border: none;
}

h1 {
	font-size: 17px; 
	font-weight: bold;
	padding: 0px;
	margin: 5px 0px 10px 0px;
}

h2 {
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
}

h3 {
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	text-transform: uppercase;
}

a {
	color: #0000FF;
}

a:hover {
	color: #000099;
	text-decoration: underline;
}

p {
	margin: 0px 0px 10px 0px;
}

ul {
	margin: 0px 0px 10px 25px;
}

li {
	margin: 0px 0px 5px 0px;
}

div.clear {
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	font-size: 0px;
	height: 0px;
	width: 100%;
	clear: both;
}




/* Page Controls - No backgrounds on these or they go all funky one pixel difference */
#fullScreen {
	width: 100%;
}

#screenTop {
	width: 100%;
	text-align: center; /* older IE fix for center align */
}


#screenMiddle {
	width: 100%;
	text-align: center; /* older IE fix for center align */
}

#screenBottom {
	width: 100%;
	text-align: center; /* older IE fix for center align */
}

#header, #mainContent, #footer {
	margin: 0px auto;
	text-align: left; /* older IE fix for center align */
	width: 760px;
	margin-top: 10px;
}




#header {

}

#header div.orignalURL {
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	width: 100%;
	line-height: 15px;
	color: #003366;
	padding: 7px 0px 7px 0px;
}

#mainContent {

}

#footer {
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	line-height: 30px;
	color: #003366;
}

