<style type="text/css">
<?php echo " 
a:link, a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: $text_color;
}
a:active {
	text-decoration: none;
	font-weight: bold;
	color: $menu_color;
}
a:hover {
	text-decoration: underline;
	color: $text_color;
}
body {
	margin: 5px;
	font-family: Tahoma;
	font-size: 11px;
	color: $text_color;
   	background-image: url(images/bkgnd4.gif);
}
p {
	font-size: 11px;
	color: $text_color;
}
td {
    font-size: 11px;
}
#container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
    -moz-border-radius:8px;
}
#topbox {
    margin: 3px;
   	width: 972px;
	padding-top: 2px;
	padding-bottom: 5px;
	background-color: $header_color;
    border: 1px solid $box_color;
    -moz-border-radius:8px;
}

#box_left {
  font-size:11px;
  font-weight:normal;
  border:solid 1px $box_color;
  background-color: $box_fill;
  margin: 5px 5px 5px 5px;
  padding:0px 10px 10px 10px;
  -moz-border-radius:8px;
}

#box_wide {
  font-size:11.5px;
  font-weight:normal;
  border:solid 1px $box_color;
  background-color: #FFFFFF;
  margin: 5px 5px 5px 5px;
  padding:10px 10px 10px 10px;
  -moz-border-radius:8px;
  width:660px;
}
.box {
  font-size:12px;
  font-weight:normal;
  border:solid 1px $box_color;
  background-color: $box_fill;
  margin: 5px 5px 5px 5px;
  padding:0px 10px 10px 10px;
  -moz-border-radius:8px;
}
.boxwhite {
  background-color: #ffffff;
  margin: 5px 5px 5px 5px;
  padding:5px 10px 5px 10px;
  -moz-border-radius:8px;
}

#form {
 font-size:12px;
  font-weight:normal;
  border:solid 1px $box_color;
  background-color: $box_fill;
  margin: 3px 3px 10px 3px;
  padding:8px 8px 8px 8px;
  -moz-border-radius:8px;
  width:180px;
  float:right;
  clear:all;
}
#main_panel {
 font-size:12px;
  font-weight:normal;
  border:solid 1px $box_color;
  background-color: $table_fill;
  margin: 5px 5px 15px 5px;
  padding:8px 8px 8px 8px;
  -moz-border-radius:8px;
  width:540px;
  float:left;
  clear:all;
}
#banner {
	background-color: $table_fill;
	color: $menu_color;
	font-size: 30px;
	font-family: Tahoma;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	text-align: left;
}
#bookmark {
	align: center;
	font-size: 10px;
	font-family: Verdana;
	padding-top: 4px;
	padding-bottom: 1px;
    -moz-border-radius:8px;
}
#quotes {
    background-color: $menu_color;
	padding-top: 1px;
	padding-bottom: 3px;
	font-size: 10px;
    font-family: Verdana;
	color: $table_fill;
	margin: 0px;
}
#subtitle {
	background-color: $table_fill;
	color: $menu_color;
	font-size: 12.5px;
	font-family: Tahoma;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 25px;
	text-align: left;
}
#nav {
    text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
    background-color: $menu_color;
    border: 1px solid $box_color;
    -moz-border-radius:8px;
}
#nav a {
	background-color: $menu_color;
	padding-left: 7px;
	padding-right: 7px;
	border-right: 1px solid $box_color;
	color: $table_fill;
	text-decoration: none;
    
}
#nav a:hover {
	background-color: $table_fill;
	color: $menu_color;
	border-right: 1px solid $box_color;
}
#nav a:active {
	background-color: $table_fill;
	color: $menu_color;
	border-right: 1px solid $box_color;
}
#ad {
    padding-top: 1px;
	padding-bottom: 1px;
    background-color: $table_fill;
	margin-top: 1px;
	margin-bottom: 1px;
}
#content {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	text-align: center;
	border-top: 1px solid $box_color;
	padding-top: 3px;
	border-bottom: 3px solid $box_color;
	padding-bottom: 3px;
	margin-bottom: 5px;

    }

#content3 {
	background-color: #fff;
	width: 976px; 
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3px;
	-moz-border-radius:8px;
}
#content3 h1 {
    align: center;
	background-color: $menu_color;
	padding-top: 0px;
	padding-bottom: 3px;
	font-size: 14px;
	color: $table_fill;
	margin: 0px;
    -moz-border-radius:8px;
}
#content3 h2 {
    text-align: center;
	background-color: $table_fill;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 12px;
	color: $menu_color;
	margin-left:0px;
	-moz-border-radius:8px;
}

#content3 h3 {
    text-align: center;
	background-color: $table_fill;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 11px;
	color: $menu_color;
	margin-left:0px;
	-moz-border-radius:8px;
}
#content4 {
	border: 1px solid $box_color;
	margin: 2px;
	padding-left: 0px;
	text-align: left;
    padding-top: 3px;
	padding-bottom: 3px;
    -moz-border-radius:8px;
}
#footer {
    margin: 3px;
   	width: 974px;
	padding-top: 2px;
	padding-bottom: 5px;
	background-color: $box_fill;
    border: 1px solid $box_color;
    -moz-border-radius:8px;
}
#footer a {
	color: $text_color;
}

#search {
    padding-top: 2px;
	padding-bottom: 0px;
    background-color: $table_fill;
	margin-top: 3px;
	margin-bottom: 0px;
}

#pscroller1{
    text-align: center;
    width: 200px;
    height: 65px;
    background-color: #FFFFFF;
    border:solid 1px $box_color;
    margin: 5px 5px 5px 5px;
    padding:0px 10px 10px 10px;
    -moz-border-radius:8px;
    float:right;
    clear:all;
}

#fadeinbox{
position:absolute;
width: 472px;
left: 0;
top: -400px;
border: 1px dotted black;
background-color: $table_fill;
padding: 1px;
z-index: 100;
visibility:hidden;
}

.balloonstyle{
position:absolute;
top: -500px;
left: 0;
padding: 5px;
visibility: hidden;
border:1px $box_color;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: white;
width: 200px;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,Strength=5);
}

#arrowhead{
z-index: 99;
position:absolute;
top: -500px;
left: 0;
visibility: hidden;
}

</style>"; ?>

