/* CSS Document */

	body {
		background-color:#fff;
		color:#000;
		font-family:"Times New Roman", times, sans-serif;
		font-size:100.1%;
		}
		
	#wrapper {
		width:754px;
		margin-right:auto;
		margin-left:auto;
		margin-top:20px;
		margin-bottom:25px;
		padding:0px;
		}
	
	#contentcenter {
		width:90%;
		background:#fff;
		padding:20px;
		}
		
	#contentcenter ul li a {
	display:none;
	list-style-type:none;
	}


    #contentcenter p {
		text-align:justify;
		padding:0px 75px 0px 25px;
		}
		
	#contentcenter h1 {
		font-size:125%;
		color:#993333;
		}

	#contentcenter h2 {
		font-size:115%;
		color:#993333;
		padding:0px 25px 0px 25px;
		}
	
	#contentheader {
	    width:750px;
		background:#ffffff;
		border:2px solid #000;
		}
		
    #navigation {
	display:none;
        background-color:#993333;
		color:#fff;
		font-weight:bold;
		padding:4px 0px 4px 0px;
		text-align:center;
        }
		
		#url {
		font-family:"Courier New", Courier, monospace;
        text-align:left;
        margin:0px 10px 0px 0px;
        padding-top:10px;
        padding-bottom: 10px;
        padding-left:10px;
        }
		
	#contentheader h1 {
		font-size:14px;
		padding:10px;
		margin:0px;
		}
	
	#footer {
	background-color:#666666;
	color:#fff;
	font-size:80%;
	text-align:right;
	width:750px;
	margin:0px 0 0px 0;
	border-top:2px solid #993333;
	padding:5px 0px 5px 0px;
	}
	
	#navigation a, #navigation a:link, a:visited {
	color:#fff;
	text-decoration:none;
	font-size:90%;
	}
	
	#navigation a:hover, #navigation a:focus {
	color:#fff;
	text-decoration:underline;
	font-size:90%;
	}

	#contentcenter a, #contentcenter a:link, #contentcenter a:visited {
	display:none;
	color:#000;
	text-decoration:underline;
	font-size:90%;
	}
	
	#contentcenter a:hover, #contentcenter a:focus {
	display:none;
	color:#fff;
	background-color:#993333;
	font-size:90%;
	}

	#footer a, #footer a:link, #footer a:visited {
	color:#fff;
	text-decoration:none;
	font-size:90%;
	}

	#footer a:focus, #footer a:hover {
	color:#ccc;
	text-decoration:underline;
	font-size:90%;
	}

	.border {
	border-bottom:2px solid #000;
	}
	
	.large {
	font-size:110%;
	font-weight:bold;
	font-style:italic;
	}
	
	.small {
	font-size:80%;
	}
	
	.xsmall {
	font-size:70%;
	}
	
	.liststyle {
	list-style-type:none;
	}
	
	.menu {
	display:none;
	}
