/* CSS Level 2.1 */
/* File Version 1.13 */

html {
background-image: url(images/tile.png); 
background-attachment: fixed;}

body {
margin-left: 5%;
margin-right: 5%;
margin-top: 5%;
margin-bottom: 5%;
}

#content {}

div.intro {
	margin-left: 10%;
	margin-right: 10%;
}

div.center {text-align: center;}
div.left {text-align: left;}
div.right {text-align: right;}

p {font-family: "Times New Roman"; font-size: 16px; color: #000000; margin-left: 5px; margin-right: 5px;
background-color: #ffffff;}

p.intro {
font-family: "Times New Roman"; font-size: 16px; color: #000000;
background-color: #ffffff; margin-left: 10%; margin-right: 10%;}

table {margin-left: auto; margin-right: auto; caption-side: bottom; 
border-style: solid; border-width: 0px; border-color: #000000;}

td { ;}

td.center {
	text-align: center;
	vertical-align: top;
	font-family: inherit; font-size: inherit; color: inherit;
}


/*  Box Shots  */

table.shot {width: 90%; margin-left: auto; margin-right: auto; caption-side: bottom; 
border-style: solid; border-width: 0px; border-color: #000000;}

td.leftshot {
	text-align: left;
	font-family: "Times New Roman"; font-size: 16px; color: #000000; margin-left: 5px; margin-right: 5px;
}

td.rightshot {
	text-align: right;
	font-family: "Times New Roman"; font-size: 16px; color: #000000; margin-left: 5px; margin-right: 5px;
}



img {margin: 5px; border-style: solid; border-width: 2px; border-color: #000000;}
img.shot {margin: 5px; border-style: solid; border-width: 6px; border-color: #000000;}

img.banner {margin-top: 0px; margin-bottom: 20px; border-style: solid; border-width: 2px; border-color: #000000;}
img.nb {border-width: 0px;}
img.left {float: left;}
img.right {float: right;}

h1 {font-family: "Times New Roman"; font-size: 40px; font-weight: 500; color: #000067;}
h2 {font-family: "Times New Roman"; font-size: 24px; font-weight: 500; color: #000067;}

ul {list-style-type: square; color: #ff0000; margin-left: 3%;}
li {font-family:  "Times New Roman"; font-size: 16px; color: #000000; margin: 10px; width: 80% ;}

hr {width: 85%;}
