
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

h1 {
	font-size: 16pt;
}

h2 {
	font-size: 13pt;
	margin: 12pt 0pt 4pt 0pt;
}

h3 {
	font-size: 10pt;
}

a {
	color: #555555;
}


.quote {
	font-style: italic;
}


/**
 * Lists
 */


/**
 * Error
 */
	.error {
		color: red;
		font-weight: bold;
	}

/**
 * Header
 */
	.header-table {
		//width: 770px;
		width: 100%;
		height: 56;
		background-color: #04658E;
		padding: 0px;
		border-collapse: collapse;
		border: 0px;
		vertical-align: top;
	}
	
/**
 * Body
 */
	.body-table {
		//width: 770px;
		width: 100%;
		background-color: #ffffff;
		padding: 0px;
		border-collapse: collapse;
		border: 0px;
		text-align: left;
		vertical-align: top;
	}
	
	.body-table-left {
		padding: 0px 0px 30px 0px;
		vertical-align: top;
		width: 144px;
	}
	
	.body-table-center {
		text-align: left;
		vertical-align: top;
		width: 100%;
		padding: 100px 10px 30px 50px;
	}
		
 	.body-table-right  {
		vertical-align: top;
		width: 280;
		padding-bottom: 30px;
	}
	
	.body-table-right-job-title {
		vertical-align: bottom;
		margin: 40px 20px 0px 80px;
		text-align: right;
		font-size: 14pt;
		font-weight: bold;
	}

	.body-table-right-desc {
		position: relative;
		vertical-align: bottom;
		margin: 360px 10px 0px 80px;
		font-size: 8.5pt;
	}


/**
 * Left Nav
 */
	div.left-nav {
		margin: 65px 0px 0px 20px;
	}

	div.left-nav p {
		padding-bottom: 2px;
	}
	
	div.left-nav a {
		font-weight: bold;
		color: black;
		text-decoration: none;
	}
	
	div.left-nav a:hover {
		color: gray;
	}
	
/**
 * Form
 */
	td.form-title {
		vertical-align: top;
		font-weight: bold;
		text-align: right;
		white-space: nowrap;
		padding-top: 4px;
	}
		
	.input-text {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9pt;
		height: 23px;
		width: 180px;
		padding: 3px;
		border: solid 1px #04658E;
	}
	
	.input-select {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9pt;
		height: 23px;
		padding: 3px;
		border: solid 1px #04658E;
	}
	
	.input-textarea {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9pt;
		height: 100px;
		width: 280px;
		padding: 3px;
		border: solid 1px #04658E;
	}
	
	.input-submit {
		font-family: Arial, Helvetica, sans-serif;
		background-color: #04658E;
		font-size: 9pt;
		color: #ffffff;
		font-weight: bold;
		height: 30px;
		width: 110px;
		padding: 3px;
		border: solid 1px #ffffff;		
	}

	.input-submit-signup {
		font-family: Arial, Helvetica, sans-serif;
		background-color: #04658E;
		font-size: 9pt;
		color: #ffffff;
		font-weight: bold;
		height: 30px;
		width: 200px;
		padding: 3px;
		border: solid 1px #ffffff;		
	}
/**
 * Footer
 */
	.footer-table {
		//width: 770px;
		width: 100%;
		height: 52;
		background-color: #04658E;
		text-align: center;
		color: white;
		font-size: 8pt;
		padding: 0px;
	}

	a.footer:link {
		font-weight: bold;
		color: #ffffff;
		text-decoration: none;
	}
	
	a.footer:visited {
		font-weight: bold;
		color: #ffffff;
		text-decoration: none;
	}
	
	a.footer:hover {
		font-weight: bold;
		color: #000000;
		text-decoration: none;
	}
	
	a.footer:active {
		font-weight: bold;
		color: #000000;
		text-decoration: none;
	}
	
/**
 * Development
 */
	.question {
		color: red;
	}