/* Code for making a full height layout */
* {
}
html, body {
	height: 100%;
}
/* fixes IE6 */
* html #container {
	height: 100%;
}
#container {
	min-height: 100%;
}
/* end full height layout code */

body {
	background-color: #B8B8B8;
	background-image: url(../images/bg_line.jpg);
	background-position: top;
	background-repeat: repeat-x;
	color: #646464;
}

body, div, table, tr, th, td, form, img, p {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

body div, table, tr, th, td, form, p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}


h1, h2, h3, h4, h5, h6, p {
	position: relative; /* fixes issue in IE6 when headers some times disappear */
}

h1 {
	font-size: 24px;
	color: #868686;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 0;
	text-align: left;
}

h3 {
	font-size: 12px;
	color: #981B1E;
	margin: 0;
	padding: 0;
	text-align: left;
}

p {
	margin: 10px 0px 10px 0px;
	text-align: left;
}

/* a styles */

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #9DB3CA;
}

/* list styles */

ul, li {
	text-align: left;
}


/* hr styles */

hr {
	border:none;
	border-bottom:1px solid #DCA442;
	height:1px;
	margin:0 20px 0 20px;
	width:760px
}

/* table styles */

table{
	padding:10px 53px 10px 42px;
}
