/* Style Sheets */

/* Generic formatting items */

body {
	background-image: url("../images/greyweave.jpg") ;
	background-color: #f0f0f0 
}


a {
	font-weight: 900;
	text-decoration: none;
}

a:link		{ color: #3030c0; }
a:visited	{ color: purple; }
a:hover		{ color: #c0c030; text-decoration: underline;}

img { border: none; }

h1 { 
	color: white; 
	background: black url(../images/sandston.jpg); 
	border: 1px solid white; 
	margin-bottom: 3px; 
	padding: 5px;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	border-style: outset;
	border-width: 5px;
	border-color: gray;
}

h2	{ margin-bottom: 3px; }
h3  { margin-bottom: 0; }

/* Site class items */
#entirepage {
/*	background-color: #202020;*/
/*	margin-left: auto;*/
/*	margin-right: auto;*/
	width: 800px;
}
#top_section {
	text-align: center;
}

#topmenu {
	width: 800px; /* Fix for netscape */
/*	background-color: #808080;*/  /* debug */
	margin-left: auto;
	margin-right: auto;
}

#topmenu .item1 {
	background-image: url("../images/sandston.jpg") ;
	background-color: #808080;
/*	display: inline; *//*attempt fix for NS */
	width: 100px;
}

#topmenu a:link		{ color: #c0c0ff; border-style: outset; border-color: white;  }
#topmenu a:visited	{ color: #90ff90; border-style: outset; border-color: white; }
#topmenu a:hover	{ color: #ffffff; border-style: inset; border-color: white; text-decoration: none; }

#middle_section {
/*	display: block;*/
}

#sidemenu {
	width: 150px;
	float: left;
}

#sidemenu .item1 {
	display: block;
	background-image: url("../images/sandston.jpg") ;
	background-color: #808080;
	padding-left: 0.75em;
	margin-bottom: 3px;
}

#sidemenu .item2 {
	background-image: inherit;
}

#sidemenu a:link	{ color: #c0c0ff ; border-style: outset; border-color: white; }
#sidemenu a:visited { color: #90ff90 ; border-style: outset; border-color: white; }
#sidemenu a:hover	{ color: #ffffff ; border-style: outset; text-decoration: none; border-color: white; }


#bottom_section {
/*	background-color: #8080ff;*/
	clear: both;
	
}

#main_body {
/*	background-color: #30ff30;*/
	width: 625px; /* fix for NS */
	float: right;
/*	display: block;*/
}

/*#main_body a {decoration: default;}*/


#main_body p:first-letter {
	font-size: 150%;
	font-family: "Lucida Calligraphy"
}


#main_mail {
	float: right;
}


#google {
	width: 500px;
	padding: 5px;
	border: 0;
	margin-left: auto;
	margin-right: auto;

}

#google	form {
	background-color: white;

}

#google img {float: left; margin: 0px;}
#google input {margin: 10px;}

/*body a:hover { color: #FF0000 }
a            { text-decoration: none; font-size: 12pt; font-style: italic; font-weight: bold }
*/