body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0px auto;
	text-align: left;
}

p, ul, ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: left;
}

ul, ol {
	margin-left: 20px;
}

li {
	padding-bottom: 5px;
}

	
#inline-list ul, #inline-list li {
	display: list-item;
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	padding: 0 0 15px 0;
	}

p.center{
	text-align: center;
}

p.right{
	text-align: right;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {	
    font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	text-align: left;
	padding-left: 38px;
}

h2 {	
    font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}

h3 {	
    font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: none;
	color: #000000;
	text-align:left;
}

h4 {	
    font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-align:left;
	border-bottom: 1px #333 dashed;
}

h5 {	
    font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: none;
	color: #000000;
	text-align:left;
}

a {
	color: #0b337b;
	font-weight: bold;
	text-decoration: underline;
	font-size: 12px;
}

a:hover {
	color: #0b337b;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}

a.bookmark:link {
    font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a.bookmark:visited {
    font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a.bookmark:active {
    font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a.bookmark:hover {
    font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

hr {
	display: none;
}

.blockquote {
	margin-left: 15px;
	margin-right: 15px;
}

a.headnav:link {
	font-size: 11px;
	font-weight:bold;
	text-decoration: underline;
	text-transform: uppercase;
	color: #0b337b;
}

a.headnav:visited {
	font-size: 11px;
	font-weight:bold;
	text-decoration: underline;
	text-transform: uppercase;
	color: #0b337b;
}

a.headnav:active {
	font-size: 11px;
	font-weight:bold;
	text-decoration: underline;
	text-transform: uppercase;
	color: #0b337b;
}

a.headnav:hover {
	font-size: 11px;
	font-weight:bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
}

img {
border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

.container {
	width: 500px;
	margin: 0 auto;
	padding: 0;
}

#columnleft {
	margin: 0 auto;
	width: 245px;
	padding-right: 10px;
	float: left;
}

#columnright {
	margin: 0 auto;
	width: 245px;
	padding-left: 0px;
	float: right;
}

#footer{
		width: 100%;
		font-size: 1.2em;
}


.style4 {
	font-size: 9px;
	margin-bottom: 10px;
	text-align: center;
}

.red {
	color: #900;
}

.blue {
	color: #002a5c;
	font-size: 16px;
}

.dshadow{
background: #CCC;
}

.error {
	font-size: 9px;
	text-align: left;
	color: #900;
}

.spiderpic{
position: absolute;
z-index: 0;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #ece8d2;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
text-align:center;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
position: absolute;
top: -100px;
left: 60px; /*position where enlarged image should offset horizontally */

}

img {
border: none;
}

form {
	margin: 0;
	width: 520px;
}
fieldset {
	margin: 20px 0;
	padding-bottom: 10px;
	border:1px solid #b9b9b9;
}
legend {
	display: inline;
	font-size: 14px;
	font-weight: bold;
	color: #002a5c;
	text-transform: uppercase;
	padding-bottom: 5px;
	text-align: left;
}
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	border:1px solid #b9b9b9;
}

#register
{
  display: block;
  width: 200px;
  height: 44px;
  background: url("images/09conf/registerbutton.png") no-repeat 0 0;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}

#register:hover
{ 
  background-position: 0 -44px;
  color: #0b337b;
}

#register span
{
	display: block;
	padding-top: 12px;
	cursor: pointer;
}