html{
 	scrollbar-track-color : #000; 
 	scrollbar-face-color : ghostwhite; 
 	scrollbar-arrow-color : #000; 
 	scrollbar-shadow-color : #000; 
 	scrollbar-3dlight-color : #000; 
 	scrollbar-base-color : #000; 
 	scrollbar-darkshadow-color : white; 
 	scrollbar-highlight-color : white;
 	padding : 0;
 	margin : 0; 	
 	height : 100%;
 	
}

body{
	margin: 0;
	padding: 0;
	color: #333;
	font-family : trebuchet ms, Helvetica, Verdana, trebuchet ms,Arial,sans-serif;
	/*background: #fff;#105294;#E2EBED */
	background-image : url(../images/greyBG.jpg);   	
    	font-size : 90%;
    	height : 100%; 
    	
    	
}


p{
	line-height: 140%;
	color : #333;
}

  a {
 	color: #a60000; /*#05512e;*/
 	text-decoration: none;	
     	font-size: 1.1em;
 	font-weight : bold;
 	font-family : Verdana, Arial, Helvetica, sans-serif;	
  }
  
  a:hover {
 	color : #000;	
 	font-family : Verdana, Arial, Helvetica, sans-serif;
 	font-size: 1.1em;
 	font-weight : bold;			
 }
 
 .smallLink
 {
 	font-size: 0.7em;
 }
 
 .smallLink a:hover 
 
 {
 	color : #fff;
 	font-weight : bold;
 	background : #454545;
 	text-decoration : none;
 }

.selected
{
	color : #000;	
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight : bold;
	text-decoration : none;
	text-decoration : underline;
}
 
 h1{
 	font-size : 160%;
 	color : #a60000;
 	background : #fff; 	
	font-weight : bold;
	font-family: trebuchet ms, Arial, Helvetica, sans-serif;
	text-decoration : none;
	letter-spacing : 2px;
 }
 
 h2{
  	font-size : 130%;
  	color : #333;
  	background : #fff; 	
 	font-weight : bold;
 	font-family: trebuchet ms, Arial, Helvetica, sans-serif;	
 }
 
 ul
 {
 	font-family : trebuchet ms;
 	margin-left: 0;
 	padding : 0; /* firefox uses padding to indent lists IE uses margin */
 }
 
 li
 {
 	list-style:none;
 	color : #a60000;
 	font-family : trebuchet ms;
			
 }
 
 .square
 {
 	list-style-type : square;
 	color : #333
 
 }
 
 .contact
 {
 	color : #a60000;
 	font-weight : bold;
 	font-size : 80%;
 }
 
 .smallText
 {
 	font-size : 80%;
 }
 
 .imgPadding
 {
 	margin : 15px;
 	border : solid 1px #a60000; 	
 }
 
 #smallLink {
 	
 	font-size : 90%;
 	text-decoration : underline;
 }
 
 
 
 .imgCaption
 {
 	width : 180px;
 	float : right;
 }

.captionText
{
	font-size : 80%;
	width : 180px;
}

#exImages
{
	padding : 4px;
	float : left;
}

#goBack
{
	border: 1px solid #a60000;	
	color : #a60000;
	font-family : arial;
	font-size : 80%;
	width : 70px;
	padding : 4px;
	margin-left : 10px;
	margin-top : 10px;
}


/* ********************************************************************************
**************************										*********************
**************************				LAYOUT					**********************
**************************										**********************
**************************************************************************************
*****************************************************************************************/

#container
{
	text-align: left;
	width: 800px;
	margin: 0 auto;
	min-width: 720px;
	border: 1px solid #a60000;	
	background-color : #fff;
	padding : 10px 10px;
	height: auto !important;
	 height: 100%;
   	min-height: 100%;
	
	}

#header{
	 width: 800px;
	 height: 110px;	 
	 background-image : url(../images/sash.jpg);
	 border: 0px solid #000;
	 padding-top 8px;
	 margin-left : 0.5px;
	 align : center;
	 border :  0px solid black;
	 }
	 
#content
{
	margin : 0 30px 0 160px;
	padding-top : 30px;	
	color:#666666;
	border: 0px double red;
	background-color : #fff;
	min-height : 0;	
	
}



#leftMenu{
	text-align : LEFT;
	float:left;
	width: 120px;
	margin: 0px;
	padding-left: 30px;
	padding-top : 30px;	
	border: 0px solid lime;
	background-color : #fff;
	line-height : 30px;
	font-family : trebuchet ms;
}

#leftMenu a
{
	font-family : trebuchet ms;
	font-size : 1.2em;	
}
		


 #footer{
 	margin: -40px auto;
 	text-align : center;
	width: 800px;
	height: 20px;	
	color : black;
	background-color : #c0c0c0;
	/* border: 1px solid #000;*/
	clear : both;
 }
 
 #lFooter
 {
 	text-align : center;
		width: 800px;
		height: 20px;	
		color : black;
		background-color : #c0c0c0;
	/* border: 1px solid #000;*/
 }
 
 .filler
 {
 	height : 40px;
 }