h1
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: black;
	font-weight: bold;
	margin: 0;
	border:0;
	padding:0px;
}

h2
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;  
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	border:0;
	padding:0px;
 }

h3
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	/*font-family: "Times", Times, serif;   */
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	border:0;
	padding:0px;
}

p
{
	line-height:120%;
	margin-left:0px;
	margin-right:0px;
	margin-top:10px;
	margin-bottom:10px;
}




img
{
	border-style: none;
}



A:link 
{
	COLOR: #C230A0; 
	TEXT-DECORATION: none
}

A:visited 
{
	COLOR: #C230A0; 
	TEXT-DECORATION: none
}

A:hover 
{
	COLOR: #000000; 
	TEXT-DECORATION: underline
}

A:active 
{
	COLOR: #C230A0; 
	TEXT-DECORATION: none
}

A.BreadCrumb:link
{
	TEXT-DECORATION: underline;
}

A.BreadCrumb:visited
{
	TEXT-DECORATION: underline;
}

A.BreadCrumb:hover
{
	TEXT-DECORATION: underline;
}

A.BreadCrumb:active
{
	TEXT-DECORATION: underline;
}



body 
{
	text-align: center;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:13px;
	line-height:125%;
	padding: 0px;
	margin:0px;
	background-color: #000000;
}

.NarrowTop
{
	width:565px;
}

.centretext
{
	line-height:120%;
	margin-left:0px;
	margin-right:0px;
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
}

.Main 
{
	position: relative; 
	top: 10px;	 
	width: 874px;
	/*height: 700px;*/
	/*min-height: 570px; */	 /* Note IE ignores min-height, so need to override by adding a div class MinHeight to any blocks needing min-height */
	margin:auto; 
	text-align: justify;
	background-color: #ffffff;
	
	-webkit-border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;



}

.Header
{
	position:relative;
	background-color: #ffffff;
	width:874px;
	height:50px;

	border-bottom:1px solid #b492d0; 
}

.Footer
{
	width:874px;
	height:10px;
	-webkit-border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
}

.HeaderImg
{
	position:relative;
	top:0px;
	width:600px;
	height:50px;
}

.time
{
	position:relative;
	float:left;
	width:80px;

	/*font-weight:bold;*/
}

.list
{
	position:relative;
	float:left;
	/*width:400px;*/

	/*font-weight:bold;*/
}

.ammtek
{
	position:absolute;
	bottom:6px;
	right:10px;
}

.TopBand
{
	top:0px;

}



.Info
{
	position:absolute;
	top:50px;
	left:0px;
	margin:20px;
	font-size:15px;

}



.PageBlock
{
	position:relative;
	top:0px;
	/* not all earluy ie browsers support min-height - hack...*/
	min-height:500px;
	height:auto !important;
	height:500px;
/*	overflow-y:auto;*/
	/*border:1px dashed grey;*/
}

.HeaderMessage
{
	position:relative; 
	top: 0px; 
 	left: 30px; 
	font-size: 14px;
	font-weight: bold;
}

.SetMinHeight
{
	position:relative;

	top:0px;
	left:0px;
	width:100px;
	height:500px;
	background-color:#7f7f7f;
}



.NavigationBar
{
	position:relative;
	top:0px;
	left:0px;
	width:874px;

	/*border:1px dashed green;*/
	
}




/* For cross browset support*/
/* Substitute for min-height which is not supported by IE */
.MinHeight
{
	position:relative;
	float:left;
	left:0px;  
	top:0px; 
	width:0px; 
	height:500px;	   /* Define height to set a minimum height */
}


.clearboth 
{
	clear: both;
	width: 0px;
	height: 0px;
	margin: 0px;
}

.clearleft 
{
	clear: left;
}


.DebugText
{
	
	text-align: justify;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height:125%;
	padding: 0px;
	margin:0px;
	color: #ffffff;
	background-color: #000000;
}


/* button  nav -------------------------------------------*/

ul.ButtonNavigation{
	/*height: 36px;*/
	height: 30px;
	/*padding: 20px 20px 0 30px;*/
	padding: 0px 0px 10px 20px;
	
	margin: 0 auto;
	position: relative;

	/*overflow: hidden;*/

	background-color:#fff;
	-webkit-border-radius: 6px 6px 0px 0px;
	-moz-border-radius: 6px 6px 0px 0px;
}


ul.ButtonNavigation li {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	float: left;
/*width: 168px; */
width: 108px; 
/*width: 148px; */
	height:25px;	
	list-style: none;
	/*margin: 0 10px 0 0;*/
	margin: 5px 10px 0px 0px;
	
	/*background-color: #e1eafd;  */
	/*background-color:#f7f7f7;	*/
	/*background-color:#eee1f9;
	border: solid 1px #e7eaf2;*/
	background-color:#b5dec0;
	border: solid 1px #60b784;
	/*border: solid 1px #f1faff;*/
	position: relative;
	z-index: 1;

} 

ul.ButtonNavigation li.selected {
	z-index: 3;
}




ul.ButtonNavigation li a:link, ul.ButtonNavigation li a:visited
{
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	height:25px;
	display: block;
	text-align: center;
/*	width: 100%; 
	height: 40px;*/
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	/*text-transform: uppercase;*/
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #2B477D;
	/*color: #b5dec0*/
	letter-spacing: 1px;
	outline: none;
	position:relative;

	/*border: solid 1px #f7f7f7;*/


/*	background: #2B477D;*/
	-webkit-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear; 

}



ul.ButtonNavigation li a:hover {
	/*background-color: #5a87dd;*/
	/*background-color: #e1e1e1;
		border: solid 1px #5a87dd;*/
	/*background-color: #f1f1f1;
		border: solid 1px #ac65e9;*/
	background-color: #d5fee0;
	border: solid 1px #b5dec0;

		

}


ul.ButtonNavigation li a:active
{
background-color:#fff;
}

ul.ButtonNavigation li.selected a:link, ul.ButtonNavigation li.selected a:visited {
	
/*	color: #fff;
	background-color: #2B477D;
	border: solid 1px #5a87dd;
	-webkit-transition: background-color 0.2s linear;
	background: -moz-linear-gradient(top center, #2B477D, #5a87dd 80%) repeat scroll 0 0 #5a87dd;
	background: -webkit-gradient(linear,left bottom,left top,color-stop(.8, #5a87dd),color-stop(.3, #2B477D));
	*/
	
	/*color: #2B477D;*/
		/*background-color: #d1d1d1;*/
		/*border: solid 2px #ac65e9;*/
		background-color: #d1d1d1;
		border: solid 3px #60b784;
		color:#000000;



	-webkit-transition: background-color 0.2s linear;
	/*background: -moz-linear-gradient(top center, #d1d1d1, #f2f2f2 80%) repeat scroll 0 0 #f2f2f2;
	background: -webkit-gradient(linear,left bottom,left top,color-stop(.2, #ffffff),color-stop(.8, #d1d1d1));*/
	background: -moz-linear-gradient(top center, #b5dec0, #ffffff 80%) repeat scroll 0 0 #ffffff;
	background: -webkit-gradient(linear,left bottom,left top,color-stop(.2, #ffffff),color-stop(.8, #b5dec0));


	/*height:27px;
	bottom:2px;*/
}



