/*  style sheet for caccmi.org website. revised  10-16-08 pw  */
/*  validation on 7-9-2007 at w3c.org valid with the following warnings:
28  Same colors for color and background-color in two contexts #content and a:hover 
31  Same colors for color and background-color in two contexts #content and a:active */

/* body entire document  */

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color: rgb(214,194,238);
	color: #000000;
	font-size: .8em;
	line-height: 1.1em;
}

/* body styles which apply to the entire document  */

a {
	color: #6633cc;
	text-decoration: underline;
}
a:visited{
	color: #cb8cc7;
	text-decoration: underline;;
}

a:hover {
	color: #6633cc;
	font-size: 1.1em;
}

.style_photocredit{font-size:.8em;font-style: italic;}

.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_italic_left {
	font-style: italic;
}
.style_center{
	text-align:center;
}

.style_right{
	text-align:right;
}

.style_left{
	text-align:left;
}

.style_boldleft{
	text-align:left;
	font-weight: bold;}

.style_just{
	text-align:justify;
}
.textcolor_purple{
	color: #6633cc;	
}
.style_u{
	text-decoration:underline
}
.style_center_purple{
	text-align:center;
	color:#6633cc;
}
.style_center_bold{
	text-align:center;
	font-weight:bold;
}
.style_small{
font-size: .7em}

h3{
line-height: 1.3em;
text-align: center;
}

/* Logo sits at the top left corner  */
	
#logo{
	position: absolute;
	left: 20px;
	width:191px;
	height:228px;
	background-image: url(../images/colorlogo2.jpg);
    background-repeat: no-repeat;
	border:1px solid #6633cc;
	}
	
/* Masthead sits at the top of the document next to logo  */
    
#masthead {
	position: absolute;
	left: 201px;
	width: 70%;
	height: 230px;
	padding: 20px;
	text-align: center;
}

/* Container holds navigation, content and footer */

#container {
	position: absolute;
	top: 229px;
	width: 100%;
	margin: 10px auto;
}

#navigation {
	position: relative;
	float: left;
	width: 15%;
	margin-left: 10px;
	margin-top:20px;
	border: 1px solid #6633cc;
	background-color: rgb(214,194,238);
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

/* Link styles within Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0em;
	padding: 0;
	border: 1px solid #6633cc;
	border-collapse:collapse;
	font-size: 1em;
}
	
#navigation a {
	color: #000000; 
	text-decoration: none;
	display: block;
	padding: 5px;
	text-align: center;
}

#navigation a:visited{
	color: #6633cc;
	text-decoration: none;
}

#navigation a:hover {
	text-decoration: none;
	font-size: 1.2em;
	border: 2px solid #6633cc; 
}
	
#navigation img {
	text-align: center;
	padding: 0px;
	border: 0px solid #6633cc; 
}

/* content contains the main text */

#content {
	float: left;
	width: 65%;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 50px;
	padding: 20px;
	border: 1px solid #6633cc;
	background-color: #fff;
}
#content ul {
	width: 100%;
	margin: 5em;
	padding: 0;
}
#content li {
	margin: 0em;
	padding: 0;
	font-size: 1em;
line-height:1.5em;
}
	
#content img {
	padding: 5px;
	border: 0px solid #964;
}

/* footer resides in container below navigation and content */

#footer {
	position: relative;
	text-align: center;
	font-size: .8em;
	clear: both;
	width: 100%;
	padding: 0px;
	border: 0px solid #6633cc;
}

/* Footer Styles */
#footer p {
	color: #000000;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}
#footer a {
	color: #6633cc;
	text-decoration: underline;
}
#footer a:hover {
	color: #6633cc;
	font-size: 1.2em;
	text-decoration: none;}
	
/* form legends for the contact form and dt "heading" */
legend, dt { 
  font-weight : bold; 
  color : #6633cc;}

/* table styles for board page */ 
table.cc{
	border-collapse: collapse;
	margin-left:2em;
	text-align: left;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 1em;
	width: 95%;
	padding: 0em;
}

td.head{
	margin:0em;
	text-align: center;
	color: #000000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bolder;
	height:1.5em;
	font-size: 1em;
	border-spacing: 0px; 
	padding: 0em
}

td.center{
	margin:0em;
	text-align: center;
	color: #000000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.2em;
    height:1.7em;
	border-spacing: 0px; 
	padding: 0em;
}
td.right{
	margin:0em;
	text-align: right;
	color: #000000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.2em;
    height:1.5em;
	border-spacing: 0px; 
	padding: 0em;
}
td.body{
	margin:0em;
	text-align: left;
	color: #000000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	height:1.5em;
	border-spacing: 0px;
	padding: 0em;
}

.pic_left {   
float: left;   
padding: 2em;   
margin: 0;   
}     

.pic_right {
   float: right;   
   padding: 2em;   
   margin: 0;   
   } 
   
 .pic_center {
   padding: 2em;   
   margin: 0;
   border: 0px;
   position:absolute;
   margin-left: 20px;
   }   
   }   