body
{
	background-image: url(images/frame2.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	color: #800000;
}

h1,h2,h3,h4,h5,h6
{
	font-weight: bold;
	font-style: italic;
	font-variant: small-caps;
	text-align: center;
}
h4,h5,h6 {
	font-style: normal;
	text-align: left;
}

h1 {
	font-size: 175%;
}
h2 {font-size: 160%; }
h3 {font-size: 140%; }
h4 {font-size: 125%; }
h5 { font-size: 115%; }
h6 {font-size: 100%; }
p {font-size: 100%;}



/*******************Classes***********************/

.nav {
font-size : 150%;
font-variant : small-caps;
font-weight : bold;
}
.elhs {
	font-weight: bold;
	font-variant: small-caps;
}
.tocstyle {
	list-style : disc outside;
	line-height: 150%;
}
.listspacing {
	line-height: 150%;
}
.caption{
	font-size: smaller;
	color: Navy;
}
.listnoicon {
	list-style: none;
}


/***************************************************/




/**************** Pseudo classes ****************/

a :link {
	color: #000099;
	text-decoration: underline;
	font-weight: bold;
}

li :link {
color: #000099;
text-decoration: underline;
font-weight: bold;
}

:visited {
	color: Teal;
	text-decoration: underline;
	font-weight: bold;
}

li :visited {
	color: Teal;
	text-decoration: underline;
	font-weight: bold;
}

:hover {
	color: #FF0000;
	/*padding-bottom: 5px;*/
	font-weight: bold;
	text-decoration: underline;
}

/*li :hover {
	display: block;
	color: #FF0000;
	padding-bottom: 5px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C6EC8C;
}
*/
:active {
	color: #00FF99;
	font-weight: bold;
} 

/************************* ID's *************************/
#navigation {
	position: absolute;
	z-index: 5;
	width: 130px;
	height: 800px;
	margin-top: 200px;
	line-height : 150%;
	font-variant : small-caps;
	font-weight : bold;
}
#titleblock {
	position: absolute;
	z-index: 10;
	width: 670px;
	height: 150px;
	padding: 0 0 0px 0px;
	/*top right bottom left*/
	margin-top: 0px;
	margin-left: 180px;
	margin-right: 0px;
}
#pagehead {
	position: absolute;
	z-index: 15;
	width:650px;
	height: 200px;
	margin-top: 150px;
	margin-left: 200px;
}
#homepagespace {
position: absolute;
	z-index: 20;
	width:650px;
	margin-top: 400px;
	margin-left: 200px;
}
#artspace {
position: absolute;
	z-index: 25;
	width:650px;
	margin-top: 250px;
	margin-left: 200px;
}
