/*============page layout*/

body 	{	margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		background-color: #EEEEEE;
		font-family: "Book Antiqua", "Times New Roman", sans-serif;
		color: gray;
}



#container{	background: #EEEEEE;
		display: block;
		width: 740px;
		height: 790px;
		margin-top: 20px;
		margin-bottom: auto;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		padding-top: 0px;
		padding-right: 0px;
		padding-left: 0px;
		padding-bottom: 0px;
}

/*=============table backgrounds*/

.top	{	background-image: url(images/whiteshadegreycroptop_n.png); 
		background-repeat: no-repeat;
}

.middle	{	background-image: url(images/whiteshadegreycrop_n.png); 
		background-repeat: repeat-y;
}

.base	{	background-image: url(images/whiteshadegreycropbase_n.png); 
		background-repeat: no-repeat;
}

/*============page heading fonts*/

.mobalhead{
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: 220%;
}

.solhead{
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	font-size: 190%;
}

.pagename{	font-style: normal;
		font-size: 140%;
}

/*============links NB hover may only work before IE7*/

a{		font-family: verdana, arial, sans-serif;
		font-size: 80%;
		font-style: normal;
		font-weight: bold;
		text-decoration: underline;
		color: gray;
}

a:hover{	color: fuchsia;
}


a:focus{	border: dotted 1px silver;
		color: navy;
}


a:active{	border: dotted 1px silver;
		color: navy;
}


.footlink{	font-style: normal;
		font-weight: normal;
		color: gray;
}

.mobfoot{	font-size: 100%;
		font-weight: normal;
}


/*=============footer font*/

.footer	{	font-style: normal;
		font-size: 65%;
		font-family: Verdana, Arial, sans-serif;
}

/*============italic font*/

.italic	{	font-style: italic;
		font-size: 100%;
}

/*============bold font*/

.bold	{	font-weight: bold;
		font-size: 100%;
}

/*============home page body italic font*/

.largeitalic{	font-style: italic;
		font-size: 110%
}

/*============home page body heading font*/

.large	{	font-style: normal;
		font-size: 110%
}
