/* to make a new style sheet, simply replace the color of 
"a", "a:hover" - using relace all". The whole site will be changed*/


/* general stuff*/
body 
{
	margin:0;
    background-color:white; 
    font-family:Arial, Georgia;
    color:#666666;
    font-size:9pt;
}
td
{
	background-color:White;
    font-family:Arial, Georgia;
    color:#666666;
    font-size:9pt;
    vertical-align:top;
}
a
{
	color:#3399CC;   
}
a:hover
{
    color:#66CCFF;
}
h2
{
	margin: 4px 10px;
    color:#3399CC;
}
h1, h3, h4, h5, h6
{
   margin: 4px 0;
   color:#3399CC;
}

/* #masterTable*/
table#masterTable
{
	border:1px solid #3399CC;
}
table#masterTable td.navTd
{
	background-color:White;
    font-family:Arial, Georgia;
    color:#666666;
    font-size:9pt;
	padding:0 10px; 
	border-right:1px solid #3399CC;
}

/* .borderTable*/
table.borderTable 
{
    border-top:1px solid #66CCFF;
    border-right:1px solid #66CCFF;
}
table.borderTable td
{
    border-bottom:1px solid #66CCFF;
    border-left:1px solid #66CCFF;
}
table.borderTable tr.header td
{
    font-weight:bold;
}
table.borderTable tr.odd td
{
    background-color:#f7f7f7;
}

/*regular ul*/
ul  {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul li  {
	list-style-type: none;
	background: url(../images/dotBul.gif) 4px 4px no-repeat;
	padding: 4px 0px 0 24px;
}
ul.spaced li 
{
    margin-bottom:4px;
}

/*event ul*/
ul.event  {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.event li  {
	list-style-type: none;
	background: url(../images/ivybull2_small.gif) 0px 4px no-repeat;
	/*background: url(../images/holly.gif) -4px 4px no-repeat;*/
	padding: 4px 0px 0 24px;
}

/* utilities*/
.bold
{
    font-weight:bold;
}
.bodyDiv
{
	width:726px;
	border:5px solid #3399CC;
}
.dashedline
{
    border-top: 1px dashed #66CCFF;
    padding-top: 10px;
    padding-bottom:3px;
    margin-bottom: 10px;
    clear:right;
}
.dashedline_1
{
    border-top: 1px dashed #66CCFF;
    padding-top: 10px;
    padding-bottom:3px;
    clear:right;
}
.indent
{
    margin-left:20px;
}
.marginLeftRight
{
    margin-left:10px;
    margin-right:10px;
}
.marginLeft
{
    margin-left:10px;
}
.marginTop 
{
    margin-top:18px;
}
.stroke 
{
	border:1px solid #66CCFF;
}

/* image block */
.imageBlock {
	margin-bottom:18px;
}
.imageBlock td.imageCell {  /*will widen itself as needed */
	width:13%;
	vertical-align:top;
}
.imageBlock td.imageCell img, .imageBlock td.imageCell a img  {
	margin-top:2px;
	margin-right:10px;
	border:1px solid #66CCFF;
}
.imageBlock td.textCell {
	width:87%;
	vertical-align:top;
	font-size:9pt;
}