
/*
 *  This is the style sheet for the Adroit web site.
 */
 

/*
 *  Set font and color defaults for the site.
 */ 
body {
	background-color:			#003366;
	color:						#6699CC;
	font-family:				Arial, Helvetica, sans-serif;
	font-size:					11pt;
}


A {
	text-decoration:			none;
	color:						#AADDFF;
}

A:visited {
	text-decoration:			none;
	color:						#AADDFF;
}


A:active {
	text-decoration:			none;
	color:						#AADDFF;
}

A:hover {
	text-decoration:			none;
	color:						#ffff00;
}



/*
 *  This is the table that is in the background.
 */
table.BackgroundTable {
	border-style:				none;
	border-width:				1px;
	padding:					0px 0px 0px 0px;
	margin:						0px 0px 0px 0px;
	width:						723px;
}


/*
 *  These are the cells/images on the home page.
 */
.HomeUpperLeft {
	border-style:				none;
	width:						323px;
	height:						165px;
}

.HomeUpperRight {
	border-style:				none;
	width:						427px;
	height:						165px;
}

.HomeLowerLeft {
	border-style:				none;
	width:						323px;
	height:						285px;
}

.HomeLowerRight {
	border-style:				none;
	width:						400px;
	height:						222px;
	padding-right:				10px;
	padding-left:				20px;
	text-align:					right;
}

.HomeMenu {
	border-style:				none;
	height:						38px;
}

.FooterCell {
	height:						25px;
	width:						427px;
	font-family:				Arial, Helvetica, sans-serif;
	font-size:					8pt;
}


/*
 *  Menu images.
 */
img.MenuHome {
	width:						40;
	height:						38;
	border:						none;
}

img.MenuLabFacilities {
	width:						95;
	height:						38;
	border:						none;
}

img.MenuStaff {
	width:						54;
	height:						38;
	border:						none;
}

img.MenuContactUs {
	width:						86;
	height:						38;
	border:						none;
}

img.MenuRight {
	width:						150;
	height:						38;
	border:						none;
}

img.MenuInsideRight {
	width:						280;
	height:						38;
	border:						none;
}


/*
 *  This is for the graphics on the inside pages.
 */
.InsideLeft {
	width:						193;
	height:						450;
	border:						none;
	vertical-align:				text-top;
}

.InsideTop {
	width:						557;
	height:						65;
	border:						none;
}

.InsideContent {
	width:						557;
	height:						322;
	border:						none;
}

img.Keith {
	width:						240px;
	height:						180px;
	float:						right;
	padding:					4px;
}
