body {
	background: #595959;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;	
}

h1 {
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	padding : 0px 2px 0px 2px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	padding : 2px 2px 2px 2px;
}

h3 {
	font-weight: bold;
	font-size: 13px;
	color:#0080c0;
	padding : 0px 2px 0px 2px;
}

hr {
	border: none;
}

img {
	border: none;
}

.container {
 	background: #fff;
 	margin-left: auto;
	margin-right: auto;
 	padding: 0px 0px;
	text-align: left;
 	width: 933px;
}
.header {
	padding: 0 0;
	height: 113px;
}

.menuoutline {
	border-top: none;
	padding: 0px 3px 3px 3px;
	
}

.menu {
	background-color: #09c;
	background-image: url(/images/menubar.png);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 3px;
	width: 924px;
	height: 24px;
}
a {
	text-decoration:none;
	color:#000000;
	font-weight:Bold;
}
a:link {color:#000};
a:visited {color:#000;};

 /*** Code for drop down menus ***/

#sddm
{	margin: 0;
	padding: 0;
	z-index: 30
	}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-size: 11px;}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: auto;
	background: none;
	color: #000; 
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background: #49A3FF}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	background-image: url(/images/menubg.png);
	background-repeat: no-repeat;
	border: 1px solid #09c}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: none;
		color: #2875DE;
		font-size: 11px;}

	#sddm div a:hover
	{	background: #49A3FF;
		color: #FFF}
/*** End of code for drop down menus ***/


.timebox {
	font-size : 10px;
	padding: 5px 25px 0px 25px;
}

.maintext {
	padding: 10px 25px 10px 25px;
}
.borderbox, .borderbox600, .borderbox200 {
	border-style: solid;
	border-width: thin;
	border-color: #0080c0;
	padding: 5px 10px 10px 10px;
	margin-bottom: 20px;
}

.borderbox600 {
	width: 550px;
	font-size: 11px;
	float: left;
}

.borderbox200 {
	width: 270px;
	font-size: 11px;
	float: right;
}

.borderbox_hr {
	border-style: none none dotted;
	color: #fff;
	background-color: #fff;
	border: 0.5px dotted #0080c0;
}

.picborder {
	border-style: solid;
	border-width: thin;
}

.carbox {
	width: 70%;
	text-align: left;
}
	
.photobox {
	width: 170px;
	height: 150px;
	font-size: 10px;
	border-style: solid;
	border-width: thin;
	border-color: #000000;
	padding: 5px 5px 5px 5px;
	text-align: center;
}
	
.categorytable {
	padding: 10px 15px 10px 0px;
	border: none;
}

.categoryoutline {
	
}
	
.borderboxcategoryleft, .borderboxcategoryright {
	border-style: solid;
	border-width: thin;
	border-color: #0080c0;
	padding: 10px 10px 10px 10px;
	height: 200px;
	width: 410px;
	margin-bottom: 20px;
}
	
.borderboxcategoryleft a {
	font-weight: lighter;
}

.borderboxcategoryright a {
	font-weight: lighter;
}

.borderboxcategoryleft {
	float: left;
}

.borderboxcategoryright {
	float: right;
}
	
.cancerbattletableheader {
	background-color: #6699CC;
}
	
.cancerbattletable {
	background-color: #99CCFF;
}
	
.admintable {
	text-align: center;
	font-size: 10px;
	width: 100px;
}
.table-center { /* Table that is centered on the page */
	margin-left: auto; 
	margin-right: auto;
}
	
.bottommenu {
	background-color: #09c;
	background-image: url(/images/footermenu.png);
	background-repeat: no-repeat;
	padding: 3px 0px 0px 3px;
	width: 924px;
	height: 110px;
	color: #c0c0c0;
	font-size: 12px;
		
}

.footerlist ul {
	margin-left: 2px;
}
	
.footer{
	margin: 20px auto;
	color: #fff;
	font-size : 10px;
	text-align: center;
	width: 933px;
	padding-top:4px;
}
	

 
 

