body {
	background-color: #ffffff;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0;
	padding: 0;
}

#maincontent {
	float: right;
	font-size: .8em;
	line-height: 1.4em;
	padding: 10px;
	width: 590px;
	border-bottom: thin solid #CCCCCC;
	border-left: thin solid #CCCCCC;
}
#maincontent h2, #maincontent h3 {
	color: #676767;
	font-weight: normal;
	letter-spacing: 0.3em;
	margin: 24px 0 0 0;
}
#maincontent h2.topheading {margin-top: 0;}
#maincontent p {margin: 6px 0 12px 0;}
#maincontent a:link,#footer a:link {
	border-bottom: 1px solid #666;
	color: #616161;
	text-decoration: none;
}
#maincontent a:visited,#footer a:visited {color: #616161;}
#maincontent a:hover,#footer a:hover,#maincontent a:active,
#footer a:active,#maincontent a:focus,#footer a:focus {
	border-top: 1px solid #666;
	color: #000000;
}
#sidebar {
	float: left;
	font-size: 0.7em;
	line-height: 1.5em;
	padding: 5px;
	width: 100px;
	
}
#sidebar h2,#sidebar h3 {
	font-family:"Brush Script MT", Arial, sans-serif;
font-size:200%;
	color: #606060;
	font-weight: bold;
	letter-spacing: .2em;
	margin: 24px 0 0 0;
}
#sidebar h3.firstheading {margin-top: 0;}
#sidebar p {margin: 12px 0 0 0;}
#sidebar a:link {color: #616161; text-decoration: none;}
#sidebar a:visited {color: #7D7D7D; text-decoration: none;}
#sidebar a:hover, #sidebar a:active,#sidebar a:focus {color: #000000; text-decoration: underline;}

#clearwrapper {clear: both;}

#footer {
	font-size: .7em;
	color:#606060;
	margin: 24px;
}
#footer p {margin: 0 0 6px 0;}

h1 {font-family:"Brush Script MT", Arial, sans-serif;
font-size:300%;
color:#606060;
}

.border {
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-left-width: 1px;
}
#globalNav{
	position: relative;
	min-width: 640px;
	height: 23px;
	margin: 0px;
	padding-bottom: 5px;
}

a.glink, a.glink:visited{
  	font-size: 90%;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #336633;
	text-decoration: none;
	letter-spacing: .1em;
}

a.glink:hover{
  	background-image: url("images/trigger2.jpg");
	text-decoration: none;
}
a.llink, a.glink:visited{
  	font-size: 90%;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	text-decoration: none;
	letter-spacing: .1em;
}

a.llink:hover{
  	background-image: url("images/trigger2.jpg");
	text-decoration: none;
}