/*
####################################################################################################
General formatting
####################################################################################################
*/
html, body, p, ul, li, h1, h2, h3, h4, h5, h6
{
margin: 0px;
padding: 0px;
border: 0px;
}

body
{
background: #f8f8ff;
font-size: 100%;
}
/*
####################################################################################################
End general formatting
####################################################################################################
*/

/*
####################################################################################################
Div formatting
####################################################################################################
*/
#contact /* Container div for contact information */
{
float: right;
margin-left: .5em;
margin-bottom: .25em;
margin-right: .25em;
padding: .5em;
background-color: #fffff0;
border-width: 3px;
border-style: outset;
border-color: #ccc #888 #555 #bbb;
}

#content /* Container div for #contact and for text/image content */
{
margin-left: 14em;
margin-top: .5em;
margin-bottom: 1em;
min-height: 600px;
}

#footer
{
clear: both;
width: 660px;
background-color: #fffff0;
margin: auto;
border-width: 3px;
border-style: outset;
border-color: #ccc #888 #555 #bbb;
}

#logo /* Container div for logo.jpg */
{
width: 660px;
margin-left: auto;
margin-right: auto;
}

#navigation /* Container div for #menu */
{
position: fixed;
top: 180px;
}
/*
####################################################################################################
End div formatting
####################################################################################################
*/

/*
####################################################################################################
Links formatting
####################################################################################################
*/
a:link
{
color: #dc143c;
font-weight: bold;
}

a:visited
{
color: #dc143c;
font-weight: bold;
text-decoration: none;
}

a:hover
{
color: #0000cd;
font-weight: bold;
text-decoration: none;
}
/*
####################################################################################################
End links formatting
####################################################################################################
*/

/*
####################################################################################################
Menu formatting
####################################################################################################
*/
#menu
{
	width: 12.5em;
	margin-left: .25em;
	margin-top: .5em;
	background-color: #fffff0;
	border-width: 3px;
	border-style: outset;
	border-color: #ccc #888 #555 #bbb;
}

.menu_head
{
	font-family: 'Copperplate Gothic Light';
	text-align: center;
	cursor: pointer;
	position: relative;
	margin: 1px;
	color: #000000;
}

.sub_nav
{
	display: none;
}

.sub_nav a
{
	display: block;
	background-color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #555555;
	font-family: 'Century Gothic';
	font-size: 80%;
	text-align: center;
}

.sub_nav a:hover
{
	color: #0000cd;
	text-decoration:underline;
}
/*
####################################################################################################
End menu formatting
####################################################################################################
*/

/*
####################################################################################################
Heading H1 formatting
####################################################################################################
*/
h1
{
text-align: center;
font-family: 'Copperplate Gothic Light';
}
/*
####################################################################################################
End heading H1 formatting
####################################################################################################
*/

/*
####################################################################################################
Heading H2 formatting
####################################################################################################
*/

/*
####################################################################################################
End heading H2 formatting
####################################################################################################
*/

/*
####################################################################################################
Heading H3 formatting
####################################################################################################
*/
.centeredHeadingLevel3
{
text-align: center;
font-family: 'Copperplate Gothic Light';
}

#footer h3
{
text-align: center;
font-family: 'Copperplate Gothic Light';
font-size: 100%;
}
/*
####################################################################################################
End heading H3 formatting
####################################################################################################
*/

/*
####################################################################################################
Heading H4 formatting
####################################################################################################
*/

/*
####################################################################################################
End heading H4 formatting
####################################################################################################
*/

/*
####################################################################################################
Heading H5 formatting
####################################################################################################
*/

/*
####################################################################################################
End heading H5 formatting
####################################################################################################
*/

/*
####################################################################################################
Paragraph formatting
####################################################################################################
*/
p
{
font-family: 'Century Gothic';
font-size: 100%;
}

#contact p
{
font-family: 'Century Gothic';
font-weight: bold;
}

.defaultParagraph
{
font-family: 'Century Gothic';
font-size: 100%;
text-indent: 3.75%;
margin-right: 1em;
}

.unformattedParagraph
{
font-family: 'Century Gothic';
font-size: 100%;
}
/*
####################################################################################################
End paragraph formatting
####################################################################################################
*/

/*
####################################################################################################
List formatting
####################################################################################################
*/
ul
{
list-style-type: none;
}
/*
####################################################################################################
End list formatting
####################################################################################################
*/

/*
####################################################################################################
Table formatting
####################################################################################################
*/
.table660
{
width: 660px;
margin-left: auto;
margin-right: auto;
}
/*
####################################################################################################
End table formatting
####################################################################################################
*/

/*
####################################################################################################
Image formatting
####################################################################################################
*/
.catLeftBody
{
float: left;
margin: .5em;
margin-left: 0;
}

.catLeftTop
{
float: left;
margin-right: .5em;
margin-bottom: .5em;
}

.catRightBody
{
float: right;
margin: .5em;
margin-right: 0;
}

.catRightTop
{
float: right;
margin-left: .5em;
margin-bottom: .5em;
}
/*
####################################################################################################
End image formatting
####################################################################################################
*/

/*
####################################################################################################
Color formatting
####################################################################################################
*/
.green
{
color: #008000;
}

.plainRed
{
color: #ff0000;
}

.siteRed
{
color: #dc143c;
}
/*
####################################################################################################
End color formatting
####################################################################################################
*/

/*
####################################################################################################

####################################################################################################
*/

/*
####################################################################################################

####################################################################################################
*/

/*
###################################################################################################
Set individual show page attributes
NOTE: Each page must be set individually to float each image's div where it should be on the page!
###################################################################################################
*/

/*
Format La Plata 2005
*/
#laPlata2005Div {width: 660px; height: 1260px; margin-left: auto; margin-right: auto;}

#lp20051 {width: 225px; position: relative; top: 15px;}

#lp20052 {width: 365px; position: relative; top: -85px; left: 240px;}

#lp20053 {width: 280px; position: relative; top: -612px; left: 240px;}

#lp20054 {width: 350px; position: relative; top: -265px; left: 290px;}

#firstShow {position: relative; top: -10px;}

#manniBravey {position: relative; top: -40px; float: right; padding-left: 15px;}

#lp20055 {width: 215px; position: relative; top: -890px;}

#lp20056 {width: 255px; position: relative; top: -875px; left: 15px;}

#lp20057 {width: 290px; position: relative; top: -865px; left: 50px;}

#lp20058 {width: 200px; position: relative; top: -1070px; left: 365px;}
/*
End La Plata 2005 format
*/

/*
Format Timonium 2006
*/
#timonium2006Div {width: 660px; height: 1310px; margin-left: auto; margin-right: auto;}

#tpe20061 {width: 345px;}

#tpe20062 {width: 260px; position: relative; top: -283px; left: 360px;}

#tpe20063 {width: 205px; position: relative; top: -270px; left: 380px;}

#tpe20064 {width: 280px; position: relative; top: -435px; left: 50px;}

#beforeAward {position: relative; top: -15px; left: 20px;}

#afterAward {margin-top: 15px;}

#tpe20065 {width: 230px; position: relative; top: -925px; left: 370px;}

#tpe20066 {width: 290px; position: relative; top: -740px;}

#tpe20067 {width: 280px; position: relative; top: -1165px; left: 380px;}
/*
End Timonium 2006 format
*/

/*
###################################################################################################
Done setting individual show page attributes
###################################################################################################
*/