/* Default MAS CSS Stylesheet  */

/* Related to BODY and CONTAINER  */
body	{
	margin: 0;
	padding: 0;
	font: 85% arial, hevetica, sans-serif;
	text-align: center;
	color: black;
	background-color: #556666;
	margin-bottom: 20px;
	}
	
#Page 	{
	padding: 20px 20px 20px 20px;
	margin: 1em auto;
	margin-bottom: 20px;
	margin-top: 40px;
 	width: 680px;
	height:auto;
	text-align: left;
	background-color: whitesmoke;
	}

#WidePage 	{
	padding: 20px 20px 20px 20px;
	margin: 1em auto;
	margin-top: 40px;
 	width: 890px;
	height:auto;
	text-align: left;
	background-color: whitesmoke;
	}

#Form1  {
    background-color: #CCCCCC;
	margin-top:10px;
	padding:10px 10px 10px 10px;
	border:solid 1px #6666cc;
	FONT-SIZE: 10pt;
	COLOR: black;
}

/* BANNER Header */	
#Banner 	{
	padding: 5px 5px 5px 10px;
	border-top: solid 1px #333333;	/* must put border in, or Firefox places header too low */
	vertical-align: top ;
	margin: 0px; 
	height: 70px; /*  wwwwwwwwww */
	background-color: #004488; /*  wwwwwwwwww */
	}

#Banner h1 {
	color:White;
	FONT-SIZE: 22pt;
	position: RELATIVE;
	margin-top: 0px;
	padding-top: 0px;
	text-align:center;
	}

#Banner h2 {
	color:White;
	FONT-SIZE:18pt;
	position: RELATIVE;
	margin-top: 0px;
	padding-top: 0px;
	text-align:center;
	}
	
/* NAVIGATION Bar  */
#mainnav {
	height: 17px;
	background-color: #004466;
	padding-left: 25px;
	padding-right: 25px;
	border-top: solid 1px #004466;	/* must put border in, or Firefox places header too low */
	}

#mainnav a	{	/* navigation link-button */
	display:block;
    position:relative;
	text-decoration: none;
	padding:0px;
	padding-bottom: 2PX;
	float: left;
	top: 0px;
	height:14px; width:150px;
	color: wheat;
	text-align: center;
	background-color:#004488;
	}

#mainnav a:hover {
     background-color: gray;
     color: white;}

#mainnav a:hover {
     background-color: gray;
     color: white;}

div.navbutsel	{	
	display:block;
    position:relative;
	text-decoration: none;
	padding: 0px ;
	float: left;
	top: 0px;
	height:20px; width:160px;
	text-align: center;
	color:black ;
	background-color:white;
	border-top:solid 1px gray;
	}
	
/* Related to FLOATING MENU (not used at present)  */
#menu 	{
	float: right; 
	width: 180px;
	height: 100px;
	background-color: yellow;
	}
	
/* Related to page FOOTER */
#footer	{
	margin-top: 10px;
	height: 15px;
	background-color: #9999FF;
	color: black;
	text-align: center;
	}	

img.floatRight{
	float:Right;
}

img.floatLeft{
	float:Left;
}

/* TABLE Related */

table.pavinput {
	position:relative;
	top:10px;
	left: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: solid 1px #6699ff;
	}

TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	background-color:Gray 
	}	

TD.left	{	
	padding: 2px 3px 2px 3px;
	vertical-align: top ;
	text-align:left ;
	background-color: #d3d3d3;
	height: 20px;
	}

TD.center	{	
	padding: 2px 3px 2px 3px;
	vertical-align: top ;
	text-align:center ;
	background-color: #d3d3d3;
	height: 20px;
	}	

TR.pavinput {
	line-height: 22px;
	}

/* Form CONTROLS  */
.Label {
	vertical-align:baseline;
	padding: 1px 0px 1px 0px;
	}

.Dropdown {
	vertical-align:middle;
	padding: 1px 0px 1px 0px;
	height:22px;
	}

/* HEADINGS  */
h1	{
	font: 130% arial, hevetica, sans-serif;
	color: #000099;
	padding: 5px 0px 0px 0px;
	}

h2	{
	padding: 0px 0px 0px 0px;
	font: 120% arial, hevetica, sans-serif;
	color: #000066;
	font-weight:bold;
	}

h3	{
	font: 110% arial, hevetica, sans-serif;
	font-weight:bold;
	color: #000066;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 3px 0px;
	}

/* LISTS */


li {
	list-style-type: square;
	line-height:27px;
	}

/* TEXT BOXES */
#leftbox {
	width: 180px;
	float: right;
	text-justify: newspaper;
	font-size: 90%;
	background-color: #CCFFFF;
	border: solid 2px #9999FF;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
	}

/* LINKS AS BUTTONS   */
a.button	{	
	display:block;
    position:relative;
	text-decoration: none;
	padding:0px;
	padding-bottom: 2PX;
	float: left;
	top: 0px;
	height:14px; width:150px;
	color: Black;
	text-align: center;
	border: solid 1px #6666CC;
	background-color:#9966ff;
	}

a.button:hover {
     background-color: gray;
     color: white;}

a.button:link {
     background-color:#9966ff;
     color: black;
	}
