/* General styles */


	
/* Wire Framing to Check Layout */


/* div 	{ border: 1px dashed #CCC;
	} 

h4 { border: 1px dashed #CE007B;
	} 

*/ 
	


body
	{
	margin:0;
        padding:0;
        border:0;
	margin-bottom: 20px;			
	font-size: 13px;line-height: 16px; /* Scale all font sizes */
	font-family: Verdana, Arial, Helvetica;
	background-color: #FFC873;  /* #bdc6de; web color designer */
	/* background-image: url(images/surroundweb.gif); web color designer */ 
	/* color: #FF9A00; */  /* rgb(102,102,51); web color designer */
	text-align: center;	
	}

h1	{font-size: 138.5%;
	font-family: Verdana, Times New Roman, Times;
	color: rgb(153,153,51);
	}

h2	{font-size: 123.1%;
	font-family: Verdana, Times New Roman, Times;
	color: #ff8c00;   
	}

h3	{font-size: 100%;
	font-family: Verdana, Times New Roman, Times;
	color: #AD0000;  /* #a50063; match to underline */
	}

h4	{font-size: 100%;
	font-family: Verdana, Times New Roman, Times;
	color: #AD0000;  /* #d60000; Paragraph Headers */ 
	}

h5	{font-size: 100%;
	font-family: Verdana, Times New Roman, Times;
	color: #FF7C00; /*#A65100;  #ff8c00; web color designer    */
	}

h6	{font-size: 100%;
	font-family: Verdana, Times New Roman, Times;
	color: rgb(51,102,204);
	}


p 	{font-size:100%; line-height: 123.1%;
        margin:.4em 0em .8em 0em;
        padding:0;
	color: black;
    	}

h1, h2, h3 {margin:.8em 0em .2em 0em;
        padding:0;
    	}

h4 {text-align:justify; }

.pageopen {margin: 5px 0px 5px 0px;	
	width:800px; /* main window text area constraint */
	}
	
	
.pageopen h3 { 	font-size: 100%;/* Underline opening page header */
				border-bottom: 3px solid #FF9A00; 
	}

.pageopen h4 { 	font-size: 100%; 
				line-height: 1em; 
				color: #AD0000;	 /* Enhacing text statement etc... */
				margin-left: 15px;
				}
		 


em {color: #ff8c00; 
	font-style: normal;
	 }

img 	{
	margin:1px 0px 1px;
	}

#centrecontainer {
	text-align:left;
	width: 825px;
	min-height: 50px; /* new browser fix */
	overflow: hidden;  /* new browser fix */
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
 
		}
	

/* 1 column Top menu settings */
	
#singlecol {		/* background colour + fixed image */
	float:left;
    width:800px;         /* Normal right window full display area */
	position:relative;
	background-color:  #FFC873;   /* #FFFFF0;*/ /* window background color - web color designer */  
    overflow:hidden; /* new browser fix */
	/* border: 1px solid #000;* /  /* page border  */
	min-height: 600px; /* new browser fix */
				}
	





/* Footer styles */

#footer {	clear:both;
        	float:left;
        	width:800px;height: 20px; /* Footer box Size */
		border-top:3px solid #000;
    		padding: 0px; 
		background-color: #A66400; /* Footer Color */
				}
				
#footer p {	width: 800px;
		text-align: center;
		font-size: 85%; line-height: 100%; /* Footer font Sizing*/
		color: #FF9A00;  /* rgb(230,230,230); */ /* Footer Text */
		 } 





.red { color: #ff0000; } /* highlight for span text color red */
 

