@charset "iso-8859-1";
/* CSS Document */

/* Creating the underlying sheet */
#biggerContainer{
	margin:0px auto 0px auto;  /* AUTO MAKES IT CENTER */
	position:relative;

	width:720px;
	/*height:900px;*/	

	overflow:hidden;
	/*background-color:#000000;*/

	/*border-color:#000000;
	border-width:1px;*/

	padding-top:1px;
	z-index:0;
}


/* MAIN CONTAINER */
#container{
	margin:10px auto 10px auto;  /* AUTO MAKES IT CENTER */
	position:relative;
	
	width:710px;
	/*height:897px;*/
	
	/*background-color:#000000;*/

	padding:0px 1px 1px 1px;
	z-index:1;
}

body {
	/*background-color: #ffffff;*/
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight:400;
	line-height: 17px;
	color: #000000;
}


/* MAKE ROUNDED BORDER VIA 4 DIMINISHING BORDERS  reference http://www.cssplay.co.uk*/
.b1 {height:1px; font-size:1px; overflow:hidden; display:block; background:#aaa; margin:0 5px;} /* TOP/BOTTOM LINE */
.b2 {height:1px; font-size:2px; overflow:hidden; display:block; background:#fff; border-right:2px solid #aaa; border-left:4px solid #aaa; margin:0 3px;} /* edge 1*/
.b3 {height:1px; font-size:2px; overflow:hidden; display:block; background:#fff; border-right:1px solid #aaa; border-left:3px solid #aaa; margin:0 2px;} /* edge 2*/
.b4 {height:2px; font-size:1px; overflow:hidden; display:block; background:#fff; border-right:1px solid #aaa; border-left:2px solid #aaa; margin:0 1px;} /*edge 3*/

p,h1,h2,h3 {
margin-left:5px; 
margin-right:5px; 
margin-bottom:0px; 
margin-top:0px;} 

p { 
	/*background-color:#ffffff;*/
}

.topPanel{	
	position:relative;	
	width:100%;
	height:90px;
	background-image:url('Images/MAS Banner Header.jpg') ;
	background-repeat:no-repeat;
	background-position:left;	
	overflow:visible;
	
	/*background-color:#cccccc;
	border-width:1px;
	border-style: solid;
	border-color:#000000;	*/
	
	/*filter: alpha(opacity=45);
	-moz-opacity:.45;
	opacity:.45;*/
	
	margin:5px 0px 2px 0px;		
	z-index:2;
}

.separator {
font-size: 18px;
}

.topLinksPanel{	
	position:relative;	
	float:left;
	width:500px;
	height:25px;	

	/*background-color:#cccccc;
	border-width:1px;
	border-style: solid;
	border-color:#000000;*/

	margin:65px 0px 2px 190px;	
	z-index:2;	
	
}

.logo{
	float:right;
	position:relative;	
	/*width:700px;*/	
	/*border-width:1px;
	border-style: solid;
	border-color:#000000;
*/	margin:1px 0px 2px 610px;
	z-index:2;			
}

.leftPanel{
	float:left;	
	position:relative;
	/*height:400px;*/
	width:130px;

	/*background-color:#cccccc;*/
	/*border-width:1px;
	border-style: solid;
	border-color:#000000;*/

	margin:0px 0px 0px 0px;
	padding:0px 1px 0px 1px;
}

.middPanel{	
	float:right;
	position:relative;
	/*height:400px;*/
	width:555px;

	/*background-image:url();
	background-position:top center;
	background-repeat:no-repeat;*/
	overflow:visible;
	/*background-color:#cccccc;

/*	border-width:1px;
	border-style: solid;
	border-color:#000000;*/

	margin:0px auto 0px auto;
	padding:4px 4px 0px 4px;
}

.bottomPanel{	
	position:relative;
	
	
	width:100%;
	/*background-color:#ffffff;
	border-width:1px;
	border-style: solid;
	border-color:#000000;*/
	margin:2px 0px 2px 0px;	
}


.link{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 16px;	
	font-weight:500;	
	cursor:auto;
	color: #000099;	
}


.contentLayer{
	border-right:1px solid #aaa; border-left:3px solid #aaa; /* TO CONNECT ROUNDED BORDER */ 
	/*background-color:#cccccc;*/
	padding-left:2px;
	padding-right:2px;
	text-align:justify;
}




a {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #000099;
	text-decoration: none;
}

a:hover{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 18px;	
	font-weight:500;	
	cursor:default;
	color:#d81d16;
}

.topLine{
	margin:2px 0px 0px 0px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;	
	font-weight:600;
	color:#aa2200;
}


.title{
	margin:2px 0px 0px 0px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 16px;	
	font-weight:600;
	color:#aa2200;
}


.copyrightText{	
	margin:0px 0px 0px 0px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;	
	font-weight:400;
	text-align:center;	
}

ul,li {
list-style-type:none ;
padding: 0 0 0 4px;
}

.submenu{
padding: 0 0 0 4px;
}


.title{	
	margin:0px 0px 0px 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;	
	font-weight:600;
	text-align:left;	
}



