/****** MAIN TEMPLATE FORMATTING *******/
body {
	text-align: center;
	margin: 20px 0px 0px 0px;
	font-family: Verdana, helvetica, arial, sans-serif;
	background-color:#ffffff;
}

p {
	text-align: left;
}

table.main {
	border: 1px solid black;
	margin-left:auto; 
	margin-right:auto;
	width: 750px;
}

td.body {
	padding: 15px 50px 30px 40px;
	text-align: left;
	width: 633px;
}

td.body p.indent {
	margin-left:2em;
}

/**** NAVIGATION ****/

td.navigation {
	padding: 30px 0px 30px 0px;
	text-align: left;
	width: 117px;
}

td.navigation p {
	font-family: 'Trebuchet MS', verdana, helvetica, arial, sans-serif;
	font-size: 0.9em;
	color: #600701;
	font-weight: bold;
	margin: 0px 0px 1.25em 35px;
	line-height: auto;
}

td.navigation p.currentSection {
	margin-left: 17px;
}

img.pointer { margin: 0 5px 0 0; vertical-align: middle; }

td.navigation a, td.navigation a:visited {
	color: #DC1902;
	text-decoration: none;
}

td.navigation a:hover {
	color: #FE7A17;
}

td.bottomBar {
	height: 15px;
	background-image: url('/images/template/bottom-bar.jpg');
}

div.footer {
	width:750px; 
	margin-top: 2em;
	margin-bottom: 2em;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.8em;
	line-height: 1.5em;
}

div.footer p {
	text-align: center;
}

/****** BASIC TEXT STYLES *******/
h1 {
	font-family: Tahoma, verdana, helvetica, sans-serif;
	font-size: 1.75em;
	color: #DC1902;
	margin-top: 0em;
	margin-bottom: 0.25em;
	font-weight: normal;
	text-align:left;
}

h2 {
	font-family: Tahoma, verdana, helvetica, sans-serif;
	font-size: 1.25em;
	color: #DC1902;
	margin-top: 1.75em;
	margin-bottom: 0.25em;
	font-weight: normal;
	text-align:left;
}

h3 {
	font-size: 0.9em;
	margin-top: 1.5em;
	margin-bottom: 0.25em;
	font-weight: bold;
	text-align:left;
}

td.body p {
	font-size: 0.8em;
	line-height: 1.25em;
	margin-left: 0.25em;
	margin-top:0em;
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 1.5em;
	text-align: left;
}

li, ul.inner li {
	line-height: 1.25em;
	margin-left: 0.25em;
	margin-top:0em;
	margin-bottom: 0.75em;
	text-align: justify;
	line-height: 1.5em;
	font-size: 0.8em;
}

ul li {
	list-style-type: square;
}

li li {
	font-size: 1em;
}

a {
	color: #BE1104;
	text-decoration: underline;
}

a:visited {
	color: #5D0600;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
}

hr {
	height: 1px;
	background:#ffffff;
	border-bottom: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-color: #000000; 
	margin-left: 0.25em;
}

table.basic {
	margin-left: 1em;
	margin-top: 1em;
}

table.basic td {
	font-size: 0.8em;
	padding: 0.4em 0.75em 0.4em 0.75em;
}

table.smallPad td {
	padding: 0.2em 0.5em 0.5em 0.2em;
}

table.dataTable {
	border: 1px solid #000000;
	border-collapse: collapse;
	margin-left: 1em;
	margin-top: 1em;
}

table.dataTable td {
	border: 1px solid #000000;
	font-size: 0.8em;
}

table.dataTable tr.heading td {
	font-weight: bold;
	font-size: 0.9em;
	padding: 0.25em 0.5em 0.25em 0.5em;
	background-color: #F22F02;
	color: #ffffff;
}


div.header {
	display: none;
	visibility: hidden;
}

/**** BUTTONS *****/
input.btn {
	background:url('/images/button-bg.gif');	
	border-style: inset;
	border-color: #DE1400;	
	border-width:2px;
	background-color:#CD4106;
	text-decoration: none;   
	text-align: center;
	font-face: Tahoma, Verdana, arial, sans-serif;
	font-weight: bold;
	color:#ffffff;
	padding:2px;
}

input.btnover {
	border-style: inset;
	border-color: #EA4500;	
	border-width:2px;
	background-color:#EA4500;
	text-decoration: none;   
	text-align: center;
	font-face: Tahoma, Verdana, arial, sans-serif;
	font-weight: bold;
	color:#ffffff;
	padding:2px;
}
