body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff; background-image:url(images/background.jpg); background-repeat:repeat-x; 
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	background-color: #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

img {
	border: 0px;
}


.text {
	color: #6a6a6a;
	font-family: Tahoma,arial;
	font-size: 12px;
}

.header {
	color:#FFFFFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:20px;
}

p {
	color: #6a6a6a;
	font-family: Tahoma,arial;
	font-size: 12px;
}

p strong {
	color: #234090;
}

td {
	color: #6a6a6a;
	font-family: Tahoma,arial;
	font-size: 12px;
}

.border{
	border-color:#234090;
	border-style:solid;
	border-width:1px;
}

.newsverborder{
	border-bottom-color:#234090;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
	

li {
	color: #6a6a6a;
	font-family: Tahoma,arial;
	font-size: 12px;
}


.label {
	color: #6a6a6a;
	font-family: Tahoma,arial;
	font-size: 12px;
	font-weight: bold;
}

.title {
	color: #234090;
	font-family: Tahoma,arial;
	font-size: 14px;
	font-weight: bold;
}

.subtitle {
	color: #234090;
	font-family: Tahoma,arial;
	font-size: 12px;
	font-weight: bold;
}

.subtitle2 {
	color: #7b7b7b;
	font-family: Tahoma,arial;
	font-size: 11px;
	font-weight: normal;
}


.smalltext {
	color: #9f9f9f;
	font-family: Tahoma, arial;
	font-size: 11px;
}

.formfield {
	color: #7ca60c;
	font-family: Tahoma, arial;
	font-size: 12px;
}

.resulttitle {
	color: #6a6a6a;
	font-family: Tahoma, arial;
	font-size: 11px;
	font-weight: bold;
}

.won {
	color: #7ca60c;
	font-family: Tahoma, arial;
	font-size: 11px;
}

.loss {
	color: #d16a26;
	font-family: Tahoma, arial;
	font-size: 11px;
}



.legal 	{ font-family: arial; font-size: 11px; font-weight: normal; color: #b6b6b6; line-height: 16px; text-decoration: none; }
.copyright  	{ font-family: arial; font-size: 11px; font-weight: normal; color: #7b7b7b; line-height: 16px; text-decoration: none; }




/* div styles */

.greydots{
	border-bottom: dotted; border-bottom-color: #9f9f9f; border-bottom-width: 1px;
}


a:link, a:visited, a:active  	{ font-family: Tahoma; font-size: 12px; font-weight: normal; color: #0288d1; line-height: 16px; text-decoration: underline; }
a:hover		{ color: #234090; text-decoration: underline;}

a.events:link, a.events:visited, a.events:active  	{ font-family: Tahoma; font-size: 12px; font-weight: normal; color: #0288d1; line-height: 16px; text-decoration: none; }
a.events:hover		{ color: #234090; text-decoration: none;}

a.navtitle:link, a.navtitle:visited, a.navtitle:active  	{ font-family: Tahoma; font-size: 14px; font-weight: normal; color: #4a4a4a; line-height: 22px; text-decoration: none; }
a.navtitle:hover		{ color: #000000; text-decoration: none;}

a.navsub:link, a.navsub:visited, a.navsub:active  	{ font-family: Tahoma; font-size: 11px; font-weight: normal; color: #7b7b7b; line-height: 16px; text-decoration: none; }
a.navsub:hover		{ color: #4a4a4a; text-decoration: none;}


.dotbreaker {
width: 780px;
	border-top: dotted;
	border-top-width: 1px;
	border-top-color: #c0c0c0;
	margin-top: 48px;
}

.dotbreaker2 {
	border-bottom: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #c0c0c0;
	padding-bottom:5px;
}

.menu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font-family:arial;
	font-weight:normal;
	}
.menu ul{
background-color: transparent;
	height:26px;
	list-style:none;
	margin:0;
	padding:0;
	}
	.menu li{
		float:left;
		padding:0px;
		}
	.menu li a{
		background:#FECD16 bottom right no-repeat;
		color:#333333;
		display:block;
		font-size:11px;
		font-weight:bold;
		line-height:26px;
		margin:0px;
		padding:0px 15px;
		text-align:center;
		text-decoration:none;
		}
		.menu li a:hover, .menu ul li:hover a{
			background: #FFE11A  bottom center no-repeat;
			color:#333333;
			text-decoration:none;
			}
	.menu li ul{
		background:#FECD16;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:225px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		
		}
	.menu li li {
		background:bottom left no-repeat;
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:225px;
		}
	.menu li:hover li a{
		background:none;
		
		}
	.menu li ul a{
		display:block;
		height:26px;
		font-size:11px;
		font-style:normal;
		font-weight: bold;
		margin:0px;
		padding:0px 0px 0px 15px;
		text-align:left;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
			background: #FFE11A center left no-repeat;
			border:0px;
			color:#333333;
			text-decoration:none;
			}
	.menu p{
		clear:left;
		}	


