@charset "utf-8";
/* CSS Document */

/* STYLE FOR NAVIGATION ON NAV PAGE TO THE LEFT */


h1 {
	font-size: 1.5em;
	color: #099;
}

.bottomlinea {
	background-color:#FFF;
	height:25em;
}

b {
	font-weight:bold;
}

notbold {
	font-weight:100;
}

.newsheight {
	background-color:#FFF;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	height:6em;
	
	}

h2 {
	font-size: 1em;
	color: #099;
}

.indentquote{
	margin: 0 5em 0 4em;
	font-style:italic;
}


.bottomtext {
	
	font-size:0.9em;
	color:#eee;
	height:6.0em;
	
	background-color:#599D7E;

}

.bottomline {
	background-color:#999;
	height:0.5em;
}

/* STYLE FOR NAVIGATION ON NAV PAGE TO THE LEFT */

#navcontainer { width: 170px;}

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 0.8em;
text-align: left;
vertical-align: top;
z-index:500;
}
#navcontainer a
{
display: block;
color: #black;
padding: 3px;
width: 170px;
background-color: #F1B638;
border-bottom: 1px solid #eee;

}



#navcontainer a:link, #navlist a:visited
{
color: #black;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #4169E1;
color: #fff;
}


/*********** STYLE FOR ABOUT ***************/

#aboutcontainer ul
{

padding-left: 0em;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
text-align: left;
vertical-align: middle;
padding-top: -4em;

}

#aboutcontainer a
{
display: block;
color: #000;
padding: 3px;
width: 170px;
background-color:#FFFF59;
border-bottom: 1px solid #CCC;
border-left:1px solid #CCC;
border-right: 1px solid #CCC;
text-decoration:none;
}

#aboutcontainer a.parent {
	
no-repeat;
color:#0FF;
background-color: transparent;
background: url(../images/arr_white.gif) center right no-repeat;
}

#aboutcontainer a:link, #latnewslist a:visited
{
color: #000;
text-decoration: none;
}

#aboutcontainer a:hover
{
background-color:#F7B700;
color: #fff;
}

#aboutHeading
{
	display: block;
	background-color:#B95C00;
	height: 1em;
	width: 173px;
	color:#FFF;
	padding: 5px;
	vertical-align: middle;
	text-align:left;
}

#finalsCaptains ul
{

padding-left: 0em;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
text-align: left;
vertical-align: middle;
padding-top: -4em;

}

#finalsCaptains a
{
display: block;
color: #000;
padding: 3px;
width: 170px;
background-color:#F0F0C9;
border-bottom: 1px solid #CCC;
border-left:1px solid #CCC;
border-right: 1px solid #CCC;
text-decoration:none;
}

#finalsCaptains a.parent {
	
no-repeat;
color:#0FF;
background-color: transparent;
background: url(../images/arr_white.gif) center right no-repeat;
}

#finalsCaptains a:link, #latnewslist a:visited
{
color: #000;
text-decoration: none;
}

#finalsCaptains a:hover
{
background-color:#85A53F;
color: #fff;
}

#finalsCaptainsHeading
{
	display: block;
	background-color:#009966;
	height: 1em;
	width: 173px;
	color:#FFF;
	padding: 5px;
	vertical-align: middle;
	text-align:left;
}

/***********************************************************************************************/

/*********** STYLE FOR LATEST NEWS ***************/

#latnewscontainer ul
{

padding-left: 0em;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
text-align: left;
vertical-align: middle;
padding-top: -4em;


}

#latnewscontainer a
{
display: block;
color: #000;
padding: 3px;
width: 170px;
background-color: #CCC;
border-bottom: 1px solid #FFF;
border-left:1px solid #FFF;
border-right: 1px solid #FFF;
text-decoration:none;
}

#latnewscontainer a:link, #latnewslist a:visited
{
color: #000;
text-decoration: none;
}

#latnewscontainer a:hover
{
background-color: #4169E1;
color: #fff;
}

#latnewsHeading
{
	display: block;
	background-color:#333;
	height: 1em;
	width: 173px;
	color:#FFF;
	padding: 5px;
	vertical-align: middle;
	text-align:left;
}

/***********************************************************************************************/


   .lefttable {
	border-right-style: solid;
	border-right-color: #999;
	border-right-width: thin;
}

   .righttable {
	border-left-style: solid;
	border-left-color: #999;
	border-left-width: thin;
	text-align: left;
}
   
   #breadCrumb {
    height: 1em; /* This is the height we wan't on our breadcrumb */
	padding: 1px 0px 0 5px;
   color: #00F; /*This is our color on the text which isn't a link. We want' they to be light grey */
   font-size:.9em

   }
   #breadCrumb li {
   float: left;
   display: inline;
   margin-right: 4px;
   }
   #breadCrumb a {
   color: #00F; /* Our breadcrumb links are going to be white */
   font-weight: bold; /* And bold */
   padding-right: 11px; /* We need to add some padding to the right of the link. This space is where the background image is going to be shown. */
   text-decoration: none;
   }
   #breadCrumb a:hover {
   color: #333;
   }

.breadcrumbsTable {
	font-size: 1em;
	border-bottom-style:dotted;
	font-size:12px;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
	height:18px;
}

#nav a.hover {
	background-color:#969;
}

#nav a:link, #navholder a:visited {
color: #FFFFFF;
text-decoration: none;
}

#nav a:hover, #navholder a:active {
color: #000000;
background-color:#09F;
background-repeat: no-repeat;
background-position: 0% 50%;
text-decoration: none;
}

#nav a.parentItem {
	background:url(images/arrow.jpg)  center right no-repeat;
}

#nav, #nav ul, #nav ul {
list-style: none;
padding: 0;
margin: 0 0em 0em 0em;
line-height: 1;
font-size:.972em;
}

#nav li {
float: left;
white-space: nowrap;
margin: 0;
padding: 0;
width: 10.7em;
}

#nav a {
background-color: #1C4086;
padding: 7px 50px 7px 8px;
border-right: 1px solid #000000;
border-left: 1px solid #666666;
border-bottom: 1px solid #000000;
display: block;
width: 10em;
w\idth: 6em;
color:#FFF;
text-decoration:none;
}

#nav li ul {
position: absolute;
left: -999em;
height: auto;
width: 10em;
margin: 0;
z-index:500;
}


#nav li:hover ul ul, #nav li.subhover ul ul {
left: -999em;
}

#nav li:hover ul ul ul, #nav li.subhover ul ul ul {
left: -999em;
font-size:1em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.subhover ul, #nav
li li.subhover ul {
left: auto;
}

#nav li li {
padding-right: 0;
width: 7em
}

#nav li ul a {
width: 10em;
w\idth: 6em;
}


#nav li ul ul {
margin: -2.6em 0 0 12.1em;
}

#nav li ul ul ul {
margin: -2.5em 0 0 12em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul,
#nav li.subhover ul, #nav li li.subhover ul, #nav li li
li.subhover ul {
left: auto;
}


.lefttable {
	border-right-style: solid;
	border-right-color: #999;
	border-right-width: thin;
}

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.7em;
	color: #000;
	background-color:#616a74;
	
}

body a {
	text-decoration: none;
}

.tabletop {
	font-weight: bold;
	background-color: #A4FFFF;
	border: thin solid #CCC;
}
.tableRows {
	background-color: #FFF;
	border-bottom-width:thin;
	border-bottom-style: dotted;
	border-bottom-color:#CCC;
	font-weight:100;
}

.form_btn1 {
    font-size: 1em;
    color: #164BA0;
    background-color: #F0F0C9;
    border: 1px solid #41BDE8;
	height:1em;
	width:15em;
}

#quicklinkscontainer ul
{

padding-left: 0em;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
text-align: left;
vertical-align: middle;
padding-top: -4em;


}

#quicklinkscontainer a
{
display: block;
color: #000;
padding: 7px;
width: 150px;

border-bottom: 1px solid #09C;
border-left:1px solid #09C;
border-right: 1px solid #09C;
text-decoration:none;
}

#quicklinkscontainer a:link, #latnewslist a:visited
{
color: #000;
text-decoration: none;
}

#quicklinkscontainer a:hover
{
background-color: #4169E1;
color: #fff;
}

#quicklinksHeading
{
	display: block;
	background-color:#09C;
	height: 1em;
	width: 161px;
	color:#FFF;
	padding: 5px;
	vertical-align: middle;
	text-align:left;
}

#homeNewscontainer 
{
padding-left: 0em;
font-family: Arial, Helvetica, sans-serif;
text-align: left;
border-bottom: 1px solid #09C;
}

#homeNewscontainer a
{
color: #000;
text-decoration:none;
}

#homeNewscontainer a:link, #latnewslist a:visited
{
color: #000;
text-decoration: none;
}

#homeNewscontainer a:hover
{
background-color: #4169E1;
color: #fff;
}

#homeNewsHeading
{
	background-color:#09C;
	height: 1em;
	width: 161px;
	color:#FFF;
	padding: 5px;
	vertical-align: middle;
	text-align:left;
}

