body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}





#holder {
	text-align:center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	width: 758px;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #005236;
	}
#header {
	text-align: center;
	width: 757px;
	margin: 0px;
	padding: 0px;
	height: 97px;
	background-image: url(../images/header.jpg);
}

#footer {
	text-align: center;
	width: 757px;
	height: 96px;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/footer.jpg);
}
#leftcolumn {
	background-color: #005236;
	width: 150px;
	height: auto;
	float: left;
}
#leftcolumn a {
	padding-left: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 0.75em;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #00cc00;
	font-size: 120%;
}
#leftcolumn a:hover {
	color: #00FF00;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#centercolumn {
	background-color: #FFFFFF;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	width: 425px;
}
#centercolumn a {
	color: #005236;
	font-weight: bold;
}
#centercolumn a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#centercolumn h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 125%;
	font-style: italic;
	text-align: left;
	font-weight: normal;
	padding-left: 10px;
}
#centercolumn p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
}
#centercolumn h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 200%;
	font-style: italic;
	font-weight: normal;
	color: #333333;
	text-align: right;
	padding-right: 15px;
	margin: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #006600;
}
#rightcolumn {
	float: right;
	height: auto;
	width: 150px;
	background-color: #005236;
}
#footer  p {
	color: #0064E9;
	text-decoration: underline;
}


}
#footer a:hover {
	color: #000000;
	text-decoration: none;
}


.brclear {
	clear:both;
	height:0;
	margin:0;
	font-size:1 px;
	line-height:0px;
	}
.toplinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	font-style: normal;
}
.toplinks  a:hover {
	background-color: #CCCCCC;
}
	
.imageright {
	margin: 0px 5px 5px;
	padding: 5px;
	float: right;
}

.imageleft {
	margin: 0px 5px 5px;
	padding: 10px;
	float: left;
}

.dropcap {
	float: left;
	color: #005236;
	margin-right: 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 80pt;
	font-style: normal;
	line-height: 0.8em;
	font-weight: normal;
	font-variant: normal;
}	
.dropcap-halfsized {
	float: left;
	color: #0064E9;
	margin-right: 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 50pt;
	font-style: normal;
	line-height: 0.7em;
	font-weight: normal;
	font-variant: normal;
}




/*-----------------------------------*/
/*    HIGHSLIDE JS                   */
/*-----------------------------------*/

.highslide {
	cursor: url(file:///C|/web/magic100.7/styles/highslide/graphics/zoomin.cur) , pointer;
    outline: none;
}
.capleadin {
	font-weight: bold;
	color: #0064E9;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}



/*-----------------------------------*/
/*    CLEARFIX                       */
/*-----------------------------------*/

.clearFix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearFix {display: inline-block;}  
 /* Holly Hack Targets IE Win only \*/
* html .clearFix {height: 1%;}
.clearFix {display: block;}
li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	list-style-position: outside;
	list-style-image: url(../images/greendot.gif);
	line-height: 1.2em;
	text-align: left;
}
