@charset "utf-8";
/* CSS Document */

#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 130px;
	height: 1100px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #1A2A68;
	background-image: url(../images/template_imgs/sidebar-blue-4.jpg);
	margin: 0px;
	background-repeat: repeat-y;
	display: none;
}
#maincontent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	float: left;
	width: 630px;
	font-size: 10pt;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#vendorcontent {
	width: 630px;
	height: auto;
}
#formcontents {
	width: 630px;
	padding-left: 0px;
	height: 310px;
}
#formcontents #vendor {
	height: 140px;
	width: 630px;
}

#instructions {
	background-color: #F0F0F0;
	width: 620
	px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	height: 230px;
}
#instructions p {
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	line-height: 1.5em;
}

#navbar {
	background-color: #000000;
	height: 20px;
	width: 780px;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	display: none;
}
#footer {
	background-color: #DDDDDD;
	padding: 0px;
	width: 780px;
	clear: both;
	float: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: none;
}
#lownavbar {
	background-color: #000000;
	height: 20px;
	color: #FFFFFF;
	padding: 0px;
	float: left;
	width: 780px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
	border-left-color: #000000;
	display: none;
}
#t-submit {
	color: #F00;
	display: none;
}
#submit {
	display: none;
}
#u-printform {
	display: none;
}
#header #banner {
	height: 90px;
	width: 650px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/banner_paypal.gif);
}
#header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin: 0px;
	background-color: #3A396D;
	height: 120px;
	width: 650px;
}
#pay_instructions {
	width: 630px;
}
