/* \*/
  * html #main {
    overflow: hidden;
    o\verflow: visible;
    width: 100%;
    w\idth: auto;
    he\ight: 1%;
  }
/* */

html, body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	}

body {
  	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  	font-size: 80%;
	color: #B3B5BB;
	background: #172672;
	}

div#links {
	position: absolute;
	top: 0;
	left: 0;
	width: 175px;
	height: 600px;
	font: 14px Verdana, sans-serif;
	z-index: 100;
	}

div#links a {
	display: block;
	text-align: center;
	font: bold 1em sans-serif;
	padding: 5px 10px;
	margin: 0 0 1px;
	border: solid 2px outset;
	text-decoration: none;
	color: #0F194B;
	background: #B3B5BB;
	}

div#links a:hover {
	border: solid 2px inset;
	color: #B5B5BF;
	background: #172672;
	}

div#links a span {
	display: none;
	}

div#links a:hover span {
	display: block;
	position: absolute;
	top: 260px;
	left: 0;
	width: 125px;
	padding: 5px;
	margin: 20px;
	z-index: 100;
	color: #B5B5BF;
	background: #172672;
	font: 10px Verdana, sans-serif;
	text-align: center;
	}

#pagetitle {
	margin: 0;
	padding: 10px 0 0 230px;
	text-align: left;
	font-size: 200%;
	color: #B3B5BB;
	}

#heading {
	font-size: 140%;
	font-weight:bold;
	text-align: center;
	}

.indent {
	margin-left: 20px;
	}

ul.square {
	margin-top: 0; margin-bottom: 0; list-style-image: url(square.gif);
	}

ul.circle {
	margin-top: 0; margin-bottom: 0; list-style-image: url(circle.gif);
	}

.j {
	color: red
	}

.b {
	color: #3B55D8;
	}

blockquote {
	margin: 25px;
	color: #3B55D8;
	font-style: italic;
	}

blockquote p {
	margin: 0;
	padding: 5px 0 0 5px;
	}

.source {
	margin: 0;
	padding: 0 5px 5px 0;
	color: #0F194B;
	font-weight: bold;
	text-align: right;
	font-style: normal;
	}

.day {
	margin: 5px;
	padding: 0 10px 0 0;
	border: solid;
	border-width: 2;
	border-style: outset;
	padding: 4px;
	color: #0F194B;
	background: #CCCDD0;
	font-size: 125%;
	font-weight: bold;
	}

table {
  	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  	font-size: 75%;
	color: #0F194B;
	background: #B3B5BB;
	}

#bottom {font-size: 1px; line-height:0; margin:0; padding:0;}

#header {
	margin: 10;
	padding: 0; 
	background: url("photo.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 10px 10px;
	height: 100px; } /*** must be set so the following absolutely positioned divs are 
			    placed correctly on initial load of the page***/ 

#leftbox {
	position: absolute;
	left: 0px;
	width: 175px;
	border-top: 1px solid #000;
	background-color: #172672;
	color: #000;
	padding-top: 5px; }

#container {
	margin-left: 175px;
	}

/*** IE5/Mac has trouble with right positioned boxes due to a secret margin. See  
     - http://www.l-c-n.com/IE5tests/right_pos/index.shtml - Philippe Wittenbergh's page 
     for an explanation of this problem and Sam Foster's page for an explanation of the 
     hack used  - http://www.sam-i-am.com/testsuite/css/mac_ie5_hack.html - ***/
 
#rightbox {
	position: absolute;
	right: 16px;
	margin-right: -15px;
	width: 138px;
	padding-top: 5px;
	color: #B3B5BB;
	background: #172672; }

/* hide the following from IE5-Mac \*/
#rightbox {
	right: 0;
	margin-right: 0; }
/* IE5-Mac can see the rest */

#rightbox a {
	font: 90% sans-serif;
	text-decoration: none;
	color: #D9A50C;
	}

#rightbox a:hover {
	font: bold 90% sans-serif;
	text-decoration: none;
	color: #D9A50C;
	}


#wrapper {
	margin-right: 138px;
	padding-top: 5px; }

/*** Tan hack for IE. Only IE browsers see this selector.
     This replaces the old Tantek hack. Please see Edwardson Tan's page.
     http://www.info.com.ph/~etan/w3pantheon/style/modifiedsbmh.html ***/

* html #wrapper {
	width: 100%; /*** IE5.5 needs this value to eliminate a horizontal scrollbar ***/
	w\idth: auto; } /*** resets the value for IE6 and IE5-Mac ***/

.left {
	float: left;
	margin-left: 0px;
	width: 40%;
	padding: 0;
	color: #0F194B;
	background: #B3B5BB; }

html>body .left {margin-left: 0px; } /*** IE doubles the margin on the float. This sets
					the margin to the correct width for others ***/

.right {
	float: right;
	margin-right: 0px;
	width: 40%;
	padding: 0;
	color: #0F194B;
	background: #B3B5BB; }

html>body .right {margin-right: 0px; } /*** IE doubles the margin on the float. This sets
					the margin to the correct width for others ***/

.clear {
	clear: both;
	margin: 0;
	padding: 0; }

#contents {
	margin: 8px 149px 5px 10px;
	/*margin-right: 149px;
	margin-left: 10px;*/
	border: solid;
	border-width: 2;
	border-style: inset;
	padding: 4px;
	color: #0F194B;
	background: #B3B5BB;
	padding: 3px;
	position: relative; } /*** IE6 needs this to display the div ***/

#footer {
	color: #CCCDD0;
	margin: 2em;
	} 

#footer a {
	font: 90% sans-serif;
	text-decoration: none;
	color: #D9A50C;
	}

#footer a:hover {
	font: bold 90% sans-serif;
	text-decoration: none;
	color: #D9A50C;
	}
