body, tr, td, th {
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height : 150%;
}

body {
	margin: 0px;
	overflow: auto;
	background-color: #FFFFFF;
}

th {
	text-align: left;
	background-color: #DDDDDD;
}

td#odd {
	background-color: #DDDDDD;
	vertical-align: top;
	height : 40px;
}

td#even {
	background-color: #EEEEEE;
	vertical-align: top;
}

h1 {
	text-transform: capitalize;
	font-size: 15px;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	color: #CC0000;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

ul, ol {
	padding-left: 10px;
	padding-right: 10px;
}

/* hyperlink styles */
a {
	color: #CC0000;
	text-decoration: none;
}

a.white {
	color: #FFFFFF;
}

a.black {
	color: #000000;
}

a.grey {
	color: #777777;
}

.logo {
	/* background-image:url(../images/logo.gif); */
	background-image: url(../images/header-left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

/* navigation bar styles */
.navbar {
	font-size: 10px;
	line-height : 100%;
	color: white;
	background-color: #666666;
	text-align: center;
	font-weight: bold;
	text-transform: capitalize;
	border-bottom: 1px solid black;
	border-top: 1px solid #666666;
}

.navbar_active {
	font-size: 10px;
	line-height : 100%;
	color: #CC0000;
	background-color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	text-transform: capitalize;
	border-top: 1px solid black;
	border-left: 1px solid #DDDDDD;
}

.navbar_vertical_column {
	background-color: #CCCCCC;
}

.navbar_title {
	font-weight: bold;
}

/* menu styles */
.menu {
	background-color: #F7F7F7;
}

.menu_button {
	background-image: url(../images/menu-button.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	width: 212px;
	height: 21px;
	text-indent: 19px;
	font-weight: bold;
	text-transform: capitalize;
	vertical-align: middle;
}

.menu_link {
	height: 24px;
	text-indent: 17px;
	vertical-align: middle;
}

.menu_search {
	text-align: left;
	text-indent: 19px;
	vertical-align: middle;
	background-color: #F7F7F7;
}

/* main (middle section) styles */
.main {
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 17px;
	padding-right: 17px;
}
.main1 {
	font-size: 12px;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 17px;
	padding-right: 17px;
}
.main2 {
	font-size: 14px;
	padding-left: 7px;
	padding-right: 7px;
}

/* spotlight styles */
.spotlight {
	background-color: #F7F7F7;
	border-right: 1px solid #DDDDDD;
}

.spotlightbar {
	background-image: url(../images/header-right.jpg); 
	background-repeat: no-repeat;
	background-position: right top;
	height: 24px;
	color: white;
	text-align: right;
	font-weight: bold;
	text-transform: capitalize;
}
.spotlightbar2 {
	background-image: url(../images/header-right2.jpg); 
	background-repeat: no-repeat;
	background-position: right top;
	height: 23px;
	color: white;
	text-align: left;
	font-weight: bold;
	vertical-align: middle;
	text-transform: capitalize;
}

.spotlightbar3 {
	background-image: url(../images/header-right2.jpg); 
	background-repeat: no-repeat;
	background-position: right top;
	height: 23px;
	color: white;
	text-align: left;
	font-weight: bold;
	vertical-align: middle;
	text-transform: capitalize;
}

/* footer styles */
.footer {
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}

.footer_text {
	color: #666666;
	font-size: 7pt;
	line-height: 16px;
	letter-spacing: 1.25px;
	text-align: center;
	vertical-align: middle;
}

table#scoringprograms {
	border: 1px solid black;
}

.bold {
	font-weight: bold;
}