/* WEBSITE DEFAULT FONT STYLES */
/*<a>*/
a:link,
a:active,
a:visited
{
	color: #3d63ae;
	text-decoration: none;
}

a:hover
{ text-decoration:underline; }

a.nav-link:link,
a.nav-link:active,
a.nav-link:visited
{
	font-size:11pt;
	font-weight:bold;
	margin-right:10px;
}

a.club-link
{
	font-size:10pt;
	font-weight:bold;
}

/*<b>*/
b
{	
}

/*<body id="body">*/
body
{
	background-color:#000000;
	font-family: Arial;
	font-size:10pt;
    color:#ffffff;
}

/*<div>*/
.section-title
{
	color:#e9e612;
	font-weight:bold;
	font-size:11pt;
}

.page-title
{
	color:#ef2525;
	font-size:16pt;
	font-weight:bold;
	font-family:Tahoma;
	margin-bottom:10px
}

.page-sub-title
{
	color:#e9e612;
	font-size:12pt;
	font-weight:bold;
	font-family:Tahoma;
	margin-bottom:10px
}

/*<h.>*/
h1.siteName
{
	color:#000000;
}

/*<li>*/
li
{
	margin-top:4px;
}

/*<font>*/
font
{
}

/*<p>*/
p
{
	margin-top:0px;
	margin-bottom:10px;
}

/*<td>*/
td
{
}

.form_label,
.form-label
{
	color: #000066;
}

#navigationContainer
{
	 background-color:#ffffff;
	 width:190px;
	 margin:10px auto 10px auto;
	 padding:15px 10px 15px 20px;
}

#masterContainer
{
	 background-color:#eeeeee;
	 width:650px;
	 margin:10px auto 0px auto;
	 padding:15px 15px 15px 15px;
}

#MYRCalendar
{
	background-color:#eeeeee;
	padding:5px 5px 5px 5px;
	margin-top:10px;
	margin-bottom:10px;
	width:210px;
}

#MYRCalendarDirections
{
	background-color:#eeeeee;
	padding:5px 5px 5px 5px;
	margin-top:10px;
	margin-bottom:10px;
	width:210px;
}

div.listEventName
{
	font-weight:bold;
	height:18px;
	overflow:hidden;
}