/* LAST UPDATED 08.14.09 */

body {
	background: #fff;
	color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
}

h1, h2, h3 { font-family: "Trebuchet MS", Verdana, sans-serif; }

h1 a, h2 a, h3 a {
	color: #000 !important;
	text-decoration: none !important;
}

/* Enter all containers that should be excluded from printing here */ #nav, #sidebar, #footer { display: none; }

a:link, a:visited {
	color: blue;
	text-decoration: underline;
}

#nav, #sideNav, #sidebar, .noprint	{
	display: none;
	}
	
	/*  ############  General Style tags to maintain consistency ######## */
	.photo, .photoleft, .photoright {
	display: inline-block;
	padding: 1px;
	background-color: #ffffff;
	border: 1px gray solid;
}

.photoleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.photoright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.left { float: left;}
.right { float: right;}
.center	{ 	text-align:center;}
.underline	{ 	text-decoration: underline;}
