/* Primary layout sections */
body
{
	background: #C4C9CE url(../imgs/bglt.jpg) bottom left fixed repeat-x;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
}

html>body { font-size: small; }

td, dl, dd, dt, ul, ol, li
{
	color: #333;
	font-family: Verdana, Arial, sans-serif;
	line-height: 1.75em;
}

table#top {
	border-style: solid;
	border-color: #607793 #607793 #C9D5E3 #607793;
	border-width: 0 1px 1px 1px;
	background-color: #FFF;
	background-image: url(../imgs/tabletop_bg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	padding: 20px 0 0 0 ;
}

table#main
{
	border-style: solid;
	border-color: #607793;
	border-width: 0px 1px 1px 1px;
}

td#left {
	width: 200px;
	border-right: 1px solid #C9D5E3;
	vertical-align: top;
	background-color: #ecf1f7;
}

#navBar {
	font-size: 11px;
	line-height: 1.5em;
}

#navBar ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	
	background-color: #FFFFFF;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li { border-bottom: 1px solid #EEE; }

html>body #navBar li { border-bottom: none; }

#navBar li a
{
	display: block;
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: auto;
}

html>body #navBar li a{ width: auto; }

#navBar li a:hover
{
	border-top: 1px solid #cccccc;
	background-color: #E6E6FF;
	padding: 2px 0px 2px 10px;
}

.actsInfo
{
	border-style: solid;
	border-color: #C9D5E3;
	border-width: 1px;
	margin: 10px;
	
	background-color: #FFFFFF;
}

.infoTitle
{
	color: #333333;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	background-color: #C9D5E3;
	padding: 3px;
}


.sideText
{
	color: #333;
	padding: 3px;
	font-size: 11px;
}

#foot
{
	font-family: verdana;
	color: #CCC;
	background: #607793;
	font-size: xx-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: x-small;
}

html>body#foot { font-size: x-small; }

p
{
	padding-top: 0;
	margin-top: 0;
}

blockquote
{
	margin: 10px 50px;
	border: 1px #C9D5E3 dashed;
	padding: 10px 10px 0 10px;
	background-image: url(../imgs/quotes.gif);
	background-repeat: no-repeat;
}

blockquote p {
font-weight:normal;
font-family:Georgia, Times, "Times New Roman", serif;
font-size: 110%;
margin:0;}

blockquote p+p{
text-indent: 2em;}

blockquote p.cite {
text-align:right;
font-family: Verdana, Arial, sans-serif;
font-size: 100%;
font-weight:normal;
margin:0;
}

h1
{
	color: #369;
	font-family: Times, "Times New Roman", serif;
	font-size: 1.75em;
	font-style: normal;
	line-height: 1em;
	font-weight: bolder;
	border-bottom: #C9D5E3;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	padding: 0;
	margin: 0 0 5px 0;
}

h1.header
{
	color: #5f7fa3;
	font-family: 'Trebuchet MS', Trebuchet, Verdana, sans-serif;
	font-size: 1.5em;
	font-style: normal;
	line-height: 1em;
	padding: 5px;
	border: 0;
}

h2
{
	color: #369;
	font-family: Times, "Times New Roman", serif;
	font-size: 1.5em;
	font-style: normal;
	line-height: 1em;
	font-weight: bolder;
	border-bottom: #C9D5E3;
	padding: 0 0 3px 0;
	border-left: #C9D5E3;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	margin: 0 0 5px 0;
}

h2.header
{
	color: #627182;
	font-family: 'Trebuchet MS', Trebuchet, Verdana, sans-serif;
	font-size: 1.5em;
	font-style: italic;
	padding: 5px;
	border: 0;
}

h3
{
	color: #369;
	font-family: Times, "Times New Roman", serif;
	font-size: 1.3em;
	font-style: normal;
	line-height: 1em;
	font-weight: bolder;
	padding: 0;
	margin: 0 0 5px 0;
}


.horilist li 
{
display: inline; 
list-style-type: none; 
padding-right: 5px; 

}

.note
{
	background-color: #C9D5E3;
	padding: 3px;
}

.imgleft
{float:left;
margin: 0 10px 10px 0}

.imgright
{float:right;
margin: 0 0 0 10px }
