body {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #cccccc;
}

h1, h2, h3 {
	margin-top: 0px;
	color: #000000;
}

h1 {
	font-size: 2.4em;
	text-align: center;
	vertical-align: bottom;
	background-color: #cccccc;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
}

p, ol, ul {
	margin-bottom: 1.8em;
	line-height: 160%;
}

a {
	color: #666666;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a img {
	border: none;
}

/* Header */

#header {
	width: 900px;
	background-color: #cccccc;
	background-image: url(../images/csheader.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 100px;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	float: right;
	margin-top: 30px;
}

#menu ul {
	margin: 0px;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	margin: 40px 0px 0px 1px;
}

#menu a {
	display: block;
	width: auto;
	height: 20px;
	padding: 5px 10px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

#menu a:hover {
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: url(../images/menuactive.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	color: #000000;
}

#menu .active {
	background-color: #FFFFFF;
	background-image: url(../images/menuactive.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

#menu .active a {
	background-color: #FFFFFF;
	background-image: url(../images/menuactive.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	color: #000000;
}

/* Page */

#page {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* Content */

#content {
	float: right;
	width: 570px;
	background-color: #cccccc;
}

.post {
	margin: 0px 0px 30px 0px;
}

.post .title {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.post .entry {
}

.post .meta {
	font-weight: bold;
}

.post .byline {
	margin: 0px;
}

#sidebar {
	float: left;
	width: 300px;
	background-color: #FFFFFF;
}

#sidebar-bgbtm {
	height: 3px;
	background: url(../images/img05.gif) no-repeat left bottom;
}

#sidebar-content {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#sidebar li ul {
	margin-bottom: 1.8em;
}

#sidebar li li {
	margin-left: 5px;
	padding-left: 10px;
	background-image: url(../images/triangle.gif);
	background-repeat: no-repeat;
	background-position: left 50%;
}

#sidebar h2 {
	font-size: 1.4em;
	color: #000000;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Search */

#search {
}

#search form {
	margin-bottom: 1.8em;
	padding: 0px;
}

#search fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

#search #s {
	width: 160px;
}

/* Footer */

#footer {
	clear: both;
	height: 120px;
	margin: 0px auto;
	color: #000000;
	background-color: #cccccc;
}

#footer p {
	margin: 0px;
	text-align: center;
	line-height: normal;
	font-size: smaller;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-color: #cccccc;
}

#footer a {
	color: #666666;
}

/* Table */

table {
	border-collapse: collapse;
	border: 1px solid #03476F;
	background-color: #FFFFFF;
  }
caption {
	text-align: center;
	padding:6px 4px 8px 0px;
	font-size: 16px;
	font-weight: bold;
  }
td, th {
  border: 1px dotted #03476F;
  padding: .4em;
  color: #363636;
  }

thead th, tfoot th {
  font: bold 11px verdana, arial, helvetica, sans-serif;
  border: 1px solid #03476F;;
  text-align: left;
  background: #4591AD;
  color: #FFFFFF;
  padding-top:3px;
  }
tbody td a {
  background: transparent;
  text-decoration: none;
  color: #363636;
  }
tbody td a:hover {
	color: #363636;
	background-color: #cccccc;
  }
tbody th a {
	background: transparent;
	text-decoration: none;
	color: #363636;
	font-size: 11px;
  }
tbody th a:hover {
  background: transparent;
  color: #363636;
  }
tbody th, tbody td {
  vertical-align: top;
  text-align: left;
  }
tfoot td {
  border: 1px solid #03476F;
  background: #4591AD;
  padding-top:3px;
  color: #FFFFFF;
  }
.odd {
  background: #AEE239;
  }
tbody tr:hover {
	border: 1px solid #03476F;
	color: #FFFFFF;
	background-color: #cccccc;
  }
tbody tr:hover th,
tbody tr.odd:hover th {
	color: #FFFFFF;
	background-color: #cccccc;
  }
 
  /* Pop-up pic */
  
.thumbnail{
    position: relative;
    z-index: 0;
}

.thumbnail:hover{
    background-color: transparent;
    z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	padding: 5px;
	left: -1000px;
	visibility: hidden;
	color: black;
	text-decoration: none;
	background-color: #FFFFFF;
	border: thin solid #666666;
}

.thumbnail span img{ /*CSS for enlarged image*/
    border-width: 0;
    padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
    visibility: visible;
    top: 0;
    left: 250px; /*position where enlarged image should offset horizontally */

}
