	html, body {
		margin:0px 0px 0px 0px;
		padding:0px;
		font: normal 90% Verdana, Helvetica, sans-serif;
		}

	#page {
		margin: 0;
		padding: 0;
		float: none;
		width: 950px;	
	}


	#banner {
	}


	#banner h1 {
		font-size:14px;
		padding:10px 10px 0px 10px;
		margin:0px;
	}

	
	#leftcontent {
		float: left;
		width: 180px;
		height: 600px;
		background-image:url(images/orange_bar.gif);
		background-repeat: repeat;
		border-left: 1px solid #000;
		border-right: 1px solid #000;
		border-bottom: 1px solid #000;
	}

        #leftcontent .box {
		float: left;
                border: 1px solid #000;
		text-align: center;
                font-size: 10px;
                margin-top: 20px;
                margin-left: 10px;
                margin-right: 10px;
		padding: 5px;
                background: #fff;
        }

	#centercoll {
		float: left;
		width: 310px;
		padding: 10px;
	}

	#centercols {
		float: left;
		width: 240px;
		padding: 10px;
	}

        #centercoll .dashbox {
                margin-left: 2px;
                margin-right: 2px;
                margin-bottom: 2px;
                border: 2px dashed #FF9966;
                padding: 10px;
		height: 400px;
                text-align: justify;
        }
        #centercols .dashbox {
                margin-left: 2px;
                margin-right: 2px;
                margin-bottom: 2px;
                border: 2px dashed #FF9966;
		height: 400px;
                padding: 10px;
                text-align: justify;
        }


	#centercontent {
		margin: 0px;
		padding: 10px;
		float: left;
		background:#fff;
		width: 570px;
		/*
		IE5x PC mis-implements the box model. Because of that we sometimes have
		to perform a little CSS trickery to get pixel-perfect display across browsers.
		The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
		parsing bug in IE5x PC that will prematurly close a style rule when it runs
		into the string "\"}\"". After that string appears in a rule, then, we can override
		previously set attribute values and only browsers without the parse bug will
		recognize the new values. So any of the name-value pairs above this comment
		that we need to override for browsers with correct box-model implementations
		will be listed below.
		
		We use the voice-family property because it is likely to be used very infrequently,
		and where it is used it will be set on the body tag. So the second voice-family value 
		of "inherit" will override our bogus "\"}\"" value and allow the proper value to
		cascade down from the body tag.

		The style rule immediately following this rule offers another chance for CSS2
		aware browsers to pick up the values meant for correct box-model implementations.
		It uses a CSS2 selector that will be ignored by IE5x PC.
		
		Read more at http://www.glish.com/css/hacks.asp
		*/
		
		voice-family: "\"}\"";
		voice-family: inherit;
		}

	#centercontent .special {
		text-align: center;
		padding: 20px;
		margin: 30px;
		border: 15px solid #FF9933;
		clear: both;
	}

	#centercontent .special h1 {
		background-image:url();
        background-repeat: no-repeat;
		font-size: 20px;	
		color: #0066CC;
		border: 0;	
	}

	#centercontent .special h2 {
		font-size: 20px;	
		color: #FF9966;
		border: 0;	
	}

	#centercontent .box {
		padding: 15px;
		margin: 10px;
		border: 2px dashed #FF9966;
	}
 	#centercontent .dashline {
                margin-left: 10px;
                margin-right: 10px;
                margin-bottom: 10px;
                border-top: 2px dashed #FF9966;
        }
 	#centercontent .dashbox {
                margin-left: 5px;
                margin-right: 5px;
                margin-bottom: 5px;
                border: 2px dashed #FF9966;
		padding: 10px;
		text-align: justify;
        }

	#centercontent .guest {
		font-size: 10px;
		padding-right: 20px;
		padding-top: 0px;
		background-image:url(images/orange_oval.gif);
		background-position: 100% 0%;
		background-repeat: no-repeat;
		text-align: right;
		color: #000;
		height: 31px;
	}

	#centercontent .ad {
		margin: 20px;
		text-align: center;
	}

	#centercontent .guestline {
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 10px;
		border-top: 1px solid #FF9966;
	}
	#centercontent .guesttext {
		font-style: italic;
		margin-top: 5px;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 20px;
		background: url(images/quotes.png) top left no-repeat transparent;
	}

	#centercontent .special h2 {
		font-size: 16px;	
		border: 0;	
	}

    #centercontent h1 {
        margin-bottom: 0px;
        font-size: 14px;
        padding-left: 10px;
        padding-top: 10px;
        /*border-bottom: 1px solid #FF9966;*/
        background-image:url(images/orange_oval.gif);
        background-repeat: no-repeat;
        color: #000;
        height: 22px;
    }

    #centercontent .h1line {
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 10px;
        border-top: 1px solid #FF9966;
    }
	.orange {
		color: #FF9933;
		font-weight: bold;
	}

	.red {
		color: #ff0000;
		font-weight: bold;
	}

	#rightcontent {
		float: right;
		margin: 0;
		width: 170px;
		background:#fff;
		background-image:url(images/orange_bar.gif);
		background-repeat: repeat;
		border-left: 1px solid #000;
		border-right: 1px solid #000;
		border-bottom: 1px solid #000;
		}

	#rightcontent h1 {
		background-image:url(images/silver_oval.gif);
		background-repeat: no-repeat;
		background-position: center;
		padding-top: 5px;
		padding-bottom: 0;
		margin-top: 5px;
		margin-bottom: 0;
		text-align: center;
		font-size: 12px;
		height: 20px;
		color: #ff6633;
	}

	#rightcontent .box {
		border: 1px solid #000;
		font-size: 10px;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 20px;
		padding: 5px;
		background: #fff;
	}	
		
	#rightcontent p {
		font-size:10px
	}
	
	/* Menu Section */

	#navlist {
		float: left;
		width: 150px;
		margin-top: 20px;
		margin-left: 8px;
	}

	#navlist ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		font-size: .9em;
	}

	#navlist li {
		font-size:10px
		margin: 0;
	}

	#navlist a {
		display: block;
		padding: 2px 2px 2px 0px;
		background-image:  url(images/silver_oval.gif);
		background-repeat: no-repeat;
		background-position: 50% 50%;
		text-align: center;
	}

	#navlist a:link, #navlist a:visited {
		color: #000;
		text-decoration: none;
	}

	#navlist a:hover, #navlist a:active,
	#uberlink a:link, #uberlink a:visited,
	#uberlink a:hover, #uberlink a:active {
		background-image:  url(images/dark_oval.gif);
		background-repeat: no-repeat;
		background-position: 50% 50%;
		color: #fff;
	}


	#navlist p {
		font-size: .8em;
	}
 
	#none {
		background-image: none;
		padding: 0;
	}

	#none a:link,  #none a:visited, 
	#none a:active 
	{
		background-image: none;
		padding: 0;
		margin-left: 30px;
		text-align: left;
		color: #fff;
	}

	#none a:hoover {
		color: #FF9933;
		text-decoration: underline;
	} 


	p {
		clear: none;
		margin: 0px 0px 16px;
	}

	#footer{
		clear:both;
		margin-top: 1em;
		text-align: center;
		padding:35px 0px 35px 0px;
	}

	#footer a {
		text-decoration: none;
                color: #4d4d4d;
	}
	#footer a:link {
		font-weight: bold;
		text-decoration: underline;
                color: #4d4d4d;
	}
	#footer a:hover {
		font-weight: bold;
		color: #FF9933;
		text-decoration: underline;
	}
	#footer a:visited {
		font-weight: bold;
		text-decoration: underline;
                color: #4d4d4d;
	}


        a {
                text-decoration: none;
                color: #4d4d4d;
        }
        a:link {
                text-decoration: underline;
                color: #4d4d4d;
        }
        a:hover {
                color: #FF9933;
                text-decoration: underline;
		font-weight: bold;
        }
        a:visited {
                color: #4d4d4d;
        }




	/* Table */

	td.left {
		text-align: left;	
	}
	td.two {
		background-color: #FFD9B3; color: black;
	}


	tr.one {
		background-color: #FF9966; color: black;
    	text-align: center;
		font-weight: bold;
	}
	tr.two {
		background-color: #FFCC99; color: black;
		text-align: center;
	}
	tr.three {
		background-color: #FFD9B3; color: black;
		text-align: center;
	}
	tr.four {
		background-color: #FFD9B3; color: black;
	}
	
	#centercontent .photobox {
		clear: both;
		text-align: center;
	} 

	#centercontent .photoboxS {
		clear: both;
		text-align: justify;
	}
 
	#centercontent a.photo {
		float: left;
		padding: 4px; 
		border: 5px solid #F1F1F1;
		margin: 5px;
        }

	#centercontent a.photoa {
		float: left;
		padding: 4px; 
		border: 5px solid #F1F1F1;
		margin: 5px;
        }

	#centercontent a.photo1 {
		float: left;
		padding: 1px; 
		border: 5px solid #F1F1F1;
		margin: 1px;
        }

        #centercontent a.photo:hover, 
	#centercontent a.photo:active {
		margin: 5px;
                border: 5px solid #FFD9B3;
        }

        #centercontent a.photo1:hover, 
	#centercontent a.photo1:active {
		margin: 1px;
                border: 5px solid #FFD9B3;
        }

	#centercontent p {
		text-align: justify;
	}

	.hidden {
	display: none;
	}
