/* *	This stylesheet was prepared/modified/updated for use for  * *		Loveland Propbusters Radio Control Club * *	File Name : LPRCC_WithSideBar.css * * *	Description : * * 		This style sheet contains settings used in the main  *		index page. This is to serve as the main style for all the pages. *		If the page you are designing a page does not need a side  *		menu bar area, then use the LPRCC_NoSideBar.css and  *		LPRCC_NoSideBarTemplate.html * *  * Author : Abinesh S. Puthenpurackal * Date   : April 18, 2004 * * History : * * ================================================================== *	Date				Author					Comments * ================================================================== * Apr-18, 2003		Abinesh 			Initial Creation *//* * Following are code for the various colors used in this  * style sheet *//*    COLOR           HTML COLOR CODE     SCRIPT COLOR CODE    -----------------------------------------------------    Cream                               #ffd (#ffffd8)    Beige                               #ccbd96    Medium Green                        #053    Dark Green                          #020    Pale Green                          #A2BA9A    Dark Red                            #690000 *//* *  Settings that apply to the body of the html document */body{    background-color:#A2BA9A;     margin:0;     padding:0;     height:100%;    border-right:1px solid #020;    scrollbar-DarkShadow-Color:#ccbd96;     scrollbar-Track-Color:#A2BA9A;     scrollbar-Face-Color:#ccbd96;     scrollbar-Shadow-Color:#ffd;     scrollbar-Highlight-Color:#ffd;     scrollbar-3dLight-Color:#020;     scrollbar-Arrow-Color:#ffd;}/* *  The settings for the dark green bar that divides the title/heading *  region with the contents section of the document */#bar{    background-color:#053;     clear:both;     text-align:right;     height:40px;     padding:1px;    border-top:1px solid #020;     border-bottom:1px solid #020;     border-right:1px solid #020;     margin-bottom:0; } /* *  The settings for the main "Contents" section of the style *  sheet. This sections appears in Cream (#FFD) color */     /*padding:5%; */ #content {    background-color:#ffd;     width:100%;     float:right;     border-right:1px solid #020;     border-left: 1px solid #020;    margin-bottom:0;     }/* *  The paragraph "<P>" settings for the content section. */  #content p {    text-indent:2em; }/*  * Color and Alignment for text of type "h2" throughout the document  */ h2{    color:#020;     text-align:center;}/*  * Color settings for elements such as "h3", "a", etc throughout the document */ h3{    color:#020;}a{    color:#690000;}a:hover{    color:#020;}/* *  The settings for the "Footer" section of the style *  sheet. This sections appears in Beige color */#footer{	background-color:#ccbd96; 	clear:both;	height:15px; 	height:40px;	border-top:1px solid #020; 	border-bottom:1px solid #020;}