html,body{margin:0;padding:0}

body{font: 80% geneva, "Trebuchet MS", Arial, Helvetica, sans-seriftrebuchet,tahoma,verdana,sans-serif; text-align:center; color:#000000; background-color: #FFFFFF}

p.aa{font-size: 80%}
div#wrapper{float:center;width:790px; border:2px #000000}

/* T O P N A V */
ul#navigation
	{	margin-left: 0; padding-left: 0;
		list-style-type: none;
		background: #ffffff;
		float: center;
		width: 100%;
		text-align:center}
	
	ul#navigation li { display: inline}
	
	ul#navigation a
	{	display: block;
		float: left;
		padding: .2em 1em;
		text-decoration: none;
		color: #000000;
		background: #ffffff;
		border-right: 1px solid #90F }
	
	ul#navigation a:hover
	{	color: #FFFFFF;
		background: #FCF}
		
&bull{color:#F6C}
		
a.one:link {color:#336699; text-decoration: none} /* unvisited link*/
a.one:visited {color:#346DB3; text-decoration: none} /* visited link*/
a.one:hover {font-weight:normal; color:#61B4E1; text-decoration: none} /*  link with pointer hovering*/
a.one:active {color:#00CC00; text-decoration: none} /* the selected link*/

/* bottom nav */

a.two:link {color:#000000; text-decoration: none} /* unvisited link*/
a.two:visited {color:#FFffff; text-decoration: none} /* visited link*/
a.two:hover {color:#003366; text-decoration: underline} /*  link with pointer hovering*/
a.two:active {color:#00CC00; text-decoration: none} /* the selected link*/

/* text nav */

a.three:link {color:#336699; text-decoration: underline} /* unvisited link*/
a.three:visited {color:##336699; text-decoration: underline} /* visited link*/
a.three:hover {color:#003366; text-decoration: underline} /*  link with pointer hovering*/
a.three:active {color:#00CC00; text-decoration: underline} /* the selected link*/

div#header h1{height:40px;line-height:85px;margin:0; padding-left:15px;background-color: #ffffff; color: #000000; padding-bottom:0px; text-align:left; font:Georgia, "Times New Roman", Times, serif; font-style:italic}

header h2{height:40px;line-height:85px;margin:0; padding-left:20px;background-color: #ffffff; color: #000000; padding-bottom:0px; text-align:left}
  
div#container{text-align:left; background-color:#FFFFFF; border:1px 1px 1px 1px; border-color:#000000}
div#container{width:800px;margin:0 auto; padding: 0px 0px 0px 0px}

div#PIC{align:center; font-size:95%; text-align:center; img-border:1px}


/* left Column */ 
div#left{float:left;width:220px; line-height:1.5; padding:20px 0px 0px 20px; border-right-width:thin; font-size:12px}


/* Right Column */ 
div#right_column p{line-height:1.5; padding:5px 5px 5px 5px; background: #ffffff; font-size: 95% }
div#right_column{
	float:right;
	width:525px;
	padding:5px 5px 5px 5px;
	text-align: left;
}


div#bottom_nav{clear:both;width:100%;color:#000000;padding-top:2px; padding-bottom:2px; background: #ffffff; text-align:center; border-top:thin}

div#footer{background: #CCC;color: #336699; text-align:center; font-size: 85%}
div#footer p{margin:5;padding:5px 5px}


div#navigation{background:#B9CAFF}
div#navigation_left{background:#FFFFFF;padding-top:5px; padding-left:5px; vertical-align:top}
div#navigation_left{float:left;width:195px}

div#extra2{clear:both;width:100%;color:#000000;padding-top:2px; padding-bottom:2px; background:#ffffff;text-align:center}

div#TOPNAV{clear:both;width:100%;color:#B9D6EA;padding-top:2px; padding-bottom:2px; background:#FFFFFF;text-align:center}

/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -133px;
	left: -145px;
	z-index: 1;
}

.hoverbox img
{
	background: #ffffff;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 1px;
	vertical-align: top;
	width: 150px;
	height: 200px;
}

/*.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}*/

.hoverbox li
{
	background: #ffffff;
	border-color: #000000;
	border-style: solid;
	border-width: 0px;
	color: inherit;
	display: inline;
	float: left;
	margin: 2px;
	padding: 2px;
	position: relative;
}
.hoverbox .preview
{
	border-color: #336699;
	width: 300px;
	height: 400px;
}

/* =Internet Explorer Fixes
----------------------------------------------------------------------*/

.hoverbox a
{
	position: relative;
}

.hoverbox a:hover
{
	display: block;
	font-size: 100%;
	z-index: 1;
}

.hoverbox a:hover .preview
{
	top: -38px;
	left: -190px;
}

.hoverbox li
{
	position: static;
}

/*Hoverbox by http://sonspring.com/ Nathan Smith*/
