@charset "utf-8";
/* CSS Document */

body {
	background: url(a-images/bg1.png) repeat-y fixed center top;
	text-align: center;
	font:small Tahoma, Arial, Helvetica, sans-serif;
	color: #333333;
}

a, a:link{
	color: #c6592b;
	text-decoration: none;
}
a:visited{ color: #c6592b; text-decoration: none; }
a:hover{ color: #7e3617; text-decoration: underline; }
a:visited:hover{ color: #c6592b; text-decoration: none; }

h1 {
	font-size: 20px;
	color: #BE5454;
}
h2 {
	color: #999999;
	font-size: 18px;
}

a img {border: none; }
#left-nav {
}
#left-nav a {
	font-size: 12px;
	color: #505d92;
	font-weight: bold;
}
#left-nav a:hover {
	color: #CB6D6E;
	text-decoration: none;
	}
#left-nav p {
	font-size: 9px;
}


#navigation {
}

#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	display:block;
	padding: 7px 10px;
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	border-right: 1px solid #9C0000;
	text-transform: uppercase;
}
	
#navigation a:hover {
	background: #999;
	color: #0B0B0B;
}
.moon {
	background: url(a-images/moon.jpg) no-repeat right top;
}

#jp {
	text-align: center;
	padding: 10px;
	font-size: 11px;
	color: #666666;
}
#jp a{
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
.subheadings {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #9A0000;
}
.snap a {
	font-size: 17px;
	color: #000000;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
}	#cf td {
	border-bottom: 1px dotted #990000;
}
.search { }
