* {
margin: 0;
padding: 0;
font-family: "Trebuchet MS", san-serif;
}
body {
/*background: url('/templates/3cols/1/images/bg1.png') 0px -30px repeat-x;*/
color: #656B70;
font-size: 12pt;
}
#topnav {
width:auto;
min-width:1200px;
position: relative;
height: 32px;
background: url('/templates/3cols/1/images/cbg1.png') 0px -61px repeat-x;
}
#topnav ul {
position: absolute;
left: 30px;
list-style: none;
height: 25px;
margin: 5px 0 0 0;
}
#topnav ul li {
float: left;
padding: 0 15px 0 15px;
border-right: solid 1px #1D1E1F;
border-left: solid 1px #5A5E62;
height: 25px;
line-height: 22px;
}
#topnav  ul li a {
color: white;
text-decoration: none;
font-family: Georgia, serif;
text-transform: normal;
letter-spacing: -1px;
text-shadow: 0 1px 2px black;
font-size: 1.2em;
}


#bottom-nav {
width:auto;
min-width:1200px;
position: relative;
height: 32px;
background: url('/templates/3cols/1/images/cbg1.png') 0px -61px repeat-x;
}
#bottom-nav ul {
position: absolute;
left: 30px;
list-style: none;
height: 25px;
margin: 5px 0 0 0;
}
#bottom-nav ul li {
float: left;
padding: 0 15px 0 15px;
border-right: solid 1px #1D1E1F;
border-left: solid 1px #5A5E62;
height: 25px;
line-height: 22px;
}
#bottom-nav  ul li a {
color: white;
text-decoration: none;
font-family: Georgia, serif;
text-transform: normal;
letter-spacing: -1px;
text-shadow: 0 1px 2px black;
font-size: 1.2em;
}
#copyright {
text-align: center;
font-size: 1em;
margin: 35px 0 75px 0;
color: #2020C0;
text-shadow: 0px 1px 0px white;
}
a.button
{
	position: relative;
	display: inline-block;
	height: 46px;
	color: #ffffff;
	text-decoration: none;
	line-height: 46px;
	padding: 0 20px 0 20px;
	text-transform: normal;
	font-family: Arvo, Georgia, Sans-serif;
	letter-spacing: -1px;
	text-align: center;
	background-position: -5px 0px;
	font-size: 1.2em;
}

	a.button span
	{
		position: absolute;
		right: 0;
		top: 0;
		display: inline-block;
		height: 46px;
		width: 5px;
	}

a.bigButton
{
	font-size: 1.4em !important;
	line-height: 48px;
	padding: 0 25px 0 25px;
}

a.button2
{
	background-image: url('/templates/3cols/1/images/button1.png');
	text-shadow: 0px 1px 1px #486000;
}

	a.button2 span
	{
		background-image: url('/templates/3cols/1/images/button1.png');
	}

a.button1
{
	background-image: url('/templates/3cols/1/images/button2.png');
	text-shadow: 0px 1px 1px #00588f;
}

	a.button1 span
	{
		background-image: url('/templates/3cols/1/images/button2.png');
	}
code {font-family:Courier New, Courier, monospace;font-weight:bolder;color:#008;}

ul{margin-left:30px;}