/* These sizes must be the same */div#footer, table.tabs_table {	width: 1024px;}div#center {	max-width: 1024px;}/* defines the general font and layout attributes */* {	margin: 0;	padding: 0;	font-family: tahoma, verdana, arial, helvetica, sans-serif;	font-size: 12px;}/* LINKS */a, a:hover, a:link, a:visited {	color: #03f;	text-decoration:underline;	font-style: normal;	font-stretch: normal;}/* IMG LINKS*/a img{	border:0px; /*remove the link square*/}ul {	color: rgb(150, 0, 0);	margin-left: 15px;	padding: 10px 0 10px 0;}li span {	color: black;}ul ul {	list-style: square;}/* TITLES *//* primary title */h1.title, h1.title * {	padding: 10px;	padding-left: 0px;	padding-bottom: 30px;	text-align: left;   	font-size: 19px;	font-weight: bold;   	color: #960000;}/* secondary title */h2, h2.summary, h2.subtitle {	padding-bottom: 10px;	font-weight: bold;	text-align: left;   	font-size: 14px;   	color: #960000;}h3, h3.summary, h3.subtitle {	padding: 10px;	padding-left: 0px;	font-weight: bold;	text-align: left;   	font-size: 14px;   	color: #1E5877;}/********* TABLES **************//* GENERIC TABLES AND CONTAINER FOR TABLES */div#header {	/* To allow inner divs to be positioned with absolute */	position: relative;	height: 135px;	width: 100%;	background-image: url('../img/claid-building-2.png');	background-repeat: no-repeat;	background-position: -200px -100px;	background-color: #77aeee;  }img#logo {	height: 100px;	margin-left: 30px;	float: left;}div#menu {	position: absolute; 	bottom: 10px;	width: 100%;}div#header_separator {	position: absolute; 	bottom: 0px;	height: 10px;	width: 100%;	background: url('../img/headerTabs_line.png') bottom left repeat-x;}div#center {	position: relative;	text-align: justify;	padding: 30px 0 0 0;	margin: 0 auto 15px auto;}div#subsections {	position: absolute;	top: 0;	left: 0;}table.contact { 	margin: 0px auto 0px auto;}table.contact td { 	padding: 0px 20px;}table.contact p { 	margin-top: 1em;}table.contact table td { 	padding: 0px;}/**************************************************//*** Div for the graphics                       ***//**************************************************/div.graphics {	text-align: center;	padding: 0px auto 0px auto;	margin: 0px auto 20px auto;	height: 320px;	width: 800px;	overflow: auto;}
