@charset "utf-8";
/* CSS Document */

/* -------------------------------------------------------------- 
   
   This file styles text only, though there are a few styles regarding img, but they are still 
   specific to instances of text.  See global for all other structural styling.
   
   NOTE: Many of these styles do not apply to this site, but I let them remain for future needs.
   
-------------------------------------------------------------- */

body 
	{
   	font-size: 14px;
	font-weight: normal;
	line-height: 1.3;
    color: #4c3427;
	font-family: Arial,Tahoma,Helvetica,sans-serif;
	}

.center { text-align:center; }


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 
	{ 
	font-family: Arial,Tahoma,Helvetica,sans-serif; 
	font-weight: normal; 
	color: #000;
	}

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img { margin: 0; }

h1
	{
	position: relative;
	float: left;
	width: 150px;
	height: 55px;
	margin: 19px 0 0 0; 
	padding: 0; 
	border: 0;
	text-indent: -7000px;  /*  This hides the H1 title off screen  */
	}
	
h1 a
	{
	background: url(../img/cmtlogo3.jpg) no-repeat 0 -19px;  /*  This displays the logo where the text would have been.  */
	position: relative;
	float: left;
	width: 165px;
	height: 55px;  /*  The height and width are necessary to create a box in which the logo will be displayed.  */
	margin:0;
	padding:0;
	border: 0;
	}

h2
	{
	font-size: 18px;
	color: #0147b6;
	font-weight: bold;
	}
	
h2.page_title
	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	font-weight:normal;
	color:#a32a32;
	display:block;
	width:710px;
	padding: 0;
	text-align:left;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: -5px;
	margin-left: 50px;
	}

h2.page_title span { display:block; font-size:18px; }

.column_two h2
	{
	display:block;
	width: 565px;
	padding: 0;
	border-bottom: 6px solid #0147b6;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0;
	}
	
.column_two h2.black
	{
	display:block;
	width: 565px;
	margin: 0 0 12px 0 ;
	padding: 0;
	color:#000;
	border:0;
	}
	
h3
	{
	font-size: 14px;
	color: #0147b6;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}
	
.column_one h3
	{
	display:block;
	width: 170px;
	padding: 0;
	border-bottom: 6px solid #0147b6;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0;
	}



#footer { font-size:12px; }




/* Text elements
-------------------------------------------------------------- */

p           {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0;
}
p img.left  { float: left; margin: 0 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 0 0 1.5em 1.5em; }
p.skip { display: none; }
p.notation { font-size:11px; }

a:focus     { color: #000; }
a img { border: none; }

a:link, a:visited { color: #0074bf; text-decoration: none; }	
a:hover, a:active { color: #0074bf; text-decoration: none; }

blockquote  { margin: 1.5em; font-style: none; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 				{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }




/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em .5em 2.5em; }

/*ul          { list-style: none; }*/
ol          { list-style-type: decimal; }

.list ul,
.list ul li	  /*  styles all non-bulleted lists  */
	{
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	
ul.bulleted   /*  styles all bulleted lists  */
	{
	list-style: none;
	padding: 0;
	margin: 0 0 1.5em 0px;
	}

ul.bulleted li	  /*  styles all bulleted lists  */
	{
	background: url(/img/bullet.gif) no-repeat 0 7px;
	padding: 0 0 0 14px;
	margin: 0 0 7px 16px;
	}

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 12px; width:100%; }
th          { font-weight: bold; }
thead th 		{ background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }
