/* Global Defaults */
html, body {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
body {
  color: #253467;
}

/* Headlines */
h1, h2, h3, h4, h5 {
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 0px;
}
h1 {
	font-size: 144%;
}
h2 {
	font-size: 134%;
}
h3 {
	font-size: 125%;
}
/* Text Styles */
p, th, td, li, dd, dt, ul, ol, blockquote, q, acronym, abbr, a, input, select, textarea {
	font: .95em/1.35 Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 133%;
	letter-spacing: 1px;
}
blockquote {
  margin: 1.25em;
  padding: 1.25em
}
q {
  font-style: italic;
}
acronym, abbr {
  cursor: help;
  border-bottom: 1px dashed;
}
small {
  font-size: .7em;
}
big {
  font-size:1.2em;
}
/* Links and Images */
a:link, a:visited {
	color: #c11410;
	text-decoration: none;
}
a:hover { 
	text-decoration: underline;
}
a:active { 
	color: #0376B5;
	text-decoration: none;
}
img {
	border: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FF9;
}
/* Tables */
table {
  margin: 0;
  padding: 0;
  border: none;
}
/*nest fixes */
td p { 
	font-size: 100%; 
} 
ul { 
	font-size: 100%;
}
/*End nest fixes */

/* Forms */
form {
  margin: 0;
  padding: 0;
  display: inline;
}
label {
cursor: pointer;
}

/* Common Classes */
.clear { clear: both; }
.floatLeft { float: left; }
.floatRight { float: right; }
.textLeft { text-align: left; }
.textRight { text-align: right; }
.textCenter { text-align: center; }
.textJustify { text-align: justify; }
.blockCenter { display: block; margin-left: auto; margin-right: auto; } /* remember to set width */
.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.noindent { margin-left: 0; padding-left: 0; }
.nomargin { margin: 0; }
.nopadding { padding: 0; }
.nobullet { list-style: none; list-style-image: none; }
#indent1 {
	text-indent: 10px; 
}
/*OLD menu
#menu {
	width: 695px;
	height: 31px;
	margin-top: 33px;
	margin-left: 5px;
	text-align: left;
	font-size: 95%;
	float: left;
}
#menu ul {
	margin: 0;
	padding: 5px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	color: #253467;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 100%;
	padding-right: 46px;
	border-bottom: none;
}
#menu a:hover {
	color: #C11410;
	text-decoration: none;
}
#menu a:active {
	color: #0376b5;
	border-bottom: 1px;
	border-bottom-style: dotted;
}
*/
/*tabbed menu*/
ul#saturday{
	margin:0;
	padding:0;
	list-style-type:none;
	width:100%;
	position:relative;
	display:block;
	height:36px;
	text-transform:uppercase;
	font-size:1em;
	font-weight:bold;
	background:transparent url("images/bgOFF.gif") repeat-x top left;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	border-bottom:4px solid #37405C;
	border-top:1px solid #D2D6E3;
	float: left;
	}

ul#saturday li{
	display:block;
	float:left;
	margin:0;
	padding:0;
	}

ul#saturday li a{
	display:block;
	float:left;
	color:#37405c;
	text-decoration:none;
	padding:9px 20px 0 20px;
	height:27px;
	background:transparent url("images/bgDIVIDER.gif") no-repeat top right;
	font-weight:bold;
	}

ul#saturday li a:hover{
	background:transparent url("images/bgHOVER.gif") no-repeat top right;
	color: #c11410;
	}

ul#saturday li a.current,ul#saturday li a.current:hover{
	color:#fff;
	background:transparent url("images/bgON.gif") no-repeat top right;
	}
	/*end tabbed menu*/
#wrapper {
	width: 900px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 33px;
}
#logo {
	float: left;
	width: 900px;
	margin-top: 13px;
	padding-left: 5px;
	background-image: url(images/cdm_coord.jpg);
	background-position: right;
	background-repeat: no-repeat;
}
.logo {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 1.6em;
	padding-bottom: 16px;
}

/*
#wrapper {
	margin: 0 auto;
	padding-bottom: 33px;
	width: 915px;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #253467;
	overflow: auto;
}
*/
#content {
	float: left;
	width: 630px;
	padding: 0;
	margin-top: 30px;
	margin-bottom: 30px;
}
#sidebar {
	float: right;
	width: 230px;
	padding-top: 0px;
	margin-top: 30px;
}
#footer {
	clear: both;
	width: 910px;
	margin: 0 auto;
	margin-top: 22px;
	border-top: 3px;
	border-top-style: solid;
	border-top-color: #37405c;
}
#footer p {
	text-align: center;
}

