/* This is the style sheet for the Tripoli Centeral Virginia #25 home
	page or index.htm
	
	The basic page styles are applied by template.css.  This page is only
	for the items that are unique to the homepage.
*/
@import url(style.css);

/* Maincontent is 830px wide.  From the style.css sheet.  Keep 20px between column. and 20px on each side.
        this leaves 385px width for each column
*/
			
#LaunchAnnounce { 	width:385px; 
					text-align: center; 
					background-color: #D3D3D3;
					background: white url(../images/brushed_steel.jpg) repeat-x scroll left top; 
					border:8px ridge gray;
					margin: 0px 20px 0px 0px;
				}
#LaunchAnnounce h2.blktext {	margin:0px; 
							padding:5px; 
							color:black;
									}
#LaunchAnnounce p {	margin:0px; 
					padding:5px; 
					color:black;
									}

#launchstatus {	margin: 15px 0px 10px 0px;
			}
#launchstatus h2 {	margin: 0px;
				}
#launchstatus p {	margin: 5px;
					padding: 0px;
					font-size: 90%;
				}
/*  Status block color GREEN */


#launchstatuscolorGreen {	color: white;
					background-color: green;
					font-size: 140%;
					border:groove 4px #006400;    
					}

					
/*  Status block color RED */

#launchstatuscolorRed {	color: white;
					background-color: red;
					font-size: 140%;
					border: groove 4px #8B0000;     
					}

									
#calendar {	margin: 0px;
			padding: 3px;
			border: 2px inset #87CEEB; /* Skyblue */
		}
#calendar h2 {	margin: 0px;
				padding: 2px;
			}
		
#calframe {	border-width: 0px;
			width: 380px;
			height: 400px;
		}

#leftcol {	width:390px;
			float: left;
			margin: 0px;
			padding: 0px;
		}
#rightcol {	width:390px;
			float: right;
			margin: 0px;
			padding: 0px;
		}
.timetext {	color:#000000;
			font-size:80%;
			vertical-align: sub;
			font-weight: 300;
			font-family: Arial, Helvetica, sans-serif;
		}
.timenum {	color: #FF0000;
			font-size: 180%;
			font-weight: 600;
			font-family: Arial, Helvetica, sans-serif;
		}
		
#aboutbp {	clear: both;
			padding-top:10px;}

.newsbox {	margin: 15px 0px;
					}
.newsbox h2 {margin-bottom: 5px;
					}
.newsbox p {	margin: 2px 0px;
					}
					
					
.pictext {	width: 374px;
			margin: 2px;
			padding: 20px 8px;
			border: 3px inset #87CEEB; /* Skyblue */
		}
#ptimg {	margin: 0px; 
		padding: 0px 18px;
		}
.pttext {	text-align: left; 
			margin: 5px 0px; 
			padding: 0px; 
			font-size: 80%;
		}

#ptimgL {	margin:0px; 
			padding: 0px 10px;}

#w3ctag {clear:both}

				
.botrlink {	margin: 0px 0px 35px 0px;
			/* font-size: large; */
			font-family: "Times New Roman", serif;
			color: navy; 
		}
.botrlink>p {	margin: 0px;
		}

.botrlink h2 {	margin: 0px 0px  5px 0px;
		}

.botrpara 	{	font-size: small; 
				margin: 2px;
} 

/* ************* special formating for h2 on home page ******************* */
.noticeF {	color: red;
			text-decoration: blink;
		}