/*
	colors: 
		Yellow: #FFCC33
		Blue:	#333399
		Orange: #FF0000 or #FF3300
		
*/
		body{
			width: 750px;
			margin: 0 auto;
			font-family: Helvetica, Tahoma, Arial, sans-serif;
			font-size: 10pt;
			line-height: 1.6em;
			color: #000000;
			background-color: #FFF;
		}
		
		h1 {
			font-family: Helvetica, Arial, sans-serif;
			font-weight: normal;
			font-size: 32px;
			color: #FF0000;
			margin-bottom: 30px;
			background-color: #FFF;
		}
		
		h2 {
			color: #333399;
			font-size: 16pt;
			font-family: Helvetica, Arial, sans-serif;
		}

		h3{
             	 	color: #333399;
			font-size: 14pt;
		}
		
		a {
			color:#FF3300;
			text-decoration: none;
		}

		a:hover {
			color:#FFCC33;
			background-color: #FF3300;
		}

		
		form {
			float:left;
			margin-top: 0px;
			font-size: 10pt;
		}
		
		input {
			background-color: #FFF;
			color: #000000;
			border: 1px solid #CCC;
			font-size: 10pt;
			padding: 3px;
		}
		
		select {
			font-size: 10pt;
			padding: 3px;
		}
		
		
		.button {
			padding: 2px;
		}
		
		img {
		        float:left; 
		        padding:0px;
		}
		
		td.img {
			padding-left:0;
			font-size: 10px;
			text-align: center;
		}

		#header {
			padding-top: 10px;
			clear: both;
			margin-bottom: 10px;
		}
	
		#navigation ul {
			vertical-align: top;
			margin-left: 0;
			padding-left: 0;
			list-style-type: none;			
			float: left;
			width: 150px;
		}

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

		#navigation a:link, #navlist a:visited {
                        color: black;
			text-decoration: none;
		}
		
		#navigation a:hover {
                        background-color: #FFCC33;
                        color: black;
	                font-weight: bold;
	                background-repeat: no-repeat;
	                background-position: 96% 50%;
		}

		#content {
    			vertical-align: top;
			width: 580px;
			margin-left: 170px;
		        margin-right: 0px;
			margin-top: 15px;
		}
		
		#content p {
			text-align: justify;
			padding-bottom: 2px;
		}
	
		#Q {
			color: #333399;
			font-weight: bold;
			font-size: x-large;
		}

		#spacer {
			width: 580px;
			height: 15px;
		}

		#book {
    			vertical-align: top;
			width: 750px;
			margin-left: 0px;
		        margin-right: 0px;
			margin-top: 15px;		
		}

		#book p {
			text-align: justify;
			padding-bottom: 2px;
		}


		#footer {
			clear: both;
			background-color: #FFCC33;
			padding: 0px 5px 0px 5px;
		}
		
		#footer p {
                        color: black;
			padding: 5px;
		}
		
		#footer p a {
                        color: black;
			border-bottom: 1px dotted #eeeeee;
		}
		
		#footer p a:hover {
			color: #FFFFFF;
			background-color:#575352;
		}
