/*CSS by guigui - gueugaie.spymac.net*/

BODY {
	background: #000000;
	color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	font-family: Futura, Geneva, Arial, Helvetica, sans-serif;
}
/* ====== Text styles   =========== */
A, .text, .section {
	font-family: Futura, Geneva, Arial, Helvetica, sans-serif;
	color: #999999;
	text-align: justify;
	font-size: small;
}
A, .textBold, .textBoldUnderline {
	font-weight: bold;
	color: #FFFFFF;
}
.textBoldUnderline, .textUnderline {
	text-decoration: underline;
}
A {
	font-variant: small-caps;
}
A:hover {
	text-shadow: #9999FF 0px 0px 4px;
}
.text { font-size: 0.75em; font-family: Futura, "Lucida Grande", Geneva, Arial, Helvetica, sans-serif; }
/* ========= Nav bar ========== */
.navbar {
	margin: auto;
	padding-top: 5px;
	width: 75%;
	background: url(banner.jpg) right no-repeat;
}
.guigui {
	font-size: x-large;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-variant: normal;
}
.guiguiSub{
	color: #009900;
	text-decoration: none;
	font-weight: normal;
	font-variant: normal;
}
.navlink  {
	color: #ffffff;
	font-size: small;
	font-variant: small-caps;
	font-weight: bold;
	padding-top: 5px;
 }
.aNavBar, .aNavBarSelected {
	text-decoration: underline;
}
.aNavBarSelected {
	color: #FF6600;
}
/* ========= END Nav bar ========== */

/* ========= Main content ========== */
.content {
	font-size: medium;
	width: 75%;
	margin: auto;
	color: #CCCCCC;
}
/* =============  Section Style ============*/
.sectionDelimiter {
	border-left: 1px solid #663300;
}
.section {
	padding-top: 3px;
	background: url(gradsection.jpg) right repeat-y;
	color: #CCCCCC;
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #663300;
	border-left: 1px solid #663300;
}
.sectionBottom {
	text-align: center;
	font-size: small;
	clear: both;
	background: url(gradsectionbottom.jpg) repeat-y left;
	font-variant: small-caps;
	color: #CCCCCC;
}
.footnote, .footnotelink  {
	color: #222222;
	font-size: x-small;
	padding-top: 3px;
}
.footnote {
	width: 75%;
	margin: auto;
	text-align: center;
	border-top: 1px solid #111111;
}
/* ====== Floating Picture for main content  ======  */
.borderless, .pagepicture {
	border: none;
	text-decoration: none;
	float: left;
	margin: 5px;
}
.borderless {
	clear: left;
}
.borderlessRight {
	border: none;
	text-decoration: none;
	float: right;
	margin: 5px;
}
.noBorder {
	border: none
}
/* ========== HTML bottom nav bar =============*/
.bottomNavBar {
	font-size: small;
	z-index: 2;
	position: fixed;
	bottom: 0px;
	border-top: 1px solid #666666;
	width: 100%;
	text-align: center;
	color: #666666;
}
.aBottomNavBar {
	text-decoration: underline;
	text-align: center;
	color: #666666;
	background-color: black;
}
.trackerDiv {
	visibility: hidden;
	height: 1px;
}