body {
	margin:0px;
	font-size:10pt;
	font-family:Arial;
	color:#FFC23B;
	background-color:#182033;

}

a:link {
	color:#FFC23B;
	text-decoration:none;
}

a:visited {
	color:#FFC23B;
	text-decoration:none;
}

a:active {
	color:#FFC23B;
}

a:hover {
	color:#B51112;
	text-decoration:none;
}

img {
	border-width:0px;
}

h1 {
	color:#FFFFFF;
	font-size:14pt;
	font-style:oblique;;
}

h2 {
	color:#FFFFFF;
	font-size:12pt;
	font-style:oblique;;
}

h3 {
	color:#FFC23B;
	font-size:12pt;
	font-style:oblique;;
}

select {
	font-size:8pt;
	width: 150px;
}

input {
	width:150px;
	font-size:8pt;
}

input.small {
	width:50px;
}

textarea {
	font-size:8pt;
	width:380px;
}

textarea.large {
	font-size:8pt;
	width:700px;
	height:100px;
}

th {
	text-align:left;
	color:#FFC23B;
}

.error {
	color:#B51112;
}

.inline_error {
	font-size: 8pt;
	color: #B51112;
}


.navigation {
	width:100%;
	height:160px;
}

.subtitle {
	font-size:18pt;
	font-weight:bold;
	font-style:oblique;
}

.header {
	font-weight:bold;
	font-style:oblique;
}
.header a:hover {
	color:#FFC23B;
	text-decoration:none;
	
}
.bold {
	font-weight:bold;
}

.even {
	background-color:#182033
}

.odd {
	background-color:#2F4F4F
}

.centered {
	text-align:center;
}

.pic {
	width:100px;
}

.smallpic {
	width:150px;
}

.bioimg {
	background-image:url('./images/jersey2.png');
	background-repeat:no-repeat;
	width:200px;
	height:200px;
	text-align:center;
	font-size:60pt;
	font-style:normal;
	font-weight:normal;
	font-family:"Imprint MT Shadow";
}

.thumb {
	text-align:center;
	width:250px;
}

form .formFieldName {
	width:150px;
}
/* navigation */
table.nav {
	border-width:0px;
	border-spacing:0px;
	border-style:solid;
	padding:0px;
	width:1024px;
	
}

table.nav .body a:link {
	color:#FFC23B;
	font-weight:bold;
}

table.nav .body a:visited {
	color:#FFC23B;
	font-weight:bold;
}

table.nav .body .hover a:link {
	color:#182033;
	text-decoration:none;
}

table.nav .body .hover a:visited {
	color:#182033;
	text-decoration:none;
}


table.nav .body .hover a:hover {
	color:#182033;
	text-decoration:underline;
}

table.nav .body {
	width:100%;
	height:50px;
	background-color:#B51112;
	border-left-width:0px;
	border-right-width:0px;
	border-top-width:8px;
	border-bottom-width:8px;
	border-top-style:solid;
	border-bottom-style:solid;
	border-top-color:#FFC23B;
	border-bottom-color:#FFC23B;
}

table.nav .body td {
	border-left-width:0px;
	border-right-width:0px;
	font-weight:bold;
	width:128px;
	font-size:9pt;
	text-align:center;
}

table.nav .header {
	height:79px;
	background-image:url("./images/banner2.jpg");
}
table.nav .header .left {
	color:#FFC23B;
	font-family:Verdana;
	font-size:24pt;
	font-style:oblique;
	font-weight:bolder;
	text-align:left;
}

table.nav .header .right {
	font-style:normal;
	text-align:right;
}

table.nav .header .right .menu{
	background-color:#000000;
}


table.nav .footer {
	background-color:#FFFFFF;
	height:20px;
}

table.nav .footer .submenu {
	color:#182033;
	font-size:10pt;
	font-weight:bold;
	text-align:right;
	display:none;
	position:absolute;
}

table.nav .footer .submenu a {
	padding:20px;
}

table.nav .footer .submenu a:link {
	color:#182033;
	text-decoration:none;
}

table.nav .footer .submenu a:visited {
	color:#182033;
	text-decoration:none;
}

table.nav .footer .submenu a:hover {
	color:#182033;
	text-decoration:underline;
}

.hover {
	background-color:#FFC23B;
	color:#182033;
}

.main {
	width:1024px;
	margin-left:20px
}

.main .left {
	width:40%;
}

.main .center {
	width:40%;
}

.main .right {
	width:10%;
	text-align:center;
	width:auto;
}

.page {
	width:1024px;
	margin-left:20px
}
.page .left {
	width:70%
}

.page .center {
	width:10%
}


.page .right {
	text-align:center;
	width:20%
}


.page .title {
	font-weight:bolder;
	font-size:14pt;
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-bottom-color:#B51112;
}

.contentFrame {
	width:700px;
}

.contentFrame .title {
	background-color:#B51112;
	color:#FFC23B;
	font-weight:bolder;
	font-size:10pt;
	border-top-width:3px;
	border-bottom-width:3px;
	border-top-style:solid;
	border-bottom-style:solid;
	border-top-color:#FFC23B;
	border-bottom-color:#FFC23B;
}

.contentFrame .header {
	font-style:oblique;
	font-size:12pt;
	color:#FFFFFF;
	background-image:url("./images/header2.jpg");
}


.contentFrame .content {
	font-size:9pt;
	font-weight:bold;
	color:#FFFFFF;
}


.pic {
	width:300px;
	
}

.widget {
	width:375px;
	padding:10px;
}

.widget .widgetimg {
	text-align:center;
}

.widget .title {
	background-color:#B51112;
	color:#FFC23B;
	font-weight:bolder;
	font-size:10pt;
	border-top-width:3px;
	border-bottom-width:3px;
	border-top-style:solid;
	border-bottom-style:solid;
	border-top-color:#FFC23B;
	border-bottom-color:#FFC23B;
}

.widget .header {
	font-style:oblique;
	font-size:12pt;
	color:#FFFFFF;
	background-image:url("./images/header2.jpg");
}


.widget .content {
	font-size:9pt;
	font-weight:bold;
	color:#FFFFFF;
}

.chart {
	width:600px;
	border-width:0px;
	border-spacing:0px;
	border-style:solid;
}

.chart th {
	background-color:#B51112;
}

.chart .subheader {
	font-weight:bolder;
	font-style:oblique;
}

.fcyellowItalic {
	color:#FFC23B;
	font-style:italic;
}

.copyright {
	width:100%;
	font-size:8pt;
	text-align:center;
}

/*color*/
.fcyellow {
	color:#FFC23B;
}
.fcblue {
	color:#182033;
}
.fcred {
	color:#B51112;		
}
