html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(../images/siteBG.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
}


td.date {
	color:#FFFFFF;
	padding:4px 3px 4px 0 ;
}

td.content {
padding-top:35px;
padding-left:30px;
padding-right:10px;
background-image:url(../images/contentBG.jpg);
background-repeat:no-repeat;
background-position:top left;
}

td.content h1 {
	color:#015697;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:normal;
	margin-bottom:15px;
}

td.content h2 {
	color:#222222;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	margin-bottom:5px;
	margin-top:10px;
}

td.content h3 {
	color:#555555;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	margin-bottom:15px;
}

td.content blockquote{
margin:7px 10px 5px 15px;
}

td.content p {
font:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:1.5;
margin:7px 0 5px 0;
}


td.footer {
	padding:15px 90px 15px 0 ;
	background-image:url(../images/cmcLogoSmall.jpg);
	background-repeat:no-repeat;
	background-position:center right;
}

td.content ul {
list-style:disc;
line-height:1.5;
}

td.content a {
	color: #015697;
	text-decoration: none;
}

td.content a:hover {
	text-decoration:underline;
}
p.image img {
padding:3px;
border:1px solid #999999;
}
