body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000033;
	background-color: #0132A9;
	margin-left: 50px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	background-repeat: repeat-y;
	
	}
h1,h2, h3	{
	color: #000066;
	font-weight: bold;
	margin: 0;
	}

h1	{
	font-size: 2em;
}

h2	{
	font-size: 1.4em;
}

h3	{
	font-size: 1em;
}

blockkquote	{
	margin-left: 5px;
	margin-right: 5px;
}


.schedule {
	background-color: #0132A9;
	width: 650PX;
	font-size: 14px;
	color: #ffffff;
	}
	
a 	{
	font:"Arial, Helvetica, sans-serif";
	font-size: 14px;
	color: #000066;
	font-weight: normal;
	}
	
a:hover	{
	text-decoration: bold;
	background-color: #0132A9;
	color: #ffffff;
	}

/*Menubar*/
.menu		{
	width: 850px;
	padding: 5px 10px;
	background: #0132a9 url(images/bluebar.jpg);
	border-top: 5px solid #000066;
	border-right: 15px solid #0099ff;
	border-bottom: 5px solid #00ffff;
	border-left: 15px solid #0099ff;

	}
	
.menu ul	{
	margin: 0;
	padding: 0;
	list-style:none;
	}
	
.menu li	{
	display: inline;
	text-transform: uppercase;
	}
	
.menu a	{
	display: block;
	padding: 10px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #ffffff;
	}
	
.menu a:hover	{
	background: #FFffff;
	font-weight:bold;
	color: #000066;
	}
	
.menu .active a	{
	background: #FFffff;
	font-weight:bold;
	color: #000066;
	}
	
	
	
	


table.logo {
	width: 850px;
	background: #ffffff;
	border-top: 5px solid #000066;
	border-right: 15px solid #0099ff;
	border-bottom: 5px solid #00ffff;
	border-left: 15px solid #0099ff;
	font:"Berlin Sans FB";
	font-size: 36px;
	color: #000066;
	}
	
table.main {
	padding: 0;
	background: #ffffff;
	border-top: 5px solid #000066;
	border-right: 15px solid #0099ff;
	border-bottom: 5px solid #00ffff;
	border-left: 15px solid #0099ff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000033;
	}
	
table.leftbox	{
	float:left;
	padding: 0;
	background: #ffffff;
	border-top: 5px solid #000066;
	border-right: 15px solid #0099ff;
	border-bottom: 5px solid #00ffff;
	border-left: 15px solid #0099ff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000066;
	}
	
/*table.white-logo {
	width: 850px;
	border-style: solid;
	border-width: 5px;
	border-color: #cc6600;
	background-color: #ffffff;
	}
*/
.records {
	border-style: solid;
	border-width: 2px;
	border-color: #000066;
	background-color: #ffffff;
	font:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	 }
	 
.records th  {
	background-color:#000066;
	border-bottom: 3px solid #000066;
	font:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	}
	 
/*.details {
	border-style: solid;
	border-width: 2px;
	border-color: #ffffff;
	background-color: #0132A9;
	font:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	}
*/	
/* Content */

#content {
	width: 900px;
	margin: 0 auto;
}

/* Posts */

#posts {
	float: right;
	width: 900px;
	padding: 10 30px 10 10;
}

.post {
	margin-bottom: 10px;
}

.post .title {
	padding: 0 0 5px 20px;
/*	color: #FF8400;*/
}

.post .meta {
	margin-left: 10px;
	padding: 10px 20px;
	/*background: url(images/img06.gif) no-repeat;*/
	font-size: smaller;
}

.post .meta p {
	margin: 0;
}

.post .story {
	padding: 10px 20px;
	line-height: 180%;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 240px;
}
	
