@charset "UTF-8";

html { 
    height: 100%; 
	background-color: #F3F3F3;
} 

body { 
	margin: 0;
	height: 100%;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #9C1C21;
	letter-spacing: 3px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #990000;
	letter-spacing: 3px;
	text-align:center;
	
}

h3 {
	color: #990000;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-indent: 0px;
}
	
ul.right  {
	list-style-position:inside;
	list-style-type: square;
	color: #990000;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-indent: 0px;
	text-transform: uppercase;
}
ul.left  {
	list-style-position:inside;
	list-style-type: square;
	color: #990000;
	font-size: 12px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-indent: 0px;
}
li:first-line  {
	color: #000000;
	
}

img.textR {
	float: left;
	margin: -17px 0 0 0;
}

a:link.text {
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	text-decoration: none;
	font-weight: bold;	
}
a:active.text {
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}
a:hover.text {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	text-decoration: none;
	font-weight: bold;
}
a:visited.text {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

p.copy {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	line-height: 20px;	
}


td.column1 {
	border-right-color: #666666;
	border-right-style: dotted;
	border-right-width: 1px;
	padding-right: 20px;
}
td.column2 {
	border-right-color: #666666;
	border-right-style: dotted;
	border-right-width: 1px;
	padding-right: 20px;
	padding-left: 20px;
}
td.column3 {
	padding-left: 20px;
}
#container {
	height:100%;
	width: 100%;
	min-width: 865px;
	margin: 0 0 -61px 0;
	clear: both;
}

#imageband {
	height: 300px;
	clear: left;
	background-color:#9C1C21;
	margin: 0 auto;
	padding: 10px 0 10px 0;
	background-image: url(../images/imageband.jpg);
	background-position: 0 10px;
	background-repeat: no-repeat;
	border-top: solid;
	border-top-color: #666666;
	border-top-width: 1px;
	border-bottom: solid;
	border-bottom-color: #666666;
	border-bottom-width: 1px;
}
#content {
	float: left;
	width: 500px;
	text-align: justify;
	padding-right: 50px;
	margin: 30px 0 70px 50px;
	border-right-color: #666666;
	border-right-style: dotted;
	border-right-width: 1px;
	
}

#content2 {
	float: left;
	text-align: left;
	margin: 30px 0 30px 0;
	min-width: 250px;
}
 
#legal { 
	position:relative;
	clear: both;
	bottom:0;  
    width: 100%;
	height: 60px; 
	background-color: #E8E8E8;
	border-top: solid;
	border-top-color: #CCCCCC;
	border-top-width: 1px;
	
}

#legal p {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #333333;
	line-height: 30px;
}
#header {
	float: left;
	left: 10px;
	min-width: 350px;
	height: 106px;
	padding: 10px 0 10px 15px;
}
#nav {
	float: left;
	height: 66px;
	margin: 60px 0 0 40px;
	vertical-align: bottom;
	border-right-color: #666666;
	border-right-style: dotted;
	border-right-width: 1px;
}

a:link.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	height: 15px;
	vertical-align: baseline;
	border-left-color: #666666;
	border-left-style: dotted;
	border-left-width: 1px;
	padding: 40px 10px 10px 10px;
	text-align: center;
	float: left;
	
}
a:active.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	height: 15px;
	vertical-align: baseline;
	border-left-color: #666666;
	border-left-style: dotted;
	border-left-width: 1px;
	padding: 40px 10px 10px 10px;
	text-align: center;
	float: left;
}
a:hover.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	height: 15px;
	vertical-align: baseline;
	border-left-color: #666666;
	border-left-style: dotted;
	border-left-width: 1px;
	padding: 40px 10px 10px 10px;
	text-align: center;
	float: left;
	background-color: #E8E8E8;
}
a:visited.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	height: 15px;
	vertical-align: baseline;
	border-left-color: #666666;
	border-left-style: dotted;
	border-left-width: 1px;
	padding: 40px 10px 10px 10px;
	text-align: center;
	float: left;
}

