body {
	font-family : "Veranda", "Helvetica", sans-serif;
	font-size : 100%;
	color : black;
	background : url(images/parchment.gif);
	margin : 0 0 0 0;
}

			/*NAVIGATION*/
#navcontainer {
	width : 165px;
	font-size : 130%;
}

#navcontainer ul {
	margin-left : 10px;
	padding-left : 0;
	list-style-type : none;
}

#navcontainer a {
	display : block;
	padding : 3px;
	border-bottom : 2px solid white;
	background : inherit;
	font-weight : bold;
}

#navcontainer a:link, #navlist a:visited {
	color : #CC3333;
	background : inherit;
	text-decoration : none;
}

#navcontainer a:hover, #navcontainer a.current {
	background : inherit;
	color : #009966;
}

			/*TYPOGRAPHY*/
p {
	padding: 0 20px 0 20px;
}

div.c2 {text-align: center}
p.c1 {text-align: center}
p.c2 {font-size: 95%; text-align: center; font-style: italic; font-weight: bold; color: #CC3333;}
p.c3 {font-size: 75%; padding: 5px 0 0 0; text-align: center; border-top: 1px dotted #FFCC66;}

hr {
	text-align: center;
	border: 0;
 	width: 85%;
	color: #FFCC66;
	height: 3px;
}

div {
	color : black;
	background-color : inherit;
	font-weight : bold;
}

h1 {
	padding: 0 30px 0 30px;
	text-align : center;
	font-size : 175%;
	font-variant : small-caps;
	letter-spacing : 3px;
	color : #CC3333;
	font-weight : bold;
	background : inherit;
}

h2 {
	padding: 0 30px 0 30px;
	text-align : center;
	font-size : 130%;
	font-variant : small-caps;
	letter-spacing : 2px;
	color : #009966;
	font-weight : bold;
	background : inherit;
}

h3 {
	text-align : center;
	font-size : 120%;
	font-variant : small-caps;
	color : black;
	font-weight : bold;
	background : inherit;
}

blockquote {
	margin : 10px 20px 20px 15px;
	font-weight : bold;
	font-style : italic;
	color : #FFCC66;
	font-size : 160%;
	text-align : center;
}

img { border: none; }

img.left {
	float: left;
	margin: 0 2em 1em 0;
}

img.right {
	float: right;
	margin: 0 1em 0 1em;
}

img.center {
	display: block;
    	margin-left: auto;
   	margin-right: auto;
}


			/*LINKS*/
a {
	text-decoration : none;
	font-weight: bold;
	color : #009966;
	background : inherit;
}

a:visited {
	color : #FFCC66;
	background : inherit;
}

a:hover {
	color : #CC3333;
	background : inherit;
}

a img {
	border : none;
}
