body {
	margin:0px;
	background: url('images/redstripe.jpg') repeat-x;
	}

#menu {
	background: url('images/menuheader.jpg') no-repeat;
	margin-right:auto;
	margin-left:auto;
	width:600px;
	height:80px;
	text-align:right;
	color:#CB3B37;
	font-family:Verdana;
	font-size: 8pt;

}

#menu a:link{
	line-height:100px;
	color:#000000;
	text-decoration:none;
	}

#menu a:visited{
	color:#777777;
	text-decoration:none;
	}

#menu a:hover{
	color:#333333;
	text-decoration:underline;
	}

a:link{
	color:#CB3B37;
	text-decoration:none;
	}

a:visited{
	color:#777777;
	text-decoration:none;
	}

a:hover{
	color:#333333;
	text-decoration:underline;
	}

#header {
	margin-right:auto;
	margin-left:auto;
	width:600px;
	}

#content {
	margin-right:auto;
	margin-left:auto;
	width:600px;
	}

h1 {
	font-family: Garamond;
	font-weight:normal;
	margin-right:auto;
	margin-left:auto;
	padding-left:4px;
	width:600px;
	height:30px;
	font-size:18pt;
	line-height:18pt;
	background: url('images/largerule.jpg') no-repeat 0px 15px;
	}


h2 {
	font-family: Garamond;
	font-weight:normal;
	margin-right:auto;
	margin-left:auto;
	margin-top:14pt;
	height:20px;
	width:450px;
	font-size:14pt;
	background: url('images/smallrule.jpg') no-repeat 0px 15px;
	}

#content p {	
	font-family: Verdana;
	font-size: .70em;
	line-height:16pt;
	width:450px;
	padding-left:75px;
	text-align: justify;
	margin-bottom:6pt;
	}

#content ul {	
	font-family: Verdana;
	font-size: .70em;
	line-height:16pt;
	width:450px;
	padding-left:115px;
	text-align: justify;
	margin-bottom:6pt;
	}


#footer {
	background: url('images/rule.jpg') no-repeat;
	margin-right:auto;
	margin-left:auto;
	width:450px;
	height:45px;
	padding-top:5px;
	}

#footer p {	
	font-family: Verdana;
	font-size: 7pt;
	padding-left:25px;
	text-align:center;
	}

.floatleft {
	float:left;
	padding:5px;
	}

.emphasis {
	color:#CB3B37;
	font-weight:bold;
	}

