body#background
{
	background:url("../images/images/page background2 copy.jpg");
	background-repeat:repeat;
}

a#navBar
{
	color: #FFFFFF;
	text-decoration: none;
	font-size:15px;
	font-weight: 700;
	font-family: Tahoma;
}

a#navBar:visited
{
	text-decoration: none;
}

a#navBar:hover,
a#navBar:focus
{
	color: #FF0000;
}

a#pageLinks
{
	color: #1400d2;
	text-decoration: none;
	font-size:13px;
	font-weight: 700;
	font-family: Tahoma;
}

a#pageLinks:visited
{
	text-decoration: none;
}

a#pageLinks:hover,
a#pageLinks:focus
{
	color: #FF0000;
}


img#pageTitleBackground
{
	height:100%;
	filter: alpha(opacity=75);
	-moz-opacity:.75;
	opacity: .75;
}
div#pageTitleFont
{
	top: 190px;
	left: 50px;
	font-size:25px;
	font-weight:600;
	font-family: Tahoma;
	color:#000000;
	position:absolute;
}
div#pageTableBackground
{
	height:100%;
	width:100%;
	opacity: .65;
	-moz-opacity:.65;
	filter: alpha(opacity=65);
	background:#b7d09a;
	vertical-align:top;
}

td#pageTableBackground2
{
	height:100%;
	width:100%;
	opacity: .65;
	-moz-opacity:.65;
	filter: alpha(opacity=65);
	background:#b7d09a;
	vertical-align:top;
	position:inherit;
}

div#contentFont
{
	font-size:13px;
	font-weight:600;
	font-family:Tahoma;
	color:#000000;
	position: relative;
}
div#headerFontSmall
{
	font-size:15px;
	font-weight:600;
	font-family:Tahoma;
	color:#000000;
	position: relative;
}
div#headerFontMedium
{
	font-size:18px;
	font-weight:600;
	font-family:Tahoma;
	color:#00534e;
	position: relative;
}
div#headerFontLarge
{
	font-size:20px;
	font-weight:600;
	font-family:Tahoma;
	color:#000000;
	position: relative;
}



div#slogan
{
	font-family:"Copperplate Gothic Bold";
	font-size:25px;
	font-weight:bold;
	top:-75px;
	left:200;
	position:relative;
}

font#geometric
{
font-family:"Book Antiqua";
font-size:40px;
}

font#informatics
{
font-family:Arial, Helvetica, sans-serif;
font-size:40px;
font-weight:bold;
}

iframe#pageContent
{
	height:297;
	width:718;
	overflow-x: hidden;
	overflow-y: auto;
}

div#pressReleaseContent
/* margin parameters are top, right, bottom, left */
{
    margin: 0em 0em 0em 5em;
}

div#pressReleaseQuote
/* margin parameters are top, right, bottom, left */
{
    margin: 0em 0em 0em 10em;
}

div#pressReleaseQuote2
/* margin parameters are top, right, bottom, left */
{
    margin: 0em 0em 0em 12em;
}

div#avatarText
/* margin parameters are top, right, bottom, left */
{
    margin: 0em 30em 0em 0em;
    font-size:13px;
	font-weight:600;
	font-family:Tahoma;
	color:#000000;
	position: relative;
}

div#productText
/* margin parameters are top, right, bottom, left */
{
    margin: 0em 25em 0em 0em;
    font-size:13px;
	font-weight:600;
	font-family:Tahoma;
	color:#000000;
	position: relative;
}

div#avatar
/* margin parameters are top, right, bottom, left */
{
    position: absolute;
    margin: -2em 0em 0em 20em;
    overflow: auto;
}


div#productPictureAvatar
/* margin parameters are top, right, bottom, left */
{
    position: absolute;
    margin: -13em 0em 0em 27em;
    overflow: auto;
}

div#productPictureGeoUV
/* margin parameters are top, right, bottom, left */
{
    position: relative
    margin: -20em 0em 0em 37em;
    overflow: auto;
}

div#pictureCaption
/* margin parameters are top, right, bottom, left */
{
    margin: 0em 0em 0em 13em;
}

/*This group of classes control the border color change for images that are links.
 I've tried this with CSS ID's but it seems to only work with classes because of an IE bug*/
.pageImageLinks img
{
	border: 2px solid #1400d2;
}

.pageImageLinks:hover img
{
	border: 2px solid #FF0000;
}

.pageImageLinks:hover
{
	color:red; /*This part is for the IE bug work-around*/
}