/*****************  Private CSS stylesheet  **************************
 ***************  Copyright - Dennis Wright - 2009 - 2015 *****************/

/*************************** Reset  **********************************/
	
body {font-size:70%;color:#000000;background-color:#F1F1ED;margin:0px;overflow:auto;}
	
body,p,h1,h2,h3,h4,table,td,th,ul,ol,textarea,input
	{font-family:verdana,helvetica,arial,sans-serif;}
	
h1 {font-size:200%;margin-top:0px;font-weight:normal}
h2 {font-size:160%;margin-top:10px;margin-bottom:10px;font-weight:bold}
h3 {font-size:120%;font-weight:normal}
h4 {font-size:100%;}
h5 {font-size:90%;}
h6 {font-size:80%;}

h1,h2,h3,h4,h5,h6 {background-color:transparent;color:#000000;}

/************************** Paragraphs  ******************************/
	
p {width:100%;text-align:left;}

/************************** Headings *******************************/

h2.header	{text-align:right;}

/************************** Images  **********************************/
		
img	{margin:0px;border:0px;}

img.header	{margin:0px 10px 1px 0px;}  /** No Top or left Margin for Header           **/

/************************** Centering boxes and tables  *************/
	
.center	{text-align:center;}

.mid200	{margin-left:auto;margin-right:auto;width:200px;text-align:center;font-size:12px;font-weight:bold;}
	
.mid500	{margin-left:auto;margin-right:auto;width:500px;text-align:center;font-size:12px;font-weight:bold;}
	
/***************************************** Colours ******************/	

.ltblue	{color:#506F89;text-align:center;}    /**  The Darker Blue used as Menu Background  **/

/****************** Cleanup Routines  ******************************/		
	
.noborder {border:none;padding:0;margin:0 auto;text-align:right;}

.fullwidth0pxhigh  {clear:both;width:100%;height:0;font-size:0;line-height:0;padding:0;border:none;} 

/*************************  ID's ***********************************/

.container {	width:802px;margin: auto;border:none;padding:0;background-color:#9EB1C0;}

#header {width:792px;background-color:#9EB1C0;clear:left;margin-top:6px;	border:6px solid white;}
	
#content {width:790px;color:black;background-color:white;padding:6px;margin: auto;line-height:120%;}
	
#footer {width:780px;background-color:#9EB1C0;clear:left;margin-bottom:6px;padding:6px;border:6px solid white;}

/*************************  Pseudo classes *************************/
					/** Links within the webpages   **/
					
a:	{padding-bottom:5px;text-decoration:none;}
a:link, a:visited {color:blue;text-decoration:underline;}
a:hover {color:green;text-decoration:underline;}  
a:active {color:red;} 

/********************************* Navigation **********************/
                               /**  Top Menu    **/
							   
a.m_item:link,a.m_item:visited {text-decoration:none;color:white;background-color:transparent}
a.m_item:hover,a.m_item:active {text-decoration:underline;color:black;background-color:transparent}

td.navigate {text-align:center;color:white;background-color:transparent;font-size:10px;font-weight:bold;
border-top:1px solid #868686;border-left:1px solid black;border-right:1px solid #868686;padding-bottom:2px;
}

                               /**  Footer Menu  **/
							   
#footer a:link,#footer a:visited {text-decoration:none;color:white;background-color:transparent}
#footer a:hover,#footer a:active {text-decoration:underline;color:black;background-color:transparent}