BODY
{
	background-color : rgb(212,163,120);
	font-family : Verdana,     Arial,     Helvetica,     sans-serif;
	font-size : 12px;
	color : rgb(153,102,51)
}

.p {
	font-size : 10px
} 

.p textnav {
	font-size : 10px
}
	
.nof_GlasgowTealSilverBanners1-Default
{
	font-family : verdana;
	font-size: 24px;
	font-weight : 700;
	font-style : normal;
	color : #008faf
}

.nof_GlasgowTealSilverNavbar4-Regular
{
	font-family : Trebuchet MS ;
	font-size: 14px;
	font-weight : bold;
	font-style : normal;
	color : rgb(248,248,248)
}

.nof_GlasgowTealSilverNavbar5-Rollover
{
	font-family : Trebuchet MS ;
	font-size: 11px;
	font-weight : 700;
	font-style : normal;
	color : #008faf
}

.nof_GlasgowTealSilverNavbar6-Highlighted
{
	font-family : Trebuchet MS ;
	font-size: 11px;
	font-weight : 700;
	font-style : normal;
	color : #535251
}

.nof_GlasgowTealSilverNavbar7-HighlightedRollover
{
	font-family : Trebuchet MS ;
	font-size: 11px;
	font-weight : 700;
	font-style : normal;
	color : #535251
}

.nof_GlasgowTealSilverNavbar9-Regular
{
	font-family : Trebuchet MS ;
	font-size: 11px;
	font-weight : 400;
	font-style : normal;
	color : #008faf
}

.nof_GlasgowTealSilverNavbar10-Rollover
{
	font-family : Trebuchet MS ;
	font-size: 11px;
	font-weight : 700;
	font-style : normal;
	color : #008faf
}

.nof_GlasgowTealSilverNavbar11-Highlighted
{
	font-family : Trebuchet MS ;
	font-size: 11px;
	font-weight : 700;
	font-style : normal;
	color : #535251
}

.nof_GlasgowTealSilverNavbar12-HighlightedRollover
{
	font-family : Trebuchet MS ;
	font-size: 11px;
	font-weight : 700;
	font-style : normal;
	color : #535251
}

#wrap {
	z-index: auto;
	width: 900px;
	text-align: center;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	padding-right: 0px;
	padding-left: 0px;
	border-style:solid;
	border-width:5px;
	border-color: rgb(162,109,78)
}
#content {
	z-index: auto;
	width: 950px;
	text-align: center;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	padding-right: 0px;
	padding-left: 0px
}


.TextNavBar {
	text-decoration: none 
}

a:link{
	color: #003399;
	text-decoration: none
}
 a:visited {
	color: #003399;
	text-decoration: none
}


UL {
	font-size: 12px
}

OL {
	font-size: 12px
}

P {
	font-size: 12px
}




H3 {
	color: #663300;
	line-height : 2;
	text-align : center
}

.thumbnail{
position:relative;
z-index: 0
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFFFFF;
padding: 5px;
left: -1000px;
visibility: hidden;
color: black;
text-decoration: none
}

.thumbnail span img { /*CSS for enlarged image*/
border-width: 0;
padding: 2px
}

a:hover {
	color: #870100;
	text-decoration: underline
}

/*Hover image style */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail:hover{
background-color: transparent;
z-index: 50
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
position: absolute;
visibility: visible;
top: 0;
left: 200px /*position where enlarged image should offset horizontally */

}

/*End of Hover image style */

