/* Global Styles */

body {
	margin:0px;
	text-align:left;
	}
	
td {
	font:13px helvetica, geneva, sans-serif;
	color:#999999;
	background-color: #000000;
	}
	
a {
	color: #CCCCCC;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #333300;
	text-decoration:underline;
	}
	
/* ID Styles */

/* Nifty Navigation Tricks Using CSS [CSS Tutorials] */
/* http://www.sitepoint.com/article/navigation-using-css/ */

/* Original Navigation BEGIN */
/*	*/


/*

#nav-menu ul
	{
	float: left;
	list-style: none;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 2px 8px 2px 8px;
	text-align:left;
	border-color:#333300;
	border-style:solid;
	border-width: medium
	}

*/

/*
#nav-menu ul
	{
	margin: 0px 0px 0px 0px;
	padding: 0px 00px 0px 0px;
	text-align:left;
	}

#nav-menu li
	{
	float: left;
	list-style: none;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-color:#333300;
	border-style:solid;
	border-width: medium
	}
*/


/* http://www.w3.org/TR/CSS2/box.html */

	
#navigation ul {
	font:11px helvetica, geneva, sans-serif;
	color: #333300;
	letter-spacing:0.1em;
/*	float: right; */
	list-style: none;
	list-style-type: none;
	margin: 20px 0px 20px 40px;
	padding: 5px 5px 5px 5px;
	text-align: center;
	border-color:#333300;
	border-style:solid;
	border-width:thin;
	}
	

#navigation a {
	color: #999966;
	text-decoration:none;
	letter-spacing:0.1em;
	font-family: helvetica, geneva, sans-serif;
	font-size: 11px;
	text-align:left;
	}
	
#navigation a:hover {
	color: #CCCCCC;
	text-decoration:underline;
	}


/*	*/
/* Original Navigation END */


#padding {
	padding:20px 5px 20px 5px;
	}
	
#weekdays th {
	font:13px helvetica;
	color: #000000;
	letter-spacing:0.2em;
	}

#calheader td {
	font-weight:bold;
	}

/* Class Styles */

.logo {
	font:24px helvetica; 
	color: #FFFF99;
	letter-spacing:0.4em;
	font-weight:bold;
	}

.sidebarText {
	font:13px georgia;
	color: #CCCCCC;
	line-height:18px;
	}
	
.bodyText {
	font:13px helvetica, geneva, sans-serif;
	line-height:24px;
	color:#CCCCCC;
	}
	
.pageName {
	color: #999999;
	letter-spacing:0.1em;
	line-height:24px;
	font-family: helvetica, geneva, sans-serif;
	font-size: small;
	}
	
.subHeader {
	font:14px georgia;
	color: #333333;
	font-weight:bold;
	line-height:20px;
	letter-spacing:0.1em;
	}



.navText {
	font:11px helvetica, geneva, sans-serif;
	color: #333300;
	letter-spacing:0.1em;
/*	text-align:left; */
	}
	

.calendarText {
	font:13px helvetica, geneva, sans-serif;
	line-height:14px;
	color:#333333;
	}
	

/* */


#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: #FFFFFF; text-decoration: none; font-weight:bold;} 
a:hover		{ color: #FFFFFF; text-decoration: underline; }

.userAlert{
	float:right;

}


/* title frame */

.titleContent { padding: 6px 0 6px 6px; }

.banner
{
	font-size: 13px;
	font-family: Trebuchet MS, verdana, helvetica;
	color: #999999;
}

.banner .title{
	font-size:1.2em;
	font-weight:bold;
}

.banner .info{
	font-size:0.9em;
}

.pagenums {
	font-size:13px;
	font-family: Trebuchet MS, verdana, helvetica;
	color: #999999;
}

.banner .email{
	font-weight:bold;
}

/* index frame */

.indexContent {
	width:95%;
	padding-top:6px;
	padding-bottom:6px;
}

.indexInfo {
	font-size: 13px;
	font-family: Trebuchet MS, verdana, helvetica;
	padding: 0 0 0 6px;
}

.indexInfo .filename {
	color: #999999;
}

.indexInfo .date {
	color: #999999;
}

/* file info */

#imageInfo{
	width: 461px;
	font-family: Trebuchet MS, verdana, helvetica;
	padding: 0 6px 0 6px;
}

.content {
	font-size:13px;
/*	color: #FFFFFF;*/

	padding-top:6px;
	padding-bottom:6px;
}

.header{
	font-size:13px;
	font-weight:bold;
	color: #999999;
}

.contentLast {
	font-size:13px;
/*	color: #FFFFFF;*/
	padding-top:6px;
}

/* feedback */

.feedback {
	width: 461px;
	font-family: Trebuchet MS, verdana, helvetica;
	padding: 6px 6px 0 6px;
}

.checkBoxText
{
	font-size: 13px;
	color: #999999;
}
.button {
	font-weight:bold;
	font-size: 11px;
	color:#999999;
	width:100%;
	background-color:#D6BA8B;
}
	
<!-- Copyright 2008 QuintusPhoto.com  All rights reserved. -->
