@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4;
	background-color: #4988de;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	font-weight: bold;
	color: #000;
}
p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	font-weight: normal;
	color: #000;
	font-size: 16px;
}
a img { 
	border: none;
}

a:link {
	color: #42413C;
	text-decoration: underline; 
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}


.container {
	width: 960px;
	background: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}
.days {
	font-size:9px;
	background-color: #F0F0F0;
	box-shadow:#F3F;
	background-clip:padding-box;
	height: auto;
	width: auto;
	border: thin groove #06F;
	-moz-border-radius:4px;
	-webkit-border-radius:2px;
	border-radius:3px;
}

.week {
	color: #6FF;
	font-weight: bold;
	background-color: #039;
}

.month {
	color: #66339A;
	font-size: 18px;
	font-weight: bold;
	background-color: #FFF;
}
.header {
	background: #4988de;
}


.sidebar1 {
	float: left;
	width: 220px;
	background: #4990e4;

}
.content {

	padding: 10px 0;
	width: 740px;
	float: left;
}
.pod1 {
	padding: 10px 10px 5px 5px;
	width: 350px;
	float: left;
	color: #009;
	background-color: #FFC;
	font-size: 11px;
	line-height: 14px;

}
.pod2 {

	padding: 10px 10px 5px 5px ;
	width: 350px;
	background: #FFC;
	color: #009;
	float: right;
	font-size: 11px;
	line-height: 14px;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}


ul.nav {
	list-style: none; /* this removes the list marker */
	border-top: 1px solid #666; 
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
}
ul.nav li {
	border-bottom: 1px solid #666; /* this creates the button separation */
}
ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 5px 5px 5px 15px;
	display: block; 
	width: 160px; 
	text-decoration: none;
	background: #C6D580;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background: #ADB96E;
	color: #FFF;
}

/* ~~ The footer ~~ */
.footer {
	padding: 10px 0;
	background: #73b1fb;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}.smaller {
	font-size: 10px;
}
.title {
	font-size: 16px;
	font-weight: bolder;
	color: #900;
}
.largetitle {
	font-size: 24px;
	font-weight: bold;
	color: #900;
}
.largeprint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
bluelarge {
	font-size: 18px;
	color: #006;
}
.bluelarge {
	font-size: 18px;
	color: #006;
}
#white {
	color: #FFF;
	font-weight: bold;
}

