/* CSS Document */

body { 
	height: 100%;
	background-color: silver; /* background color on the sides*/
	color: black; /* text color */
	margin: 0px;
	padding: 30px;
	text-align: left;
	} 

a:link {text-decoration: underline; color: blue;}
a:visited {text-decoration: underline;  color: blue;}
a:hover {text-decoration: underline; color: red;}
a:active {text-decoration: underline; color: #333333;}

h1,h2,h3,h4 { 
	text-align: center;
	} 


div.left {
	height: 100%;
	width: 960px;
	color: black;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	}

.photo {
	margin: 5px;
	vertical-align: top;
	text-align: center;
	font-size: 15px;
	width: 750px;
	}

.center {text-align: center;}

.position {text-align: center; font-size:9px; font-weight:bold; padding:0px;}

.indent {padding-left: 2em;}

.indent2 {padding-left: 5em; padding-right: 5em;}
	
table { 
	margin: auto; 
		}
td { 
	padding: 2px; 
		}

table.std, table.std th, table.std td {border:2px solid black; border-collapse:collapse;}
table.std {margin-top:5px; width:100%; background-color:#eeeeee}
table.std tr {vertical-align:middle;}
table.std th,td {padding: 5px;}
table.std th {text-align:center; vertical-align:middle; background-color:gray; color:white; font-weight:bold;}



/*
table.unique td {
    padding: 0px 10px 0px 10px;
		}


*/

