#wrapper {
width: 800px;
text-align: left;
margin: 0 auto;
}
body {
/*
*bars*
background: url(../images/background_01.png) center repeat-y;
*/
/*
*grad*
background:url(../images/bg_grad.gif) repeat-x center;
*/
}

#header {
background: url(../images/header_06.png);
width: 800px;
height: 200px;
color: orange;
font-size: 46pt;
font-weight: bold;
}

#menu {
width: 150px;
float: left;
margin: 0px 10px 0px 0px;
text-align:center;
}

#tips {
width: 150px;
float: right;
background: url(../images/tips_back3.png) top no-repeat;
margin: 0px 0px 0px 10px;
padding: 0px 0px 0px 0px;
color: black;
}

#tipsy {
width: 130px;
background: url(../images/tips_back3.png) top repeat-y;
padding: 0px 10px 0px 10px;
}

#content {
margin-left: 10px;
font-size:13pt;
/*float: right;*/
}

#footer {
background: url(../images/footer_03.png) bottom no-repeat;
width: 800px;
height: 57px;
padding-top: 18px;
text-align: center;
margin: 75px 0px 0px 0px;
color: #000066;
font-size: 12pt;
font-weight: bold;
}

a.footer:link, a.footer:visited {
color: #000066;
}

a.footer:hover {
color: #000066;
background-color: none;
}

.path {
font-size: 36px;
color:#0000FF;
}
.fna {
font-family:"Monotype Corsiva", Arial, sans-serif;
color:#FF6600;
font-size: 100px;
font-style:oblique;
}
.h1 {
text-decoration:underline;
text-shadow:#660000;
border-bottom:thin;
border-bottom-color:#3399FF;
font-size: 24px;
font-family:Pristina, "Monotype Corsiva", Arial, sans-serif;
font-weight:bold;
color: cc0000;
}
/* Style2.css */
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	background-image:url(../images/button_06.png);
	background-repeat:no-repeat;
	}

ul li {
	position: relative;
	background-image:url(../images/button_06.png);
	background-repeat:no-repeat;
	padding: 10px;
	}
	
li ul {
	position: absolute;
	background-repeat:no-repeat;
	left: 149px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	background-repeat:no-repeat;
	text-decoration: none;
	color:#000000;
	font-weight: bold;
	font-size: 16pt;
	background: none; /* IE6 Bug */
	padding: 3px;
	border-bottom: 0;
	align:middle;
	vertical-align:middle;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #cc0000; background-image: url(../images/button_02_over2.png); background-repeat:no-repeat } /* Hover Styles */
		
li ul li a { padding: 0px 0px 2px;  background-repeat:no-repeat; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */

#box{
background-color:#99CCFF;
font-size:small;
font-style:italic;
padding-left:10px;
padding-right:10px;
width: 80%;
margin-left: 30px;
}

.h2{
font-size:36px;
color:#FF6600;
font-family:"Times New Roman", Times, serif;
font-weight:bold;
}

a.tipsy:link, a.footer:visited {
color: #000;
font-weight:bold;
}

a.tipsy:hover {
color: #FFF;
background-color: none;
}

#news{
margin-top:10px;
padding-top:10px;
border:thin;
}
#news h1{
color: #CC0000;
font-size:24px;
font-style:italic;
}
#quickLinks{
margin-top:10px;
padding-top:10px;
border:thin;
}
#quickLinks h1{
color:#CC0000;
font-size:24px;
font-style:italic;
}