/* Settings for table at top of screen with LOGO AUTOMATION R & D LOGO */

	/*change to just body when pick background image*/
	body.background
		{
		background-image: url(images/imagetop.jpg);
		}

	/*Page sections: top is logos, ARD, page title, and main links(current, for sale, past) */
	/*Middle section is one piece on some screens, on others split into two with content on one side, and links on other */
	/*Bottom section is links to home, contact page, and site map */
	div.main
		{
		overflow: auto;
		min-width: 800px;
		}
	div.screentop
		{
		border: 0px solid blue;
		}
	div.screentopars
		{
		border: 0px solid blue;
		min-height: 140px;
		}
	div.screenmiddle
		{
		border: 0px solid green;
		}
	div.screenmiddlelinksandcontent
		{
		border: 0px solid purple;
		}
	div.screenmiddlelinks
		{
		border: 0px solid gray;
		width: 200px;
		float: left;
		}
	div.screenmiddlecontent
		{
		padding: 20px;
		border: 0px solid black;
		margin-left: 200px;
		}
	div.screenbottom
		{
		border: 0px solid red;
		clear: both;
		}

	/*puts logo in top left and right of page*/
	img.topleft
		{
		float: left;
		width: 137px;
		height: 110px;
		}
	img.topright
		{
		float: right;
		width: 137px;
		height: 110px;
		}

	img.topleftars
		{
		float: left;
		width: 137px;
		height: 161px;
		}
	img.toprightars
		{
		float: right;
		width: 137px;
		height: 161px;
		}


	h1.company
		{
		text-align: center;
		color: black;
		font-family: "times new roman";
		font-weight: bold;
		font-size: 300%;
		margin-bottom: 0px;
		border: 0px solid yellow;
		}

/* Settings for hyperlinks */
	p.links
		{
		font-weight: bold;
		text-align: center;
		color: black;
		font-family: "times new roman";
		margin-top: 0; margin-bottom: 0;
		border: 0px solid purple;		
		}
	a
		{
		text-decoration: none;
		color: black
		}
	a:hover
		{
		font-weight: bold;
		}
	a.blueunderline
		{
		text-decoration: underline;
		color: blue;
		}
	a.blueunderline:visited
		{
		color: purple;
		}


/* Settings for table in home page with Research Design Development Manufacturing */
	p.research
		{
		position: relative;
		right: -22%;
		width: 14%;
		color: black;
		text-align: center;
		font-family: "franklin gothic medium";
		font-weight: bold;
		font-size: 200%;
		margin-top: 10px; margin-bottom: 10px
		}
	p.design
		{
		position: relative;
		right: -36%;
		width: 14%;
		color: black;
		text-align: center;
		font-family: "franklin gothic medium";
		font-weight: bold;
		font-size: 200%;
		margin-top: 10px; margin-bottom: 10px
		}
	p.development
		{
		position: relative;
		left: 50%;
		width: 14%;
		text-align: center;
		color: black;
		font-family: "franklin gothic medium";
		font-weight: bold;
		font-size: 200%;
		margin-top: 10px; margin-bottom: 10px
		}
	p.manufacturing
		{
		position: relative;
		left: 64%;
		width: 14%;
		text-align: center;
		color: black;
		font-family: "franklin gothic medium";
		font-weight: bold;
		font-size: 200%;
		margin-top: 10px; margin-bottom: 10px
		}

/* Settings for other pages */
	/* Title of each page */
	h2.pagetitle
		{
		text-align: center;
		color: black;
		font-family: "times new roman";
		font-weight: bold;
		font-size: 175%;
		margin-bottom: 0px;
		border: 0px solid pink;
		}

	p.indent0
		{
		padding-left: 0px;
		text-align: left;
		margin-top: 0; margin-bottom: 0;
		}
	p.indent1
		{
		padding-left: 20px;
		text-align: left;
		margin-top: 0; margin-bottom: 0;
		}
	p.indent2
		{
		padding-left: 40px;
		text-align: left;
		margin-top: 0; margin-bottom: 0;
		}

	p.normaltext
		{
		text-align: left;
		}

	p.normalcentered
		{
		text-align: center;
		}


	img.past
		{
		vertical-align: middle;
		padding: 5px;
		border: 0px;
		}
	/* Table with links on left and content of page on right */
	/* possibly need to check vertical alignment
	table.maintable
		{
		width: 100%;
		table-layout
		}
	td.sidebar
		{
		width: 13%;
		}
	td.content
		{
		width: 87%;
		}