/* CSS Document */
a{color:#003399; text-decoration:none;}
a:visited{color:#006666;}
body{
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#76AAD1;
}
.breadcrumb{font-size: 10px; text-align:right; padding: 5px;}
.content{padding: 0px 10px 10px 10px;}
.footer {
	padding-top: 15px
}
.footer td{
	border-top: 1px solid #999999;background-color:#CCCCCC;
}
h1{font-size: 16px; margin-top: 20px;}
h2{font-size: 14px;}
h3{
	font-size: 13px;
	margin-bottom: 10px;
}
.home {
	padding: 20px 10px 10px 275px;background-color:#CCCCCC;
}
.home-secondary{text-transform: uppercase; font-size: 18px;}
.home-action{font-size:14px; font-weight:bold;}
li{padding-bottom: 10px;}
.nav{padding: 5px 5px 5px 10px; text-transform:uppercase; border-top: 1px solid color:#666666; font-weight: bold;}
.nav-secondary{padding: 3px 3px 3px 20px; font-size:9px; background-image:url(../images/nav-secondary-arrow.gif); background-repeat:no-repeat;}

.nav-secondary-text{padding: 3px 3px 3px 10px; font-size:9px;}
.nav-pdf{padding: 5px 5px 5px 30px; font-size:10px; background-image:url(../images/pdf.gif); background-repeat:no-repeat;}
.note{color:#990000;}
.noteConfirm{color:#990000;font-size:14px;font-weight:bold;}
#subnav-div{border: 1px solid #cccccc; margin-bottom: 10px; margin-left: 10px; padding: 5px;margin-top: 10px; width:150px; float:right;}
table.subnav{float:right; margin-left: 10px; margin-bottom: 5px;}
td.list{border-bottom: 1px solid #eaeaea;}
tr.home-top {
	background-color: #CCCCCC;
}
td{vertical-align:top;}
.utility {
	text-transform: uppercase;
	font-size: 10px;
	text-align: right;
	padding: 3px;
	background-color:#999999;
}
.ncaied {
	font-size: 18px;
	font-weight: bold;
	background-color: #999999;
	padding: 10px;
}
.subheading {
	padding: 20px 10px;background-color:#CCCCCC; font-size:18px; border-bottom: 3px solid #666666;
}

/*
 01/24/07 - Allan-modified CSS-attributes below
*/

table.otherlinks{
	width:25%;
	padding: 5px;
	float:right;
	margin-left: 10px;
	margin-bottom: 10px;
	border:1px;
	border-color:#CCCCCC;
	border-style:solid;
	border-spacing:0px;
}

table.zerosetting{
	padding:0px;
	border-spacing:0px;
	border-width:0px;
}

td.photodisplay{
	padding: 3px;
	text-align:center;
}

td.footerBottom{
 font:Verdana, Arial, Helvetica, sans-serif;
 font-size:10px;
 color:#FFFFFF;
 background-color:#1B4F81;
 vertical-align:middle;
}

td.leftnav{
	background-color:#E7D09A;
	text-align:left;
}

td.mainContent{
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#FFFFFF;
	width:692px;
	padding: 0px 10px 0px 10px;
	text-align:left;
}

td.headerTitle{
	background-color:#E7D09A;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	padding: 14px 5px 13px;
	font-weight:bold;
	text-align:left;
	vertical-align:top;
}

/*
  Note: 'a' Registration styles added 02/13/07, Allan L. Chan, Rhythm Interactive
 */
a.email{color:#003399; text-decoration:underline;}
a.RegistrationLink{color: #A60120; text-decoration: none;}
a:visited.RegistrationLink{color: #A60120; text-decoration: none;}
a:hover.RegistrationLink{color: #A60120; text-decoration: none;}
a:active.RegistrationLink{color: #A60120; text-decoration: none;}

a.footer{
 font:Verdana, Arial, Helvetica, sans-serif;
 font-size:10px;
 color:#FFFFFF;
 text-decoration:none;
}

a:visited.footer{
 font:Verdana, Arial, Helvetica, sans-serif;
 font-size:10px;
 color:#FFFFFF;
 text-decoration:none;
}

table.footerspacing{
 width:900;
}

/*
 01/24/07 - Allan copied code from www.dynamicdrive.com
 Note: These classes apply only to the 'popup' rollover on the left navigation
*/
#popitmenu{
position: absolute;
background-color: white;
border:1px solid black;
font: normal 10px Verdana;
line-height: 18px;
z-index: 100;
visibility: hidden;
}

#popitmenu a{
text-decoration: none;
padding-left: 6px;
color: black;
display: block;
}

#popitmenu a:hover{ /*hover background color*/
background-color: #E7D09A;
}

p.homepage{
	padding-right: 10px;
}

/*
 Note: 'Important' class added 02/14/07, Allan L. Chan, Rhythm Interactive
 Use this class when you want to denote anything that should get the web viewer's attention.
 */
.Important
{
	color: #A60120;
}

.ImportantGolf
{
	font-weight: bold;
	color: #003399;
}

h4
{
	font-size: 12px;
}

pre
{
font-family:Verdana, Arial, Helvetica, sans-serif;
}
 
hr {
	margin-top: 0px;
	margin-bottom: 2px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCC;
}
#wrapper {
	width: 100%;
	margin: 0px;
}
#wrapper #content {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #105D99;
	height: 1200px;
	padding-top: 10px;
}

