/* CSS Document */
html,body{
	margin:0px;
	padding:0px;
	height:100%;
	border:none;
}
td, p, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0px 0px 7px 0px;
	padding: 0px 0px 2px 0px;
	border-bottom: 1px solid #CC0000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	margin: 10px 0px 7px 0px;
	padding: 0px 0px 2px 0px;
	color: #CC0000;
}
ul li {
	list-style-image: url(../images/bullet.gif);
}
.nopad {
	padding: 0px 0px 0px 20px;
	margin: 0px;
}
.tick {
	list-style-image: url(../images/bullet-tick.gif);
	padding-bottom: 10px;
}
input {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
textarea {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.mainTable {
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #CC0000;
}
.leftBG {
	background-image: url(../images/left-bg.gif);
	background-repeat: repeat-y;
}
.rightBG {
	background-image: url(../images/right-bg.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.contentTable {
	width: 750px;
	height: 100%;
}
.header {
	width: 750px;
	background-color: #000000;
	border-bottom: 5px solid #CC0000;
	border-top: 5px solid #CC0000;
	color: #FFFFFF;
}
.leftColumn{
	width: 240px;
	background-color: #000000;
	vertical-align: top;
	padding: 5px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 11px;
}
.content {
	background-color: #FFFFFF;
	width: 500px;
	height: 430px;
	padding: 5px;
	vertical-align: top;
}
.footer {
	width: 750px;
	height: 100%;
	background-image: url(../images/footer-bg.gif);
	background-repeat: repeat-y;
	vertical-align: top;
}
.imageCenter {
	text-align: center;
}
a.hlink {
	color: #FFFFFF;
	font-size: 11px; 
	text-decoration: none;
}
a.hlink:hover {
	color: #FFFFFF;
}
a.menu {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
	cursor: hand;
}
a.menu:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
