@charset "UTF-8";
/* CSS Document */

body {
	background-color: #E4E4E4;
	margin: 0px;
	padding-bottom: 30px;
}
div#flash {
	height: 350px;
	width: 883px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
}
div#content {
	width: 883px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	color: #333333;
	font-size: 10px;
	line-height: 20px;
}
div#bottom {
	height: 34px;
	width: 883px;
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 10px;
	color: #666666;
	padding-top: 18px;
}
.tableFull {
	width: 796px;
	margin-left: 40px;
}
.tableLeft {
	width: 225px;
}
.tableMid {
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 18px;
}
.tableMid a{
	color: #235FAA;
	text-decoration: none;
	font-size: 12px;
}
.tableMid a:hover{
	color: #333333;
}
ul {
	margin: 0px;
	list-style-type: none;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	color: #333333;
	font-size: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
li {
	padding-bottom: 2px;	
}
li a {
	color: #333333;
	text-decoration: none;
}
li a:hover {
	color: #0066FF;		
}
h1 {
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 16px;
	color: #333333;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
