/* CSS Document */

body {
	background-color:#FFFFFF;
	margin:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	
	/* OPTIONAL BACKGROUND IMAGE
	
	background-image:url(images/backgrounds/main.jpg);
	background-position:center;
	background-repeat:repeat-y;
	*/
}

a {
	color:#999999;
}

a:hover {
	text-decoration:none;
}

textarea,input,submit {
	background-color:#eeeeee;
	color:#666666;
	padding:5px;
	border:none;
	margin:3px;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:200%;
	color:#000000;
	font-weight:normal;
}

h2 {
	font-family:"Trebuchet MS", Arial, Verdana;
	text-align:left;
	font-size:150%;	
}

/* THE AREA THAT CONTAINS THE STONE IMAGE AND THE WEBSITE TITLE */

#title {
	margin:0 auto 0 auto;
	text-align:center;
	margin-bottom:25px;
}

#title p {
	font-variant:small-caps;
	letter-spacing:2px;
}

/* PROPERTIES OF THE HEADER IMAGE */

#title img {
	border:none;
}

/* THE AREA THAT CONTAINS ALL THE CONTENT OF THE WEBSITE */

#container {
	width:600px;
	margin:0 auto 20px auto;
}

/* THE SIDEBAR WITHIN THE CONTAINER */

#sidebar {
	width:200px;
	float:right;
}

#sidebar h1 {
	font-family:"Trebuchet MS", Arial, Verdana;
	text-align:right;
	font-size:200%;
	color:#626477;
	border-bottom:1px dashed #eeeeee;
}

#sidebar p {
	line-height:20px;
}


/* THE MENU */

#menu {
	text-align:left;
}

#menu li {
	list-style-type:none;
}

#menu li a {
	color:#999999;
	background-image:url(images/backgrounds/a.jpg);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:10px;
	line-height:15px;
	text-decoration:none;
}

#menu li a:hover {
	color:#cccccc;
	background-image:url(images/backgrounds/a_hover.jpg);
}

#menu li.history {
  margin:2px 10px;
  font-size:10px;
  }

#menu li.history a {
  background-image:none;
  }

#menu li.history a:hover {
  background-image:none;
  }
  
/* THE AREA NEXT TO THE SIDEBAR */

#content {
	margin-right:220px;
	padding-right:20px;
	border-right:1px solid #cccccc;
	background-image:url(images/backgrounds/content.jpg);
	background-position:right;
	background-repeat:repeat-y;
}

#content h1 {
	font-family:"Trebuchet MS", Arial, Verdana;
	text-align:left;
	font-size:200%;
	color:#626477;
	border-bottom:1px dashed #eeeeee;
	padding-top:15px !important;
	padding-top:0;
	background-image:url(images/smlogo-h1.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

#content h2.byline {
	font-family:"Trebuchet MS", Arial, Verdana;
	text-align:right;
	font-size:80%;
	color:#626477;
	border-bottom:1px double #eeeeee;
	border-left:1px double #eeeeee;
	border-right:1px double #eeeeee;
	padding:2px;	
}

#content p {
	line-height:20px;
	text-indent:15px;
}

#content ol,ul {
	line-height:1em;
}

#content li {
	list-style:none;
}

#content blockquote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:140%;
	font-weight:bold;
	background-image:url(images/block.jpg);
	background-position:left;
	background-repeat:no-repeat;
	padding: 30px 0 30px 60px;
	/*
	color: #555555;
	background-color: #d2d2d2;
	line-height: 1.8em;
	border: 1px solid #696969;*/
}

li.contact {
	font-size:110%;
	font-weight:bold;
	color:#626477;
}
li.history {
	line-height:1.5em;
}

li.announce {
	line-height:1.5em;
}

.notice {
	font-weight:bold;
	font-size:110%;
	color:maroon;
}

.title {
	font-weight:bold;
	font-variant:small-caps;
	font-size:110%;
}

/* THE FOOTER */

#footer {
	width:580px;
	margin:0 auto 0 auto;
	padding:10px;
	text-align:center;
	border-top:1px dashed #cccccc;
}

