body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:15px;
	height:100%;
	background-color:#FFF;
	background-image:url(images/top-bar.jpg);
	background-repeat:repeat-x;
}

a:active { color: #2b68bc; text-decoration: underline; }
a:hover  { color: #9b8467; text-decoration: none;}
a:link { color: #2b68bc; text-decoration: underline; }
a:vlink { color: #2b68bc; text-decoration: underline; }
a:visited { color: #2b68bc; text-decoration: underline; }
A:link:hover { color: #9b8467; text-decoration: none;}
A:visited:hover { color: #9b8467; text-decoration: none;}

table.navbar {
   border-collapse: collapse;
}

table.navbar td a{
   display: block;
   padding: 5px;
   text-decoration: none;
}
table.navbar td a:link, table.navbar td a:visited {
   color: #FFFFFF;
   background-color: #0a3571;
}
table.navbar td a:hover, table.navbar td a:active {
   color: #000000;
   background-color: #a2c053;
}

.heading {
	font-weight:bolder;
	font-style:italic;
	font-size:18px;
}

.callouts {
	color:#FFFFFF;
	font-weight:bolder;
	text-transform:uppercase;
}


.copy {
	line-height: 23px;
}

.address {
	margin:5px;
	color:#FFFFFF;
	font-size:13px;
}



.footer {
	font-size: 12px;
	background-color:#5d8cc9;
	color:#FFFFFF;
	padding:10px;
	font-weight:bold;
}

#topbar {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:40px;
	z-index:0;
	background-color:#000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image:url(images/top.gif);
	background-position:center;
	background-repeat:no-repeat;
		}
		
#navigation {
position:absolute;
top:0px;
left:0px;
right:0px;
width:315px;
height:700px;
z-index:3;
background-image:url(images/bg.jpg);
background-repeat:no-repeat;
		}
		
.navi {
text-align:left;
background-color:#0a3571;
padding:10px;
		}
		
#catch {
top:60px;
left:325px;
right:255px;
width:auto;
height:auto;
background-repeat:no-repeat;
text-align:center;
font-weight:bold;

		}
		
#contents {
width:auto;
z-index:1;
min-height: 100%;
margin: 0 auto;
}
* html #contents {height: 100%;}

#trick1 {
	margin-left:325px;
	margin-right:208px;
	padding-top:20px;
}

#trick2 {
padding-top:20px;
padding-left:20px;
	padding-right:20px;
	padding-bottom:0xp;
	background-color:#ede4d9;
}

#right-nav {
	position:absolute;
	top:0px;
	bottom:0px;
	right:0px;
	width:200px;
	z-index:1;
	background-image:url(images/right-nav.jpg);
	background-repeat:no-repeat;
	color:#9b8467;
	font-weight:bold;
	font-size:12px;
	text-transform:capitalize;
	line-height:20px;
}
	
.highlight {
	background-color:#FF0;
}
