
/* CONTAINER */

		#container {
			width: 900px;
			margin: 10px auto;
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
			font-size: 15px;
			color: #333333;
			line-height: 1.0em;
		}
	

		h1 {
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 35px;
			color: #660033;
			margin-bottom: 50px;
                        margin-top: 0px;
		}
		
		h2 {
			color: #333333;
			font-weight: normal;
			font-size: 15px;
 			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif;
                        margin-top: 2px;
                        margin-bottom: 15px;
                        line-height: 1.3em
		}

		h3 {
			color: #660033;
			font-size: 25px;
 			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif;
			font-weight: normal;
                        margin-top: 2px;
                        margin-bottom: 15px;
                        margin-left: 0px;
                        line-height: 1.3em
		}

		h4 {
			color:#000088;
			font-size: 18px;
 			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif;
                        margin-top: 20px;
                        margin-bottom: 15px;
                        margin-left: 0px;
                        line-height: 1.0em
		}

		
		a {
			color:#AA0033;
			text-decoration: none;
		}

		a:visited {
			color:#000088;
		}


		a:hover {
			color:#0000FF;
		}

		
		form {
			float:right;
			margin-top: -45px;
			font-size: 9px;
		}

/* HEADER ELEMENTS */

		#header {
			border-bottom: 3px solid #000088;
			padding-top: 10px;
			clear: both;
			margin-bottom: 1px;
			line-height: 1.0em;
		}
		

		/* the slogan */
		#header p { 
			line-height: 1.8em;
			margin-top: -20px;
			margin-left: 30px;
		}

/* NAVIGATION ELEMENTS */

	 #navigation ul {
			margin-left: 0;
			padding-left: 0;
			list-style-type: none;			
			float: left;
			width: 170px;
                        font-size: 15pt;
                        line-height: 1.3em;
		}

		#navigation a {
			display: block;
			padding: 5px;
			width: 130px;
			border-bottom: 1px solid #008;
		}

		#navigation a:link, #navlist a:visited {
			color:#000088;
			text-decoration: none;
		}
		
		#navigation a:hover {
			background-color: #FFCCFF;
			color:#0000CC;
		}

/* THE SMALL BOX BELOW NAV */

		#navigation p {
			margin-top: 40px;
			padding: 5px;
			border-bottom: 1px dotted #008;
			border-top: 1px dotted #008;
		}
		
/* CONTENT ELEMENTS */

		#content {
			width: auto;
			margin-left: 175px;
			margin-right: 20px;
			margin-top: 20px;
			line-height: 20px;
			font-size: 15px;
		}
		
		#content p {
			padding-bottom: 10px;
			
		}

                #content td { 
 			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif;
                        margin-left: 0px;
			margin-right: 5px;
                        padding-left: 0px;
                        margin-top: 0px;
                        margin-bottom: px;
			font-size: 15px;
			line-height: 20px;
                }

                #content td.white { 
                        background-color: #FFFFFF
                }

                #content td.complete { 
                        background-color: #A0FFA0
                }

                #content td.inprog { 
			
                        background-color: #FFFFE0
                }

                #content td.dark { 
			
                        background-color: #EEE
                }

                #content td.white { 
			
                        background-color: #FFF
                }

                


                #content td.weeksep { 
                        background-color: #FFFFE0
                }

/* SIDEBAR ELEMENTS */

		#sidebar {
			float: right;
			width: 350px;
                        margin-left: 10px;
		}
		
		#sidebar p {
			padding-bottom: 10px;
			border-bottom: 1px solid #DDDDDD;
		}

/* FOOTER ELEMENTS */

		#footer {
			margin-top: 20px;
			clear: both;
			background-color:#575352;
			padding: 0px 5px 0px 5px;
		}
		
		#footer p {
			color:#89817f;
			padding: 5px;
		}
		
		#footer p a {
			color: #89817f;
			border-bottom: 1px dotted #89817f;
		}
		
		#footer p a:hover {
			color: #FFFFFF;
			background-color:#575352;
		}
		
