html { font-size: 100%; }
body { font: 62.5%; }

body
{
/*
	font-size:100%;
*/
	line-height:1.125em; 
	margin: 0;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
}
div#container
{
	width: 800px;
	height: 1000px;
	background: #FFF;
	margin: 0 auto;
	position: relative;
	font-size: 0.875em;
	text-align: left;
}

div#header { margin: 0; }

a:link
{
	color: #4865e5;
	text-decoration: none;
	background-color: transparent;
}

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

a:hover
{
	color: #red;
	background-color: none;
}

h1, h2, h3 {
	font-weight:bold;	
}

h1
{
	font-size: 1.125em;
/*
	line-height: 1.636em;
*/
	margin: .5em 0 0 0;
}
h2
{
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 1em;
	letter-spacing: 1px;
	background-color: #797979;
	color: #FFF;
	margin: 1em 0 0 0;
	padding: .3em;
}


h3 {
	font-size: .95em; 
	color: #666;
	margin-top:1.2em; 
	margin-bottom: 0;
}
h4{
	font-size: .875em; 
	color: #039;
	margin-top: 1em; 
	margin-bottom: 0em;
}
h5{
	font-size: .875em; 
		line-height:1.125em; 
margin: .75em 0 0 0;

}

p
{
	font-size: 0.875em;
	margin: .25em 0 1em 0;
}
.smtop { margin: .1em 0 1em 0; }
.caption
{
	font-size: 0.8em;
	line-height:1em; 
	text-align: center;

}

#nav {
	width: 160px;
	margin-top: 10px;
/*
	float:left;
*/
}

#nav ul
{
	list-style-type:none;
	margin:0;
	padding:0;
}
#nav li
{
	display: inline;
	/* for IE5 and IE6 */
}

#nav a
{
	color: #333;
	text-decoration: none;
    font-size: 0.82em;
    font-weight: bold;
	display: block;
	padding: 2px;
	width: 160px;
	border-top: 1px solid #4F97D2;
	margin:2px 0px 0px 0px;

}

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

#nav a:hover
{
	background-color: #4F97D2 ;
	color: #FDFCF3;
}

#nav li a#current
{
	background: #4F97D2 ;
	color: #FDFCF3;
}
#nav li a.sub
{
	font-weight: 100;
	border-top: 0;
	padding: 1;
	margin:0px 0px 0px 8px;
}
#nav li a.sub2line
{
	font-weight: 100;
	line-height: 1.1em;
	border-top: 0;
	padding: 1;
	margin:0px 0px 0px 8px;
}

#nav li a.subsub
{
	font-weight: 100;
	line-height: 1.1em;
	border-top: 0;
	padding: 1;
	width: 140px;
	margin: 0px 0px 3px 20px;
}

#nav a.subsub:hover
{
	background-color: #4F97D2 ;
	color: #FDFCF3;
}
#nav p.menu
{
	color: #333;
	text-decoration: none;
    font-size: 0.82em;
    font-weight: bold;
	display: block;
	padding: 2px;
	width: 160px;
	border-top: 1px solid #4F97D2;
	margin:2px 0px 0px 0px;

}
#nav p.menusub
{
	font-weight: 100;
	border-top: 0;
	padding: 1;
	margin:0px 0px 0px 8px;
}
#nav2 ul
{
	list-style-type:none;
	margin:0;
	padding:0;
}
#nav2 li
{
	display: inline;
	/* for IE5 and IE6 */
}
#nav2 {
	width: 60px;}
#nav2 a
{
	color: #333; text-decoration: none;
    font-size: 0.82em;
    font-weight: bold;
	display: block;
	padding: 2px;
	width: 60px;
	border-top: 1px solid #4F97D2;
	margin:2px 0px 0px 0px;

}

#nav2 a:link, #nav2 a:visited
{
	color: #333;
	text-decoration: none;
}

#nav2 a:hover
{
	background-color: #4F97D2 ;
	color: #FDFCF3;
}
#nav2 li a#current
{
	background: #4F97D2 ;
	color: #FDFCF3;
}

a.topmenu
{
	color: #FF6;
	text-decoration: none;
	font-size: 0.6em;
	font-weight:bold;	
	background-color: transparent;
	letter-spacing: .2em;
}
a.topmenu:hover
{	color: #FFF;
}

li.intab
{
	list-style-type: circle;
	list-style-position: inside;
	font-size: 0.875em; 
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 4px;
}

ul.noind
{
 list-style-type: none;
padding: 0;
margin: 0;}

li.noind
{
	list-style-type: circle;
	list-style-position: outside;
	font-size: 0.875em; 
	padding-left: 2px;
	margin-left: 15px;
	
}

.red
{
	color: #C03;
	font-weight: bold;
}
.center
{
	text-align: center;
}
.redcenterb
{
	color: #C03;
	font-weight: bold;
	text-align: center;

}
.infobx{
	color: #FFF;
	background-color: #4F97D2;
	text-align: left;
	padding: 20px;
	margin-bottom: 20px;}

.disclaimer
{
	font-size: .8em;
	background-color: #9aaec0;
	color: #FFF;
	margin: 1em 0 0 0;
	padding: 10px;
}

.calendar{
	background-color: #EEE;
	text-align: left;
	padding: 16px;
	margin-bottom: 20px;}
	
.centerbox
{
	background-color: #FFF;
	text-align: center;
	padding: 8px;
	margin-bottom: 20px;
	border: #4F97D2 solid;
	font-size: 1em;

	line-height:1.4em; 
}
.centerboxred
{
	background-color: #FFF;
	text-align: center;
	padding: 0px;
	margin-bottom: 20px;
	border: 1pt #C03 solid;
	font-size: 1em;
}
.side_event{
	background-color: #EFF;
	text-align: left;
	padding: 16px;
	margin-bottom: 20px;}

.bdsmhd{
	color: #369;
	font-weight: bold;
}
p.side{   font-size: 0.8em;

	line-height:1.2em; 
}
.sidewpadding
{
	font-size: 0.8em;
	padding: 2px 6px 0 6px;
	line-height: 1.2em;
}
div.FloatClear {
	clear: both;}
	
div#footersec
{
	text-align: center;
	border-top: thin solid #456c62;
	margin: 10px 0 0 0;
}

div#footersec p
{
	margin-top: 0;
	padding: 2px 10px;
	font-size: 10px;
	color: #666;
}

#footersec a
{
	color: #456c62;
	font-size: 10px;
	margin-top: 0;
	text-decoration: none;
}
.ticker {
	background: white;
	color: #F00;
	font-size:12px;
	font-weight:bold;
}

.ticker a {
	background-color:white;
	color: #F00;
	text-decoration: none;
	font-size:12px;
	font-weight:bold;
}
