* {
	margin: 0px;
	padding: 0px;
}
/* main body */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
#container1 {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}
#container2 {
	padding: 2px;
}

#header {
	background-color: #FFF;
	margin: 2px;
}
#header h1 {
	font-size:36px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#sidebar {
	float: left;
	width: 180px;
	background-color: #FFF;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
/* sidebar store hours */
#sidebar li {
	list-style-type: none;
	background-color:#86D3F9;
	color: Green;
	text-decoration: none;
	line-height: 20px;
	border-bottom: 1px solid #000;
}


#maincontent {
	margin-left: 190px;
	background-color:#FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 16px;
}



/* footer */
#footer{
	border-top: 2px solid #CCCCCC;
	background-color:#0080FF;
	margin: 2px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}

.nofloat {
	clear: both;
}



/* Navigation Menu */
ul#nav
{
	width: 100%;
	margin: 2px;
	border-bottom: 27px solid #FFF;
}

ul#nav ul
{
	margin:0;
	padding-top:0px;
}

ul#nav a
{
text-decoration: none;
color: black;
}

ul#nav a:hover
{
color: yellow;
}

ul#nav li
{
display:inline;
position:relative;
float: left;
width: 163.5px;
height: 2em;
line-height: 2em;
background-color: #3399FF;
border-right: 1px solid #CCFFFF;
list-style-type: none;
text-align:center;
font-size:14px;
font-family:Arial, Helvetica, sans-serif;
}

ul#nav li.noBorder
{
border-right: none;
}

ul#nav li:hover {
background-color:#99CCFF;
}


ul#nav li a
{
display: block;
float: left;
width: 100%;
}


/* Second Tier */
ul#nav li ul
{
display: none;
}

ul#nav li:hover ul
{
display: inline;
float: left;
width: 163.5px;
height: auto;
margin: 0; padding: 0;
font-size: 1em;
}

ul#nav li:hover ul li
{
width: 100%;
height: 2em;
background-color: #CCFFFF;
border: none;
border-bottom: 1px solid #3399FF;
overflow: hidden;
text-align: left;
font-size:12px;
}

ul#nav li:hover ul li a
{
display: block;
margin: 0; 
padding: 0 0 0 1em;
height: 100%;
line-height: 2em;
}


ul#nav li:hover ul li a:hover
{
background-color:#39F;
}

/* banner */	
#banner {
	width: 990px;
	margin:2px;
}

/* font color green in index page */
#green {
	color:#060;
	font-weight: bold;
}
/* font list bulleted to left in index page */
#list {
	font-size:16px;
	margin-left: 15px;
}

#floatDate {
	font-size:13px;
	margin-top: -4em;
	text-align: right;
}

#table {
	width:780;
	border:0;
	padding:10;
}


/* forms  */ 
form {
	background-color:#FCFCFC;
}	
#form p{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
}
.star {color: #FF0000;
}



/* gallery */
#mainCenter {
	height:100%;
}

#titleframe {
	width: 100%;
	/*height: 92px;*/
	background-color: #CCCCCC;
	
}

#TopFrame {
	width: 100%;
	height: 100%;
	border: 0px;
}

#BottomFrame {
	width: 100%;
	height: 100%;
	border: 0px;
}

a 			{ color: #000; text-decoration: none; font-weight:normal;} 
a:hover		{ color: #000; text-decoration: underline; }

/* title frame */

.titleContent { padding: 6px 0 6px 6px; }

.banner
{
	font-size: 12px;
	font-family: Trebuchet MS, verdana, arial;
	color: #333;
}

.banner .title{
	font-size:1.2em;
	font-weight:bold;
}

.banner .info{
	font-size:0.9em;
}

.banner .email{
	font-weight:bold;
}

/* index frame */

.indexContent {
	width:95%;
	border-bottom:1px dotted #333333;
	padding-top:6px;
	padding-bottom:6px;
}

.indexInfo {
	font-size: 12px;
	font-family: Trebuchet MS, verdana, arial;
	padding: 0 0 0 6px;
}

.indexInfo .filename {
	color: #000;
}

.indexInfo .date {
	color: #666;
}

/* file info */

#content {
	width:100%;
	font-size:13px;
	font-family:Verdana, arial;
	color: #333333;
	border-bottom:1px dotted #333333;
	padding:8px;
}

#content .header{
	font-size:9px;
	font-weight:bold;
	color: #999;
}

#contentLast {
	width:95%;
	font-size:11px;
	font-family:Trebuchet MS, verdana, arial;
	color: #333333;
	padding-top:6px;
}

#contentLast .header{
	font-size:9px;
	font-weight:bold;
	color: #999;
}

