BODY
{
	font-family : Verdana,                   Arial,                   Helvetica,                   Geneva,                   Sans-serif,                   sans-serif;
	background-color : #FFFFFF;
	background-image : url( "./background2.jpg" );
	background-repeat: repeat-x  ;
	font-size : 10pt
}

A:active
{
	color : rgb(255,0,0);
	text-decoration : none
}

A:link
{
	color : rgb(0,51,204);
	text-decoration : none
}

A:visited
{
	color : rgb(0,51,204);
	text-decoration : none
}

.TextNavBar
{
	font-size : x-small;
	left : left
}

.nof_GlasgowGreenYellowBanners2-Default
{
	font-family : Verdana;
	font-size : 18;
	font-weight : 700;
	font-style : normal;
	color : #003300
}

.nof_GlasgowGreenYellowNavbar4-Regular
{
	font-family : Trebuchet MS ;
	font-size : 9;
	font-weight : 400;
	font-style : normal;
	color : #003300
}

.nof_GlasgowGreenYellowNavbar5-Rollover
{
	font-family : Trebuchet MS ;
	font-size : 9;
	font-weight : 700;
	font-style : normal;
	color : #003300
}

.nof_GlasgowGreenYellowNavbar6-Highlighted
{
	font-family : Trebuchet MS ;
	font-size : 9;
	font-weight : 700;
	font-style : normal;
	color : #003300
}

.nof_GlasgowGreenYellowNavbar7-HighlightedRollover
{
	font-family : Trebuchet MS ;
	font-size : 9;
	font-weight : 700;
	font-style : normal;
	color : #003300
}

.nof_GlasgowGreenYellowNavbar9-Regular
{
	font-family : Trebuchet MS ;
	font-size : 9;
	font-weight : 400;
	font-style : normal;
	color : #003300
}

.nof_GlasgowGreenYellowNavbar10-Rollover
{
	font-family : Trebuchet MS ;
	font-size : 9;
	font-weight : 700;
	font-style : normal;
	color : #003300
}

.nof_GlasgowGreenYellowNavbar11-Highlighted
{
	font-family : Trebuchet MS ;
	font-size : 9;
	font-weight : 700;
	font-style : normal;
	color : #003300
}

.nof_GlasgowGreenYellowNavbar12-HighlightedRollover
{
	font-family : Trebuchet MS ;
	font-size : 9;
	font-weight : 700;
	font-style : normal;
	color : #003300
}



P {
	font-size: 10pt
}

UL {
	font-family: Verdana;
 	font-size: 10pt;
 	font-weight: normal;
 	font-style: normal;
 	font-variant: normal;
	padding-top : 0
}

LI {
	font-family: Verdana;
 	font-size: 10pt;
 	font-weight: normal;
 	font-style: normal;
 	font-variant: normal
}

.main_menu
{
	top:-25px;
	height:30px;
	line-height:30px;
	color:#FFF;
	position:relative;
	font-family:Arial,          Helvetica,          sans-serif;
	font-size:14px;
	background-image: url( 'menubg.jpg' );
	background-repeat:repeat-x

}
	
.main_menu ul {
	padding:0px;
	margin:0;
	list-style:none
}
.main_menu ul li          {
	padding:0;
	margin:0;
	border-right:1px solid #000000;
	float:left;
	background:#669933
}
.main_menu ul li a	{
	color:#FFF;
	display:block;
	text-decoration:none;
	padding:0 10px
}
.main_menu ul li a:visited {
	color:#FFF;
	display:block;
	text-decoration:none
}
.main_menu ul li ul	{
	display: none;
	width: auto;
	position:absolute;
	top:30px;
	padding:0px;
	margin:0px
}
.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
border-bottom-width: 0;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100;
background: lightyellow;
width: 200px /* default width for menu */
 /* zIndex should be greater than that of shadow's below */}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none
}

.anylinkcss ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px
}

.anylinkcsscols{
position: absolute;
text-align: left;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 12px Verdana;
z-index: 100;
background:  #e2f6ce
 /*zIndex should be greater than that of shadow's below*/}

.anylinkcsscols .column{
width: 150px;
float: left
}

.anylinkcsscols .column ul{
margin: 0;
padding: 0;
list-style-type: none
}

.anylinkcsscols li{
padding-bottom: 3px
}

/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden
}

H1 {
	font-size: 24px;
	text-align : left
}

H2 {
	font-size: 20px;
	text-align : left
}



H3 {
	text-align: left
}

.main_menu ul li a:hover {
	background:#ffcc44;
	color:#000
}

.main_menu ul li :hover ul	{
	display: block;
	position: absolute;
	margin: 0;
	padding: 0
}
.main_menu ul li :hover li	{
	float: none;
	list-style:none;
	margin:0px
}
.main_menu ul li :hover li	{
	background:#333;
	border-top:1px solid #000000
}
.main_menu ul li :hover li a         	{
	color: #fff;
	padding:0 20px;
	display:block;
	width:170px
}
.main_menu ul li li a :hover	{
	color:#000
}

.anylinkcss a:hover{ /*hover background color*/
background: black;
color: white
}

/* ######### Alternate multi-column class for drop down menus ######### */


A:hover {
	color : rgb(255,0,0);
	text-decoration : none
}


