			/* Styles applicable to all pages */
			body {
				font-family: sans-serif;
			}
			h1 {
				font-family: "Comic Sans MS", cursive;
				font-size: 150%;
			}
			h2 {
				text-align: left;
			}
			.fl_right {
				float: right;
				margin: 20px 5px 20px 40px;
			}
			.fl_left {
				float: left;
				margin: 20px 40px 20px 5px;
			}
			.comment_box {
				text-align: justify;
				color: blue;
				border: black 1px solid;
				padding: 5px 5px 10px 5px;
				margin: 10px 0px 10px 10px;
				float: right;
				width: 35%;
				max-width: 400px;
				min-width: 200px;
				background: #CCCCFF;
			}
			.fix_100 {
				float: left;
				width: 100pt;
			}
			.fix_150 {
				float: left;
				width: 150pt;
			}
			.force_left {
				float: left;
				clear: left;
			}

			.break {
				clear: both;
				
			}
			.column {
				width: 30%;
				float: left;
			}

			/* Styles applicable to default pages */
			#default {
				clear: left;
				max-width: 1200px;
			}
			#paypal {
				width: 175px;
			}

			/* Styles applicable to Header and Footer */
			img {
				border-width: 0px;
			}
			#header {
				max-width: 1190px;
				height: 100px;
				background-image: url("/images/banner.jpg");
			}
			#header a {
				text-decoration: none;
				display: block;
			}
			#header a:visited {
				color: blue;
			}
			#header a:hover {
				color: gray;
			}
			#header p {
				height: 100px;
				float: left;
				text-align: center;
				width: 15%;
				margin: 2%;
				font-size: larger;
				margin-top: 0px;
			}
			#header_logo p {
				padding-top: 0px;
			}
			#footer {
				clear: both;
				max-width: 1200px;
				border-top-style: double;
			}
			#footer p {
				float: left;
				padding-left: 10px;
				margin-right: 20px;
			}

			/* Styles applicable to action buttons */
			#actions {
				clear: both;
				max-width: 1200px;
			}
			#actions p {
				float: left;
				font-family: "Comic Sans MS", cursive;
				font-size: larger;
				text-align: left;
				width: 33%;
				margin: 1px 1px 5px 1px;
			}
			#actions a {
				text-decoration: none;
				display: block;
				border: 3px blue outset;
				background-color: #CCCCFF;
			}
			#actions a:visited {
				color: blue;
			}
			#actions a:hover {
				color: gray;
			}
