body {
	margin: 0;
	padding: 0;
	background-color: 					#00CCFF;
	font-size: small;
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
}

h1 {
    margin: 0 0 0 0;
	font-size: 1.5em;
	text-align: left;
	color: #993399;
}
#content li {
    margin: 10px 0 10px 0;
	}

a:link {
	color: #CC3366;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #CC3366;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #660033;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #660033;
	font-weight: bold;
	text-decoration: none;
}
	
#content #navbar .menu a {
	color: #FFFFFF;
}


 #container
{
width: 95%;
margin: 20px auto;
background-color: #fff;
line-height: 130%;
}

#top
{
	padding: 0em;
	background-color: #FFFFFF;
	height:118px;
   	background-image:url("images/banner.gif");
	background-repeat:no-repeat;
	background-position:left;
	}

#stripe {
	height:15px;
	background-image:url(images/stripe.jpg);
	}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout_4level.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.menu {
	font-size:90%; /* this page only */
	font-weight:bold;
	margin-left:15px;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
position:relative;
z-index:500;
padding:0;
margin:0;
list-style-type:none;
width:150px;
}
/* style the list items */
.menu li {
background:#CC3366;
height:38px;
/* for IE7 */
float:left;
}
.menu li.sub {background:#CC3366;} 

/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.menu a, .menu a:visited {
display:block; 
text-decoration:none;
height:35px;
line-height:35px;
width:149px;
color:#FFFFFF;
text-indent:5px;
border:3px solid #fff;
border-width:0 3px 3px 3px;
font-weight:bold;
}
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {width:150px; w\idth:149px;}
/* style the link hover */
* html .menu a:hover {color:#FFFFFF; background:#9999CC; font-weight:bold; position:relative;}

.menu li:hover {position:relative;}

/* For accessibility of the top level menu when tabbing */
.menu a:active, .menu a:focus {color:#FFFFFF; background:#9999CC;font-weight:bold;}
.menu a:visited {color:#FFFFFF; background:#CC3366;font-weight:bold;}

/* retain the hover colors for each sublevel IE7 and Firefox etc */
.menu li:hover > a {color:#FFFFFF; background:#9999CC; font-weight:bold;}
 
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu li ul {
visibility:hidden;
position:absolute;
top:-30px;
/* set up the overlap (minus the overrun) */
left:100px;
/* set up the overrun area */
padding:30px;
/* this is for IE to make it interpret the overrrun padding */
background:transparent url(transparent.gif);
}

/* for browsers that understand this is all you need for the flyouts */
.menu li:hover > ul {visibility:visible;}

/* for IE5.5 and IE6 you need to style each level hover */

/* make the second level visible when hover on first level link */
.menu ul a:hover ul {
visibility:visible;
}


#copyright
{
	width:80%;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	margin-top: 35px;
	margin-right: 0;
	margin-left: 15px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}


#leftnav
{
	float: left;
	width: 160px;
	margin: 0;
	padding-top: 2em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
}

#rightnav
{
	float: right;
	width: 200px;
	margin: 0;
	padding-top: 2em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
}

#content
{
	margin-left: 190px;
	margin-right: 220px;
	padding-top: 2em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
}

#footer
{
	clear: both;
	margin: 0;
	height: 1px;
	padding: .5em;
	background-color: #FFFFFF;
	}

#leftnav p, #rightnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }
.style2 {color: #FFFFFF}


	
div.pic
{
	float: left;
	height: 190px;
	width:  130px;
	padding: 0 15px;
	margin: 5px 3px;
	}
	
div.ls img
{
	height: 96px;
	width:  128px;
	margin: 32px 0 0;
	}
	
div.pt img
{
	height: 128px;
	width:  96px;
	margin: 0 16px;
	}
	
div.pic ul
{
	margin: .25em 0 0;
	padding: 0;
	font: bold small Arial, Helvetica, sans-serif;
	}
	
div.pic li
{
	list-style: none;
	}

li.title
{
	display: block;
	text-align: center;
	}	
	
#gallery
{
	margin-left: 190px;
	margin-right: 20px;
	padding-top: 2em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
}

#galleryrightnav
{
	float: right;
	width: 0;
	margin: 0;
	padding-top: 2em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
}
	
#box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	margin: 20px;
	padding: 10px;
	border: 2px dashed #993399;
	float: right;
	width:220px;
	background-color:#FF77BD;
	}


