tr, td, p, div, ul, li{ 
    color: black; 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none; 
    font-size:10pt;
  } 
li {padding-bottom: 12px}  
  
h2 {margin-bottom: 36px}  

p {line-height: 18px}
  
body{
	margin: 0;
	/*padding:50px;*/
    background: #fff1da;
	/*behavior: url(csshover2.htc);*/
    background-image: url('../Images/cbcm_shad2.png');
    background-repeat: repeat-y;
    background-position: center;
}

hr {width: 85%; margin 12px 0}

.clear {clear: both}
	
#wrapper{ 
   margin: auto; 
   width: 900px;
   border: 1px solid black;
    background-color: #cee967;
}	

#content {
	float: left; 
	margin-left: 24px; 
	width: 640px;
}


#content a:link {color: #276cbf; text-decoration: none}
#content a:visited {color: #276cbf; text-decoration: none}
#content a:hover {color: #67a2e9; text-decoration: underline}

.notice{
	float: right; 
	background-color: #ffdead; 
	border: 2px solid #333; 
	margin-top: 16px; 
	padding: 12px; 
	line-height: 24px; 
	text-align: center;
	border-radius: 12px;
}


.singlepic {
	float: right; 
	margin: 8px 0px 8px 12px; 
	border: 2px solid #333;
}

.borderpic {
	border: 2px solid #333;
}

.award {
	 width: 350px; 
	 margin-top: 24px;
	 border-top: 1px solid #282828;
	 font-weight: bold;
}

.bluebox {
	 margin: 14px; 
	 width: 160px;
	 background-color: #67cee9; 
	 padding: 8px; 
	 text-align: center;
	 border: 2px solid #282828;
	 border-radius: 12px;
}

.bluebox a {
	 font-size: 18px;
	 font-weight: bold;
	 font-style: italic; 
	 text-decoration: none;
	 color: #d7134e;
}

.bluebox a:link {color: #063e82}
.bluebox a:visited {color: #063e82}
.bluebox a:hover {color: #67a2e9}

.deadbox {
	 margin: 14px; 
	 /*width: 160px;*/
	 background-color: #ffdead; 
	 padding: 8px; 
	 text-align: center;
	 font-weight: bold;
	 border: 2px solid #282828;
	 border-radius: 12px;
	 margin-top: -30px;
	 color: #063e82;
}

.keepred {
   font-weight: bold; 
   color: red
}

.keepred a:link {color: red}
.keepred a:visited {color: red}
.keepred a:active {color: red}
.keepred a:hover {color: #d69b9b}

.captionpicbox {
	float: left;
	margin: 8px;
	width: 300px;
}

.caption {
	font-size: 10px;
	font-style: italic;
	text-align: center;
	padding: 8px;
}

.dotline {
	margin-top: 24px;
	border-top: 2px dotted #282828; 
	font-size: 18px; 
	font-weight: bold;
}

.questions a:link {color: black; text-decoration: none}
.questions a:visited {color: black; text-decoration: none}
.questions a:active {color: red; text-decoration: none}
.questions a:hover {color: #fff; text-decoration: none}
	
.answer {
   margin-left: 24px;
   margin-top: -12px;
}

/******** below for popup window **********/
#blanket {
background-color:#111;
opacity: 0.65;
filter:alpha(opacity=65);
position:absolute;
z-index: 9001;
top:0px;
left:0px;
width:100%;
}
#popUpDiv {
position:absolute;
background-color:#eeeeee;
width:300px;
height:300px;
z-index: 9002;
/******** end popup window **********/
