/* =body Default settings for the page background */
	body {
	background-color:#e6d3d8; 
	background-image:url(dustyrose/dustyroselighttile.jpg);
	margin-right:0px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	font-family:arial, helvetica, sans-serif; 
	font-size:1em; 
	color:#e6d3d8;
	line-height:125%;
	}
	
/* =.border1 graphics for first glitter border */
	.border1 {
	background-color:#e6d3d8;
	background-image:url(dustyrose/dustyroseglitterlight.gif);
	margin-right:1px;
	margin-left:1px;
	margin-top:1px;
	margin-bottom:1px;
	padding:1px;
	color:#e6d3d8;
	} 
	
/* =.border2 margins for first plain border */
	.border2 {
	background-color:#aa6779;
	background-image:url(dustyrose/dustyrosetile.jpg);
	margin-right:2px;
	margin-left:2px;
	margin-top:2px;
	margin-bottom:2px;
	padding:20px;
	color:#e6d3d8;
	} 

/* =.border3 graphics for second glitter border */
	.border3 {
	background-color:#e6d3d8;
	background-image:url(dustyrose/dustyroseglitterlight.gif);
	margin-right:25px;
	margin-left:25px;
	margin-top:25px;
	margin-bottom:25px;
	padding:1px;
	color:#e6d3d8;
	}
	
/* =.border4 Settings for plain border */
	.border4 {
	background-color:#e6d3d8;
	background-image:url(dustyrose/dustyroselighttile.jpg);
	margin-right:2px;
	margin-left:2px;
	margin-top:2px;
	margin-bottom:2px;
	padding:2px;
	color:#e6d3d8;
	} 
	
/* =.border5 Settings for third glitter border */
	.border5 {
	background-color:#e6d3d8;
	background-image:url(dustyrose/dustyroseglitterlight.gif);
	margin-right:20px;
	margin-left:20px;
	margin-top:20px;
	margin-bottom:20px;
	padding:1px;
	color:#e6d3d8;
	} 

/* =#content Default settings for the content of all pages */
	#content {
	background-color:#aa6779;
	background-image:url(dustyrose/dustyrosetile.jpg);
	margin-right:2px;
	margin-left:2px;
	margin-top:2px;
	margin-bottom:2px;
	padding:25px;
	color:#e6d3d8;
	} 
	
/* =.center Setting for centering items on any page */
	.center {
	text-align:center;
	}
	
/* =.right Setting for right aligning items on any page */
	.right {
	text-align:right;
	}

/* Define headings font sizes */
	h1 {
		font-size:1.35em;
	}
	h2 {
		font-size:1.25em;
	}
	h3 {
		font-size:1.15em;
	}
	
/* -.emph Settings for italics */
	.emph {
	font-style:italic;
	}
	
/* Assures images have no borders */
	img {
		border: 0;
	}
	
/* =a:link Setting for links on any page */
	a:link {
	background-color: transparent;
	color:#ffffff;
	text-decoration:none;
	} 

/* =a:hover Settings for mouse hovering over link on any page */
	a:hover {
	background-color: transparent;	
	color:#e6d3d8;
	text-decoration:none;
	}
	
/* =a:active Settings for link on the active page */
	a:active {
	background-color: transparent;	
	color:#ffffff;
	text-decoration:none;
	}
	
/* =a:visited Setting for visited link on any page */
	a:visited {
	background-color: transparent;	
	color:#e6d3d8;
	text-decoration:none;	
	}

/* =.center Setting for centering items on any page */
	.center {
	text-align:center;
	}
	
/* =.right Setting for right aligning items on any page */
	.right {
	text-align:right;
	}
	
/* Define headings font sizes */
	h1 {
		font-size:1.35em;
	}
	h2 {
		font-size:1.25em;
	}
	h3 {
		font-size:1.15em;
	}
	
/* -.emph Settings for italics */
	.emph {
	font-style:italic;
	}
	
/* Settings for centered list navbar */
div#navcontainer
{
background-color:transparent;
border-top:none;
border-bottom:none;
}

div#navcontainer ul
{
font-family:arial, helvetica, sans-serif;
font-weight:bold;
text-align:center;
margin:0;
padding-bottom:5px;
padding-top:5px;
}

div#navcontainer ul li
{
display:inline;
margin-left:-4px;
}

div#navcontainer ul li a
{
padding:3px 3px 3px 3px;
text-decoration:none;
border-right:none;
}

div#navcontainer ul li a:hover
{
background-color:#e6d3d8;
color:white;
}

