html {
	height: 101%;
}

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	font-size:13px;
	font-family: Trebuchet MS, tahoma, sans-serif, arial; 
	color:#0751A7;
 }

.homelogin {
	background-image: url(images/home_login.jpg);
	background-repeat: no-repeat;
	width: 249px;
	height: 123px;
}

.homeloginpad {
	padding-top: 35px;
}

.logintextfield {
	margin-left: 44px;
	margin-right: 17px;
	margin-bottom: 3px;
	height: 17px;
	width: 158px;
	background-color: #FFFFFF;
	border: 0px;
}

.loginbutton {
	margin-top: 5px;
	margin-right: 31px;
}

img {
	border:0;
}

.content {
	background-image: url(images/bg_main.jpg);
	background-repeat: repeat-y;
	background-position: bottom;
	width: 807px;
	text-align:left;
}

.sponsorcontent {
	background-image: url(images/bg_sponsor.jpg);
	background-repeat: repeat-y;
	background-position: bottom;
}

.signincontent {
	background-image: url(images/bg_signin.jpg);
	background-repeat: repeat-y;
	background-position: bottom;
}

.contentpad {
	padding-left:30px;
	padding-right:30px;
	padding-bottom: 30px;
}

.title {
	text-align:center;
	color:#0751A7;
	font-size:25px;
	font-weight:bold;
	line-height:0.8;}

a {
	color:#194279;
	font-weight:bold;
 }

a:hover {
	color:#194279;
	text-decoration:underline; }
/*
a.linkmenu {
	font-family: verdana, arial, tahoma, sans-serif;
	font-size:11px;
	color:#fff4dc;
	text-decoration:none; }

a.linkmenu:hover {
	font-family: verdana, arial, tahoma, sans-serif;
	font-size:11px;
	color:#fff4dc;
	text-decoration:underline; }
*/
a.linktitle {
	font-size:25px;
	color:#194279;
	font-weight:bold;
	text-decoration:none;
	line-height:0.8;
}

a.linktitle:hover {
	font-size:25px;
	color:#194279;
	font-weight:bold;
	text-decoration:underline;
	line-height:0.8;}

.highlight {
	background-color:#fffca5;
	color:#000000;
	}

td.legalHome {
	background-image:url(images/home_bottom.jpg);
	background-repeat:no-repeat;	
	height:64px;
	padding-top:15px; 
	text-align:center;
}
td.legal {
	background-image:url(images/inside_bottom.jpg);
	background-repeat:no-repeat;	
	height:71px;
	padding-bottom:10px; 
	text-align:center;
}
td.legalsponsor {
	background-image:url(images/inside_bottom_sponsor.jpg);
	background-repeat:no-repeat;	
	height:71px;
	padding-bottom:10px; 
	text-align:center;
}
td.legalsignin {
	background-image:url(images/inside_bottom_signin.jpg);
	background-repeat:no-repeat;	
	height:71px;
	padding-bottom:10px; 
	text-align:center;
}
.legal {
	font-size:12px;
	color:#ffffff;
	}

a.legal {
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
}

a.legal:hover {
	font-size:12px;
	color:#ffffff;
	text-decoration:underline;}

.small {
	font-size:12px;
	line-height:1.2;
	}

a.small {
	font-size:12px;
	color:#194279;
	text-decoration:none;
}

a.small:hover {
	font-size:12px;
	color:#194279;
	text-decoration:underline;}

.bullet {
	list-style-image: url(images/bullet.gif);
	border: 0px solid red;
	padding-top: 4px;
	_padding-top: -10px;
}

ul {
  margin: -10px;
  _margin-left: 25px;
  _margin-top: 5px;}

li{
margin: 1;
padding:1;}

p{
_margin-top: -5;}

.textfield {
	width: 175px;
}

.textfieldsmall {
	width: 100px;
}

.textfieldlarge {
	width: 250px;
}

#raffle {
	text-align:left; 
	line-height:18px;
}

#raffle .title {
	color:#0751A7;
	font-size:25px;
	font-weight:bold;
}
.error {
	font-weight:bold;
	color:#FF0000;
}

.textfield {
	width: 250px;
	border: 1px solid #0751A7;
}

.copy {
	color: #0751A7;
}

.copy a{
	color: #0751A7;
}