/*main div tage*/
p, h1, h2, h3, h4, h5 {
	margin: 0px;
}
/*main div tage*/
body{
                             background-color:#ffffff;
                             margin:0px;
							 height:100%;                            
}
.mainDiv{
                             vertical-align: top;
                             margin-top:0px;
                             top:0px;
                             position:relative;
                             text-align: center;
                             min-height:540px;
							 height:auto !important;
                             height:540px;
                             width:1016px; 	
							 float:left;
}
.leftDiv{
							 min-height:400px;
							 height:auto !important;
                             height:400px;
                             display:none;
                             width:150px;
							 float:left;
                             position:relative;
							 left:10px;
                             border:#00FF00 solid 0px;
							 text-align:left;
	
	}
.loginDiv{
							 position:relative;
                             height:40px;
                             width:150px;
							 left:0px;
							 top:5px;
							 float:left;
							 font-family:Arial, Helvetica, sans-serif;
							 font-size:11px;
							 font-weight:bold;
	}
.logoDiv{
	 						 position:relative;
                             height:122px;
                             width:122px;
                             float:left;
							 left:-5px;
							 background-image:url(images/sa_black.gif);
							 background-repeat:no-repeat;
}
.searchDiv{
							 position:relative;
  		                     height:20px;
                             width:150px;
							 left:0px;
							 float:left;
}
.menuDiv{
	  						 min-height:100%;
							 height:auto !important;
                             height:100%;
                             overflow:hidden;
                             width:155px; 
                             position:relative;
							 margin-top:30px;
							 float:left;
							 text-align:left;
}		
.contentDiv{ 
                             min-height:100%;
							 height:auto !important;
                             height:100%;
                             width:100%; 
                             position:relative;
							 float:right;
							 margin-top:20px;           
							 text-align:left;
}						 
/*text styles*/
TD { 
							font-family: Arial, Helvetica, sans-serif;
							font-size: 8pt; 
							color: #000000; 	
}
A { 
							color: black; 
							text-decoration: underline;	
}
A:hover  {
							text-decoration: underline; 
							color: #3E5131;
}
.normal {
							font-family: Arial, Helvetica, sans-serif;
							font-size : 8pt;
} 
.teaser {
							font-family: Arial, Helvetica, sans-serif;
							font-size : 10pt;
							font-weight: bold;	
}
.header1 { 
							font-family: Arial, Helvetica, sans-serif;
							font-size : 16pt;
							font-weight: bold;
							/*color: rgb(116,116,116);*/
							color:#000000;							
							text-align: left;
} 
.leftImage {
							float: left;
							width: 200px;
							margin: 5px;
							text-align: center;
}
.rightImage {
							float: right;
							width: 200px;
							margin: 5px;
							text-align: center;
}
.imageText {
							font-family: Arial, Helvetica, sans-serif;
							font-size : 8pt;
							padding: 4px;
}
.table1 TD { 
							padding: 4px;
}	
.table1 { 
							border: 1px solid black; 
							border-collapse: collapse;
}
.table1 .rn{ 
							background-color: #eeeeee; 
}
.table1 .c0  {
							background-color: #cccccc; 
							color: black; 
							border-bottom: 1px solid black; 
							text-align: center; 
							font-weight: bold;
}
.image1{
							margin: 5px; 
							border: 1px solid black;
}
