body {
	margin: 0px 10px 10px 10px;
	background-color: #FFC; 
	color: #333;
	text-align: left;
	font-family: arial, helvetica, verdana, sans serif;
	font-size: 14px;
	}

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

a:visited {
	color: #666; 
	}

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

a:active {
	color: #C30;
	}

h1 {
   font-family: times new roman, times, georgia, serif;
   font-weight: normal;
   font-style: italic;
   font-size: 2.25em;
   letter-spacing: -0.1mm;
   color: #C30;
   line-height: 100%;
   margin-top: 0;
	}
	
h2 {
   font-family: times new roman, times, georgia, serif;
   font-style: italic;
   font-weight: normal;
   letter-spacing: -0.1mm;
   color: #C30;
   line-height: 100%;
   margin-top: 9px;

	}
	
h3 {
   font-family: times new roman, times, georgia, serif;
   font-weight: normal;
   font-size: 16px;
   color: #C30;
   margin-top: 2em;
   margin-bottom: 0px;
	}
	
p {
	font-family: arial, helvetica, verdana, sans serif;
	font-size: 15px;
	color: #333
	}
		
#container {
	line-height: 160%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 15px 15px 15px 15px;
	width: 750px;
	/* background-color: white; */
	}
	
#leftcol {
	float: left;
	width: 500px;
	}

#leftcol img {
	margin-bottom: 3px;
	}

#rightcol {
	float: right;
	padding-top: 0px;
	width: 220px;
	margin-left: 30px;
	}
	
#banner {
	text-align: right;
	padding-bottom: 0px;
	}
		
#nav {
	text-align: center;
	padding-top: 2px;
	padding-bottom: 4px;
	background-color: #C30;
	margin-bottom: 1.5em;
	}

.nav h1 {
   font-family: times new roman, times, georgia, serif;
   font-size: 36px;
   font-weight: normal;
   letter-spacing: -0.1mm;
   color: #C30;
   line-height: 100%;
	}
	
.home p {
	font-family: arial, helvetica, verdana, sans serif;
	font-size: 18px;
	line-height: 130%;
	text-align: left;
	color: #333;
	}
	
.category p {
	font-family: arial, helvetica, verdana, sans serif;
	font-size: 18px;
	line-height: 130%;
	text-align: left;
	color: #333;
	}
	
.category td {
	font-family: arial, helvetica, verdana, sans serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 120%;
	text-align: left;
	padding-left: 0px;
	padding-right: 24px;
	color: #333;
	}
	
.category img {	
	padding-bottom: 8px;
	}
	
#banner p {	
	font-family: times new roman, arial, verdana, sans serif;
	font-style: italic;
	font-size: 18px;
	letter-spacing: -0.1mm;
	line-height: 130%;
	text-align: right;
	margin-right: 6px;
	color: #C30;
	margin-top: 0px;
	}

.home a:link {
	text-decoration: none;
	font-color: #333;
	font-size: 18px;
	}

.home a:visited {
	font-color: #333; 
	font-size: 18px;
	text-decoration: none;
	}

.home a:hover {
	font-color: #FFC;
	font-size: 18px;
	}

.home a:active {
	font-color: #C30;
	font-size: 18px;
	}
					
table {
	border-style: none;
	border-collapse: collapse;
	}
		
td {
	border-style: none;
	text-align: center;
	vertical-align: bottom;
	/* border-width: 1px;
	border-color: gray; */
	padding: 12px;
	}
	
img.left {
	float: left;
	margin-right: 20px;
	margin-bottom: 6px;
	border: 1px solid #666;
	}
	
img.rightnb { 
	float: right; 
	/* margin-left: 20px; */
	}

img.right { 
	float: right; 
	margin-left: 20px;
	border: 1px solid #666;
	}
	
.nav {
	font: normal 12px tahoma, verdana, arial, helvetica, sans-serif;
	text-align: left;
	color: white;
	margin-top: 18px;
	margin-bottom: 6px;
	}
	
.nav a {
    text-decoration: none;
	}
	
.nav a:link {
	color: white;
	}

.nav a:visited {
	color: white;
	}

.nav a:hover {
	color: #FFC;
	text-decoration: underline;
	}

.nav a:active {
	color: #F60;
	}



