/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */
	background-color: #FFFFFF;
	background-image: url(images/pg1_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, ul, li, lo, td, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p, td, div {
	font-size: 12px;
}
h1 {
	color: #009;
	font-size: 28px;
	margin: 0px;
}
h2 {
	color: #c00;
	font-size: 16px;
	margin: 0px;
}
h3 {
	color: #c00;
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
}
a:visited {
}
a:hover {
}
a:active {
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/*Collapses borders that some browsers automatically apply to tables. */
table, td, th  {	
	border-collapse: collapse;
}

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
}

/* Styles the table that serves as the container for the content and navigation.*/
table#container {
}

/* Aligns content in the tableContainer's td tags to the top. Same as <td valign="top">. */
table#container td {
	vertical-align: top;
}
/* Creates the div container for the footer. */
div#footer {
	text-align: center;
}
div#footer p {
	text-align: center;
}
div#footer h1 {
	color: #009;
	font-size: 18px;
	margin: 0px;
	text-align: center;
}
div#footer h2 {
	color: #c00;
	font-size: 16px;
	font-style: italic;
	margin: 0px;
	text-align: center;
}

div#copyright {
	font-size: 9px;
	text-align: center;
}


/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
	margin-right: 10px;
}
img.right {
	float: right;
	margin-left: 10px;
}
clear {
	clear: both;
}

/* ----------------- CUSTOM CLASSES ----------------- */

.center {
	text-align: center;
}


/* ----------------- SINGLE COLUMN FORM ------------------- */
div#form {
	width: 674px;
	text-align: left;
	margin: 0 0 0 0px;
	padding: 0 0 0 20px;
}
form p {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
input {
	margin-bottom: 10px;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
textarea {
	margin-bottom: 10px;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
label {
	padding: 5px 20px 0 0;
	display: block;
	float: left;
	width: 128px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #800000;	
}
div#ps {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 15px;
	text-align: left;
}

input.radio {
	width: 25px;
	}
