body {
				background: #c8c9cd;
			}
			
			img {
				padding: 0px
				border: 0px
				margin: 0px
			}
			
			.needsborder{
				margin-left: auto;
				margin-right: auto;
				border: solid 2px #6590bd;
			}
			
			.imgborder {
				border: solid 1px #6590bd;

			}
			
			#title_image {
				float: left;
				
			}
			
			#titleBlock {
				background-image: url("./images/title-bg.gif");
				height: 50px;
				margin-bottom: 5px;
				width: 740px;
				height: 115px;
			}
			
			#content {
				background: #edf2f8;
				padding: 15px;
				width: 710px;
				min-height: 300px;
			}
		
			#tabs {
				padding-top: 47px;
				padding-left: 215px;	
			}
			
			p {
				font-family: Verdana, "Lucida Console", Arial, sans-serif;
				text-align: left;
				font-size: 0.875em;
			}
			
			H3 {
				font-family: Verdana, "Lucida Console", Arial, sans-serif;
				color: #194c8a;
				text-align: center;
				font-weight: normal;
			}	
			
			a {
				border: 0px;
			}
			
			a:link {
				color:#588fd3;
				text-decoration:none;
			}      /* unvisited link */
			
			a:visited {
				color:#8097b3;
				text-decoration:none;
			}  /* visited link */
			
			a:hover {
				color:#194c8a;
				text-decoration:underline;
			}  /* mouse over link */
			
			a:active {
				color:#194c8a;
				text-decoration:underline;
			}  /* selected link */
			
			ul {
				list-style-type: disc;
				font-family: Verdana, "Lucida Console", Arial, sans-serif;
				text-align: left;
				font-size: 0.875em;
			}
			
			center {
				font-family: Verdana, "Lucida Console", Arial, sans-serif;
				text-align: center;
				font-size: 0.875em;
			}