/* This section contains format info for the overall page */
html{
	background-color:#e1e1e1;
}

hr{
	padding:0;
	margin:0;
}

#doc{
	background-color:#FFFFFF;
	border: 1px black solid;
}

/* This section contains format info for the header*/
#GCScrest {
	padding:0;
	margin:0;
	width:142px;
	height:150px;

}

#headRight{
	height: 170px;
}

#topNav{
	position:absolute;
	top: 125px;
	width: 595px;
	font-size: 13pt;
	padding:0px;
	color: #0552A1;
	padding:0px;
	margin:0px 0px 0px -35px;
	font-family: Baskerville Old Face;
}

#topNav li {
	list-style: none;
	display: inline;
	padding: 0 3px 0 0;
	margin:0px;
	text-decoration:none;
	font-weight:bold;
}

#topNav a:link, #topNav a:visited{
	text-decoration:none;
	color: #0552A1;
}

#topNav a:hover{
	font-size:1.2em;
}

#NavBanner {
	margin: 25px 0 0 -17px;
	height:100px;
	width:593px;
	
}
#NavBannerBGimg {
	position:absolute;
	top:0px;
	height:90px;
	width:593px;
	border: 1px solid black;
}
#NavBannerFGimg{
	position:absolute;
	top:20px;
	height:90px;
	width:593px;
}
#tagline{
	width: 595px;
	position:absolute;
	top: 95px;
	text-align: right;
	font-style:italic;
	font-family: Baskerville Old Face;
}
#NavBanner h1 {
	padding:0;
	margin:0;
	font-size: 10pt;
}

/* This Section contains layout of the left side Navigation menu */
#leftNav {
	font-size: 13pt;
	font-weight:bold;
	background-color:#9F9F9F;
	list-style:none;
	margin:0;
	padding:0;
}

#leftNav li {
	list-style: none;
	margin:0px;
	border-top: 1px solid #535353;
}

#leftNav a:link, #leftNav a:visited{
	text-decoration:none;
	color: #FFF;
	display:block;
	padding: 5px 5%;
	margin:0 0 0 2%;
	width: 88%;
}

#leftNav a:hover  {
	background-color:#0552A1;
	display:block;
}

#leftNavContainer{
	font-family: Baskerville Old Face;
	width: 185px;
}

#leftNavContainer h2 {
	margin: 10px;
	padding:0;
	display:block;
	color:#0552A1;
	font-size: 16pt;
}

/*This Section contains layout info for the photo in the left nav section */
#imgleftNarrow{
	width:175px;
	margin:5px;
	border: 1px solid black;
}
/*This Section Contains Layout of the Main column */
#MainColumn{
	border-left:1px solid #535353;
	padding: 5px;
	margin:0px;
	width: 550px;
}
#MainColumn h1 {
	color:#0552A1;
}

/*This section contains layout info for the photo in the main column */
#imgMainNarrow{
	width:250px;
	float: right;
	margin: 0 0 10px 10px;
	border: 1px solid black;
}
#imgMainWide{
	width: 495px;
	margin: 0 0 10px 0;
	padding: 0px;
	border: 1px solid black;
	border: 1px solid black;
}

/*This section contains layout info for the footer. */

#ft{
	padding: 0 0 0 10px;
	background-color:#e1e1e1;
	font-size: .8em;
}
#ft a {
	text-decoration:none;
	font-size: 1.1em;
	font-weight: 600;
	color: #0552A1;
}

