body {
		border:0;		/* This removes the border around the viewport in old versions of IE */
		width:1000px;
		background-color:#fff;
		min-width:800px;	/* Minimum width of layout - remove line if not required */
				/* The min-width property does not work in old versions of Internet Explorer */
		font-size:90%;
		font-family: "Tahoma", "Geneva";
		margin-left: auto;
		margin-right: auto;
	}
/* Header styles */	
#header {		clear:both;
		float:left;
		width:100%;
	}	

#header {
		border-bottom:3px solid #00009C;
		background-color: white;
		height: 125px;
	}

#header h3 { font-weight: bold;
}


/* 'widths' sub menu */	
#layoutdims {
		clear:both;
		background-color:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}	

/* column container */	
.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		/*float:left;*/
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}


	
	
/* 3 Column settings */	
.threecol {
		background-color:white;		/* right column background colour */	}	





/* common column settings */
.colright, .colmid, .colleft {
		float:left;
		width:100%;			/* width of page */
		position:relative;
	}

.col1, .col2, .col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead*/						only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}	

/* 3 Column settings */	
.threecol {
		background-color:white;		/* right column background colour */	}	

.threecol .colmid {
		right:38%;			/* width of the right column */
		background-color:white;		/* center column background colour */
	}	

.threecol .colleft {
		right:33%;			/* width of the middle column */
		background-color:white;	/* left column background colour */
	}
	
.threecol .col1 {
		width:38%;			/* width of center column content (column width minus padding on either side) */
		left:102%;			/* 100% plus left padding of center column */
		text-align:left;
	}	

.threecol .col2 {
		width:32%;			/* Width of left column content (column width minus padding on either side) */
		left:35%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}	

.threecol .col3 {
		width:25%;			/* Width of right column content (column width minus padding on either side) */
		left:75%;			/* Please make note of the brackets here:(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */	}
		
/* Footer styles */

#footer1 {
		clear:both;
		float:left;
		width:100%;
		border-top:3px solid #00009C;
		background-color: white;
	}
	
#footer1 a img {border: 0; }

#footer2 {
		clear:both;
		/*float:left;*/
		width:100%;
		border-top:3px solid #00009C;
		background-color: white;
		text-align:center;
	}

#footer3 {
		clear:both;
		/*float:left;*/
		width:100%;
		border-top:3px solid #00009C;
		border-bottom:3px solid #00009C;
		background-color: white;
		text-align:center;
	}	
	
	
table {
            width: 1000px;
            margin-left:auto;
            margin-right:auto;
	padding-top:  20px;
	padding-bottom: 20px;
	}

td {
    padding: 10px 10px 10px 10px;
    text-align: center;
      }
      
.highslide-caption a:link {    text-decoration: none; 
                color: white; 
                font-family: "Tahoma", "Geneva"; 
                font-size: 10pt;}

.highslide-caption a:visited {
                        text-decoration: none; 
                        font-family: "Tahoma", "Geneva";
                        color:white;
                        }

.highslide-caption a:hover {text-decoration: underline;}

.intro a:link {color: black;
}

.intro a:visited {color:gray;
}

.intro a:hover {text-decoration: underline; }


.image-top {
	padding-top: 20px;
}
    
	/*personal note layout*/  
.threecol2 .colmid2 {
		right:33%;			/* width of the right column */
		background-color:white;		/* center column background colour */
	}	

.threecol2 .colleft2 {
		right:40%;			/* width of the middle column */
		background-color:white;	/* left column background colour */
	}
	
.threecol2 .col12 {
		width:36%;			/* width of center column content (column width minus padding on either side) */
		left:102%;			/* 100% plus left padding of center column */
		text-align:justify;
	}	

.threecol2 .col22 {
		width:29%;			/* Width of left column content (column width minus padding on either side) */
		left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}	

.threecol2 .col32 {
		width:23%;			/* Width of right column content (column width minus padding on either side) */
		left:87%;			/* Please make note of the brackets here:(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */	}
		

#footer2 a:link {color:black; font-style:italic; }


#footer2 a:visited {color:black; font-style:italic;
}

#footer2 a:hover {text-decoration: underline}

#location {
	/*border-color: black;
	visibility: visible;
	cursor: default;*/


border: 3px solid black; 
padding: 0px 0px 0px 0px;
margin-left: 0px;
margin-right: 0px;}
