a.hover
{
	color:#000000;
}

#citation
{
	position: absolute;
	top: 190px;
	left: 200px;
	height: 200px;
	width:200px;
	font-style:italic;
}

#speaker
{
	position: absolute;
	top: 390px;
	left: 200px;
	height: 200px;
	width:200px;
}


/* --------------------------------- START OF ID SPECIFIC STYLE SECTION ------------------------------------- */
div#mainlayout
{
/* Preliminary code for setting width, height, postion and formatting of the layer that encapsulates all content */
position: absolute;
top: 12px;
left: 20px;
bottom: 800px;
right: 20px;
width: 955px;
height: 590px;
background-color: #ffffff;
border-top: #EEEEEE inset 1px;
border-left: #EEEEEE inset 1px; 
border-right: #ffffff outset 5px;
border-bottom: #EEEEEE outset 5px;
}

body#bodystyle
{
/* Code to define margins, main content positioning and border styles */
/* background-color: #b2c6ca; */
background-color: #ffffff;
}

div#navcolumn
{
padding-top: 25px;
width: 180px;
}

div#textlinks
{
position: absolute;
bottom: 0px;
right: 0px;
width: 954px;
font-family: arial;
font-size: 75%;
text-color: #a1b5b9;
text-align: center;
background-color: #F5F8F9;
border-top: #EEEEEE outset 3px;
}

a.textlinkelements
{
padding-left: 20px;
padding-right: 20px;

}



img#headerimg
{
/* Code to define positioning of main header graphic */

}

img#subheadingimg
{
/* This code defines postioning for the subheading graphics throughout the site */
position: absolute;
top: 132px;
right: 430px;
}



img#page1img
{
/* Code to define positioning of front page graphic on default.aspx */
position: absolute;
top: 160px;
left: 700px;
}

/*
#whatcommentsimg
 Code to define positioning of front page graphic on default.aspx
{

position: absolute;
top: 190px;
left: 280px;
} */

img#whatbigimg
{
/* Code to define positioning of front page graphic on default.aspx */
position: absolute;
top: 160px;
left: 455px;
}













img#whatimg1
{
/* Code to define positioning of front page graphic on default.aspx */
position: absolute;
top: 160px;
left: 750px;
}

img#whatimg2
{
/* Code to define positioning of front page graphic on default.aspx */
position: absolute;
top: 360px;
left: 750px;
}

img#page1img
{
/* Code to define positioning of front page graphic on default.aspx */
position: absolute;
top: 160px;
left: 700px;
}




span#page1para
{
position: absolute;
top: 260px;
left: 200px;
width: 400px;
height: 50px;
font-family: garamond, arial;
text-size: 12px;
text-align: center;
}

span#whatpara
{
position: absolute;
top: 220px;
right: 325px;
width: 400px;
height: 50px;
font-family: garamond, arial;
text-size: 12px;
text-align: center;
}

span#pagenavbuttons
{
position: absolute;
bottom: -5px;
right: 350px;
width: 364px;
height: 100px;
}


/* --------------------------------- END OF ID SPECIFIC STYLE SECTION ------------------------------------- */
