body {
	background-image: url(images/bk.gif);
	background-repeat: repeat;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

#blogcontent {
	text-align: left;
	margin-right: 40px;
	margin-left: 15px;
}

#blogcontent .blogpost {
	
}

#blognavigation {
	
}

/* -- BEGIN -- Jump Menu */
#jumpMenu{
	font-family: "Avenir", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	width:100%;
	height:60px;
	margin: 0 auto;
	background-color: #222222;
}
#jumpContainer{
	width:850px;
	height:60px;
	margin: 0 auto;
}

#jumpLogo{
	float:left;
}
#jumpList{
	float:right;
	height:60px;
	color:#fff;
	display:inline;
	text-align: right;
}

ul li.selected{
	color:#ffc85f;
	font-weight:bold;
}

#jumpList li {
	line-height:20px;
	display:inline;
	font-size:10px;
	text-transform:uppercase;
	height:60px;
}

#jumpList ul {
	line-height: 10px;
	margin-top:1px;
}

#jumpList a {
	font-size:10px;
	color:#fff;
	text-decoration:none;
}

#jumpList a:hover {
	color: #ffc712;
}
/* -- END -- Jump Menu */

