body{
	font-family: verdana;
	font-size: 16px;
	background: url('images/background.jpg') #369;
	color: #000;
	margin: 0px;
}

/*

div{
	border: solid red 1px;
}
*/

a{
	color: #29527a;
}

p{
	margin: 5px;
	padding: 0px;
	margin-bottom: 15px;
}

img{
	border: 0px;
}


h2{
	color: #29527a;
	font-size: 110%;
	margin: 0px;
}

h4{
	border-bottom: solid #ccc 1px;
	margin: 5px;
}

#container{
	width: 900px;
	margin: 0 auto;
}

#content{
	background: #fff;
	width: 900px;
	overflow: auto;
	margin: 0 auto;
}

#header{
	width: 900px;
	height: 100px;
	margin-top: 10px;
}

#countdown{
	width: 100%;
	text-align: center;
	font-size: small;
	margin-top: 10px;
	margin-bottom: 10px;
}

#leftcolumn{
	margin-left: 10px;
	width: 200px;
	float: left;
}

#leftcolumn ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.bullet li{
	margin-left: 10px;
	list-style-type: disc;
}

#leftcolumn a:hover{
	text-decoration: none;
}

.leftbox{
	padding-top: 0px;
	background: url('images/whitefade.png') bottom left repeat-x  #eee;
	margin-bottom: 5px;
	padding-bottom: 20px;
}

.leftbox p{
	font-size: x-small;
	text-align: center;
	margin: 0px;
}

.leftbox h2{
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #000;
	background: url('images/leftboxtop.png') no-repeat;
}

#tot{
	background-color: #c33;
}

#stjude{
	background-color: #c0d200;
}

#facebook{
	background-color: #69c;
}

#mainnav a{
	color: #000;
	text-decoration: none;
	margin-bottom: 1px;
	display: block;
	background: url('images/25.png');
	padding-left: 20px;
}

#mainnav a:hover{
	color: #333;
	background: url('images/50.png');
}

#rightcolumn{
	width: 670px;
	float: right;
	margin-right: 10px;
}

.rightbox{
	width: 100%;
	background: url('images/whitefade.png') bottom left repeat-x  #eee;
	padding-bottom: 20px;
	margin-bottom: 15px;
	clear:both;
}

.rightbox h1{
	padding-left: 10px;
	color: #000;
	margin: 0px;
	font-size: 150%;
	font-weight: bold; 
	background: url('images/rightboxtop.png') no-repeat;
}

.rightbox p{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
}

.rightentry{
	padding: 8px;
	background: url('images/graybg.jpg') repeat-x bottom left #222;
	border-left: solid #888 1px;
	border-top: solid #888 1px;
	border-right: solid #333 1px;
	border-bottom: solid #333 1px;
	margin-bottom: 15px;
	padding-bottom: 20px;
}

#contact input, select, textarea{
	border: solid #888 1px;
}

/*
table.calendar{
	background: #fff;
	border: 1px solid #000;
	border-left: solid #888 1px;
	border-top: solid #888 1px;
	border-right: solid #333 1px;
	border-bottom: solid #333 1px;
}
*/

td{
	text-align: center;
	vertical-align: middle;
	height: 30px;
	width: 30px;
	border: solid 1px #ccc;
	background: #fff;
	
}


td.nine{
	background: #69c;
}

td.ten{
	background: #c0d200;
	color: #000;
}

td.eleven{
	background: #c33;
	color: #000;
}


#footer{
	color: #fff;
	width: 900px;
	padding-top: 35px;
	padding-bottom: 10px;
	text-align: center;
	font-size: small;
	background: url('images/bottom.jpg') no-repeat top left #29527a;
}

#footer a{
	color: #fff;
	text-decoration: underline;
}

#footer a:hover{
	color: #fff;
}

