#search, #header,#navbar, #nav, #nav table, #dedicated, #rightcol,div#tabmask
#div.rightitem, #title, #breadcrumbs, #breadcrumbs ul, #breadcrumbs li {
    display: none;
    height: 0px;
}

#content {
  width: 100%;
}

/*Styles*/
/* border/margin order: top right bottom left*/
body {
 margin: 0;
 padding: 0;
 background-color: #ffffff; 
 font-family: Verdana, Arial,  Helvetica, sans-serif; 
}

h1 {
	font-family: Verdana, Arial,  Helvetica, sans-serif;
	font-size: 20px;
	color: #444444;
}

h2 {
	font-family: Verdana, Arial,  Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;	
	color: #444444;
}

h3 {
	font-family:  Verdana, Arial,  Helvetica, sans-serif;
	font-size: 14px;
	color: #8F0100;
}

p {
	font-family: Verdana, Arial,  Helvetica, sans-serif;
	font-size: 13px;
	color: #444444;
}

form, form td {
	font-family: Verdana, Arial,  Helvetica, sans-serif;
	color: #CC9900;
	font-weight: bold;
	font-size: 12px;
	padding-left: 5px;
}

blockquote {
	margin-left:5em;
	padding-left:1em;
	border-left:3px solid #CED5DD;
	color:#8F0100;
	font-size: 12px;
}

.bullets {
	font-family:   Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #8F0100;
	padding-right: 10px;
}

.points {
	font-family:   Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-right: 10px;
	color: #444444;
}

.style1 {
	color: #CC9900;
}

.style2 {
	color: #333333;
}

.style3 {
	color: #8F0100;
}

.bold {
  font-weight: bold;
}

.italic {
	font-style: italic;
}

.center {
	text-align: center;
}

.community { /* CCC home page*/
  margin: 25px 0 0 0;
  padding: 0px;
}

.community p {
  clear:left;
  padding-left: 45px;
  margin-top: 0;
}

.community td {
	padding-bottom: 35px;
}

.welcome {
	font-family: Verdana, Arial,  Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;	
	color: #8F0100;
	text-align: center;
}

/*Divs on the CCC home page*/
div#ccc_left {
 float: left;
 width: 45%;
}

div#ccc_right {
 float: right;
 width: 45%;
 padding-left: 20px;
}

div#ccc_news {
 clear:both;
 margin-left: 10px;
 margin-top: 0px;
}

.pm_icon {
/* float:left;
  margin: -5px; */
}

.pm_description {
  padding-left: 15px;
}

.pm_category {
  padding-top: 5px;
  font-weight: bold;
  color: #666699;
}

.pm_table {
  margin-top: -20px;
  width: 100%;
}

.pm_activity_table {
  margin-top: -5px;
  width: 100%;
}

.pm_activity {
 	font-size: 10px;
	font-weight: bold;
	color: #CC9900;
}

.pm_activity_icon {
  margin: 0px 0px 0px 0px;
}

.pm_highlight {
 color: #8F0100; 
 font-weight: bold;
}

.pm_title {
	text-align: center;
    padding-bottom: 30px;
}
 
.pm_resource {
  font-weight:bold;
  margin-top: 0px;
}

.pm_blockquote {
  margin-left:10px;

}

.image {
  float:left; 
  margin: 0 10px 10px 0;
} 

.indent {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	padding-right: 10px;
	padding-left: 20px;
}

.cell, td p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #444444;
	vertical-align: top;
}

.popup {
  display: none; 
  position: absolute; 
  left: 180px; top: 50px; 
  border: solid black 1px; 
  padding: 10px; background-color: rgb(255,255,225); 
  text-align: justify; 
  font-size: 12px; width: 600px;
}

.note_popup {
  display: none; 
  position: fixed;
  border: solid black 1px; 
  padding: 10px; background-color: rgb(255,255,225); 
  text-align: justify; 
  color: black;
  font-size: 12px; 
  width: 600px;
}

a:link {
  color: #8F0100;
}

a:visited {
	color: #CC9900;
}

a:hover {
	color: #8F0100;
}
