/* Body Text */
body {
  margin: 0; padding: 0;
  background: 		#999999;
  color: 		#000000;
}


#stripe, #page, #snowbox {
  position: absolute;				/* Line it up at top of page */
  top:3px; left:0;
  width: 		100%;
}

/* The box containing the nav bar */
#stripe {
  z-index: 	1;
  top: 10px;
  height: 		75px;			/* Fix height to encompass nav bar */
  border-style: 	solid;			/* Give it a thick lt gray top border */
  border-width: 	1px 0 1px 0;
  border-color: 	#CCC #000 #CCC #000;
  background: 		#336699;
}

#snowbox {
  z-index: 	2;
  top: 0; left:0;
  height: 112px;
}

#lights {
  z-index:	4;
}

/* Container so everything else prints on top of stripe */
#page {	
  z-index:	5;
}

/* The image at top of page */
#logo {
  float: right;					/* Float as rightmost object */
}  
#logo h1 {
  clear: right;
  margin:  		0px  0    0    8px;	/* Position image within box */
  padding: 		0px 10px 10px 16px;	/* Space t-r-b-l around image */
  font-family: 		Georgia,Sans-Serif;
  font-size: 		38px;
}
#logo h1 a {
  color: 		#666666;
  text-decoration: 	none;
}


/* Text links along top of page */
#navigation {
  float: 		left;			/* Sit as leftmost object */
  width: 		310px;			/* Include 3 nav buttons across */
  min-height: 		75px;			/* Be at least as tall as stripe */
  margin: 		12px 0 12px 0;		/* Position wrt page */
  padding: 		0;
  list-style: 		none;
}
#navigation div {
  float: 		left;			/* line up to left within container */
  width: 		100px;			/* each button 100px wide */
  margin: 		6px 0 6px 0;			
  text-align: 		center;
  /* border: 1px #F00 solid; */
}
#navigation a {
  text-decoration: 	none;
  font-family: 		Georgia,Sans-Serif;
  font-weight: 		bold;
  color: 		#ffffff;
  padding-bottom: 	4px;
  white-space: 		nowrap;
  display: 		inline;
}
#navigation a:hover {
  padding-bottom: 	0;
  border-bottom: 	4px #ffffff dotted;
}
* html #navigation a {
  width: 		0;
  display: 		block;
  margin: 		0 auto 0 auto;
}

/* The user info display */
#user {
  font-family: 		Georgia,Sans-Serif;
  font-size: 		11px;
  margin: 		20px 10px 0 0;
}

/* The spacer */
div.spacer {
  clear: 		both;
  background: 		red;
}

/* The main text on the page */
#content {
  clear: 		left;			/* Forces content below nav */
  padding: 		0 40px 40px 50px;			
  font-family: 		Verdana,Sans-Serif;
  font-size: 		10pt;
}
#content h2 {
  font-family: 		Georgia,"Times New Roman",Sans-Serif;
  font-size: 		16pt;				     
  font-weight: 		normal;				     
  margin: 		20px 0 10px -20px;		     
  color: 		#444;
}
#content h2 a {
  font-weight: 		normal;
  color: 		#444;
  text-decoration: 	none;
}
#content h2 a:visited 	{ color: #444; }
#content h2 a:hover	{ color: #884444; background-color: #999999; }

#content p  {
  padding: 		0;
  margin: 		0.75em 0 0em 0;
}

#content blockquote {
  margin-top:    	0.75em;
  margin-bottom: 	0;
  margin-left:	   	20px;
  padding: 		0;
}
#content div.aelink {
  margin-top:	  	20px;
  margin-bottom:   	5px;
}
#content div.aeextended {
  margin-top:	  	20px;
  margin-bottom:   	5px;
  margin-left:	   	20px;
}
#content div.aecomment {
  margin-top:	  	20px;
  margin-bottom:   	5px;
  margin-left:	   	20px;
}



#content p.footer {
  font-size: 		10px;
  padding: 		0 0 5px 0;
  margin:  		2px 0 0px 0px;
  border-bottom: 	1px dotted #dddddd; 
  width: 		80%;
}


#content .footer a { 
  font-weight: 		bold;
  text-decoration: 	underline;
  color: 		#666; 
}
#content .footer a:visited {
  color: #664D4D;
}

/* Footer at bottom of page */
#footer {
  margin: 		0;
  font-family: 		Verdana,Sans-Serif;
  font-size: 		10pt;
  text-align: 		center;
  margin: 		12px 0 12px 0;
  padding: 		6px 0 6px 0;
}

/* The sidebars along the right */ 
div.sidebarbox {
  float: 		right;			
  clear: 		right;	
  
}

#content div.sidebar, div.calendar {
  border: 		#FFF solid;
  border-width: 	1px 0 1px 1px;		
}
#content div.sidebar {
  width:   		182px;			
  padding: 		10px 3px 10px 15px;	
  margin: 		20px -40px 0 20px;	
  background: 		#666;			
}
#content div.sidebar p {
  font-family: 		Verdana,Sans-Serif;
  font-size: 		7pt;
  margin: 		0 0 0 0;
  text-indent: 		-5px;
}
#content div.sidebar p.nohang {
  margin: 		0 0px 5px 0px;
  text-indent: 		0px;
}
#content div.sidebar h4 {
  font-size:		10px;
  margin: 		0 0 3px 0;
  text-indent: 		-5px;
}
div.calendar {
  width: 		200px;
  margin: 		20px -40px 20px 20px;
  padding: 		0;
  overflow: 		hidden;
}


div.container {
  overflow: 		hidden;
}

#content a,#user a,div.sidebar a, #footer a{
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
}
#content a:hover,#user a:hover,div.sidebar a:hover, #footer a {
  color: #FFF;
  background: #9090A0;
}
#content a:visited	 {  color: #663333; }
#user a:visited {
	color: #FFF;
}

input {
  border: 1px #FF0 outset;
  background: #069;
  color: #FFF;
}
input.text {
  width: 240px;
}
input[type="text"],input[type="password"] {
  border: 1px #FF0 inset;
}
input[type="submit"] {
  min-width: 100px;
  text-align: left;
}
textarea {
  border: 1px #FF0 inset;
  background: #069;
  color: #FFF;
  width: 70%;
}
ul {
  list-style: square;
  padding: 0;
  margin: 0;
}
li {
  padding: 0;
  margin: 2px 0 0 20px;
}
#tb {
  margin: 40px 0 0 0;
  width: 400px;
  border: 1px #FFF solid;
  background: #069;
}
#tb br { clear: both; }
#tb p {
  margin: 10px;
  clear: both;
}
#tb p.footer {
  font-size: 8px;
  color: #CCC;
  float: right;
  clear: both;
}

span.u { text-decoration: underline; }
span.b { font-weight: bold; }
span.i { font-style: italic; }

.clearfix {   clear:both; }
/* #content p, #content div { border: 1px solid gray; } */
