body{
   margin: 0px;
	font-family: sans-serif;
	background-color: #00008B;
}


table.menu {
	margin-top: 5px;
	border-collapse: collapse;
}

table.block {
    width: 620px;
}

img.chromehack {
	display: none;
}

td.C1 {
	background-image: url(/images/C1.gif);
	backgroundimage: url(/images/C1.gif);
	width: 27px;
	min-width: 27px;
	height: 19px;
}
td.C2 {
	background-image: url(/images/C2.gif);
	backgroundimage: url(/images/C2.gif);
	height: 19px;
}
td.C3 {
	background-image: url(/images/C3.gif);
	height: 19px;
	min-width: 27px;
	max-width: 27px;
	width: 27px;
}

td.testing {
    width: 200px;
}

td.body {
	margin: 0px;
    padding: 4px;
    font-family: sans-serif;
	border-collapse: collapse;
	background-color: white;
	-webkit-border-radius: 15px;
  	-moz-border-radius: 15px;
  	border-radius: 15px 15px 15px 15px;
}

td.copyright {
	font-size: 10px;
	font-family: verdana,sans-serif;
	color: White;
}

table.menu  a {
	color: #8B0000;
	text-decoration: none;
}

table.menu a:hover {
	color: #00008B;
}

table.menu td {
	width: 100;
	padding: 2px;
	border: solid;
	border-width: 1px;
	border-bottom: solid;
	border-color: #00008B;
	text-align: center;
	font-weight: bold;
}

table.menu td.current {
	background-color: #00008B;
	color: White;
}

table.menu td.current a {
	color: White;
	text-decoration: none;
}

table.menu td.current a:hover {
	color: Yellow;
}

table.pagepick {
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #8B0000;
	height: 21px;
}

table.pagepick td {
	width: 22px;
	padding: 0;
	margin: 0;
	text-align: center;
	background-color: #8B0000;
}

table.pagepick td.endimage {
	width: 10px;
}

table.pagepick td.end {
	width: 44px;
	background-color: #8B0000;
}

table.pagepick td.blankend {
	width: 44px;
	background-color: #FFFFFF;
}

table.pagepick a {
	text-decoration: none;
	color: White;
}

table.pagepick a:hover {
	font-size: 16px;
}

table.pagepick td.current {
	font-size: 16px;
	font-weight: bold;
	background-color: White;
	color: #00008B;
}

a {
    color: #8B0000;
}

a:hover {
    color: #00008B;
}

td.copyright {
    font-size: 12px;
    color: White;
}

td.copyright a {
    text-decoration: none;
    font-size: 12px;
    color: White;
}

td.copyright a:hover {
    text-decoration: none;
    font-size: 12px;
    color: White;
}

td.counter a {
    text-decoration: none;
    font-size: 12px;
    color: White;
}

td.counter a:hover {
    text-decoration: none;
    font-size: 12px;
    color: White;
}

/* CSS Tabs */
#navlist {
        padding-left: 3px;
        margin: 0;
        border-bottom: 3px solid #00008B;
        font: bold 16px sans-serif;
}

#navlist li {
        list-style: none;
        margin: 0;
        display: inline;
}

#navlist li a {
        padding-top: 3px;
		padding-left: 1em;
		padding-right: 1em;
		padding-bottom: 0px;
        border: 1px solid #00008B;
        border-bottom: none;
		background: #FFF;
        text-decoration: none;
		 -webkit-border-top-left-radius : 8px;
		-moz-border-radius-topleft : 8px;
		border-top-left-radius : 8px;
		-webkit-border-top-right-radius : 8px;
		-moz-border-radius-topright : 8px;
		border-top-right-radius : 8px;
}

#navlist li a:link { color: #8B0000; }
#navlist li a:visited { color: #8B0000; }

#navlist li a:hover {
        color: #00008B;
        background: #FAF2F2;
}

#navlist li a#current {
	background-color: #00008B;
	color: White;
    border-bottom: 1px solid #00008B;
}