body{
	font-family: arial, sans-serif;
	color: #000000; 
	background-color: #cacaca;
	margin: 0px;
	padding: 0px;
}

.hiddenPic {display:none;}

a.lite:link, a.lite:visited{
	color: #D1D8DF; 
	text-decoration: none; 	
}


a.lite:hover{
	color: #FFFFFF;
	text-decoration: underline;	
}


a.dark:link, a.dark:visited{
	color: #0000a0; 
	text-decoration: none; 	
}


a.dark:hover{
	color: #2f2f2f; 
	text-decoration: underline;	
}


a.darkinv:link, a.darkinv:visited{
	color: #2f2f2f; 
	text-decoration: none; 	
}


a.darkinv:hover{
	color: #c00000; 
	text-decoration: underline;	
}


#tl{
	position: absolute;
	top: -1px;
	left: -1px;
	z-index: 11;
}

#tr{
	position: absolute;
	top: -1px;
	right: -1px;
	z-index: 11;
}

#bl{
	position: absolute;
	bottom: -1px;
	left: -1px;
	z-index: 11;
}

#br{
	position: absolute;
	bottom: -1px;
	right: -1px;
	z-index: 11;
}


#wrapper{
	position: absolute;
	top: 25px;
	left: 50%;
	width: 798px;
	background-color: #ffffff;
	border: 1px solid #000000;
   	margin: 0px 0px 0px -399px;
   	padding: 0px;
}

#header{
	position: relative;
	top: 0px;
	left: 50%;
	width: 798px;
	height: 140px;
	color: #068BC1; 
	background-color: #ffffff; 
   	margin: 0px 0px 8px -399px;
   	padding: 0px;
	z-index: 10;
}

#header p{
  	font-size: 14px;
}

#logo{
	position: absolute;
	top: 10px;
	left: 15px;
	z-index: 20;
}

#security{
	position: absolute;
	top: 20px;
	left: 130px;
	z-index: 20;
}

#strapline{
	position: absolute;
	top: 85px;
	left: 15px;
}

#strapline H1{
  	font-size: 16px;
  	text-align: left;
  	font-weight: bold;
   	margin: 0px 0px 0px 0px;
   	padding: 0px;
}

#phone{
	position: absolute;
	top: 25px;
	right: 15px;
	width: 202px;
	height: 82px;
	background-color: #ffffff;
	color: #CA1A08;
	z-index: 20;
}

#phone p{
  	font-size: 26px;
  	text-align: center;
  	font-weight: bold;
   	margin: 5px 0px 0px 0px;
   	padding: 0px;
}

#navbar{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 20px;
	background-color: #b81808; 
	color: #ffffff;
	padding-top: 2px;
	z-index: 20;
	border-top: 1px solid #b71807;
	border-bottom: 1px solid #b71807;
}


#navbartxt{
	font-family: arial, san-serif;
    font-size: 12px;
    font-style: normal;
	padding: 2px 5px 0px 5px;
	margin: 0px;
	z-index: 100;
}



a.nbtxt:link{
  	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 2px 10px 2px 5px;
	border-right: 1px solid #ffffff;
}

a.nbtxt:visited{
  	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 2px 10px 2px 5px;
	border-right: 1px solid #ffffff;
}

a.nbtxt:hover{
  	color: #3f3f3f;
	text-decoration: none;
}

#lastnav{
	border: none;
}

#pictures{
	background-color: #ffffff;
	height: 175px;
}

#pictures img.norm{
	float: left;
	margin: 4px 6px 0px 0px;
}

#pictures img.last{
	float: left;
	margin: 4px 0px 0px 0px;
}

#textandpic{
	background-color: #ffffff;
	height: 175px;
}

#textandpic img{
	float: left;
	margin: 4px 0px 0px 0px;
}

.words{
	background-color: #b81808;
	color: #ffffff;
	float: left;
	width: 347px;
	height: 165px;
	margin: 4px 0px 0px 0px;
}

.words H2{
  	font-size: 20px;
  	text-align: center;
   	font-weight: bold;
   	margin: 15px 0px 5px 0px;
 	padding: 0px;
}

.words H3{
  	font-size: 18px;
  	text-align: center;
   	font-weight: bold;
	color: #e0e0e0;   	
   	margin: 10px 0px 5px 0px;
 	padding: 0px;
}

#botpictures{
	background-color: #ffffff;
	height: 165px;
}

#botpictures img.norm{
	float: left;
	margin: 20px 14px 0px 0px;
	border: none;
}

#botpictures img.last{
	float: left;
	margin: 20px 0px 0px 0px;
	border: none;
}

#maincontent{
	background-color: transparent;
 	font-weight: normal;
  	margin: 0px 0px 20px 0px;
 	padding: 0px 10px 0px 10px;
}

#maincontent H1{
	font-size: 18px;
  	text-align: left;
  	font-weight: bold;
   	margin: 15px 0px 10px 0px;
 	padding: 0px;
}

#maincontent H2{
  	font-size: 16px;
  	text-align: left;
   	font-weight: bold;
   	margin: 20px 0px 5px 0px;
 	padding: 0px;
}

#maintxt{
}


#lefttext{
	margin-right: 300px;
}

#rightblock{
	float: right;
	width: 275px;
	background-color: #e7e7e7;
	border: 1px solid #afafaf;
	padding: 5px;
}

#rightblock p{
	padding: 2px 0px;
}

.ssaiblogo{
	margin-left: 55px;
}

p{
  	text-align: justify;
	margin: 0px;
	padding: 0px;
}

p.intro{
  	font-size: 14px;
	margin: 0px 0px 8px 0px;
	padding: 0px;
	line-height: 1.2;
}

p.norm{
  	font-size: 12px;
	margin: 0px 0px 8px 0px;
	padding: 0px;
	line-height: 1.2;
}

p.small{
  	font-size: 10px;
	margin: 0px 0px 8px 0px;
	padding: 0px;
	line-height: 1.0;
}


.centertext{
 	text-align: center;
}

.centertextb{
 	text-align: center;
   	font-weight: bold;
}


.righttext{
 	text-align: right;
}

.boldtext{
 	font-weight: bold;
}

.redtext{
	color: #ff0000;
}

.rightpic{
	float: right;
	clear: right;
	margin-right: 40px;
	margin-top: 50px;
}

.pubpic{
	margin: 5px 0px 5px 45px;
}

.noborder{
	border: none;
}

ul{
	margin: 10px 0px 15px 25px;
}

li{
  	font-size: 12px;
	margin: 0px 0px 5px 0px;
}



form {
	width: 600px;
	background-color: #FFFFFF;
	border: none;
	padding: 10px;
	margin: 30px 0px 50px 75px;
}

form p{
	font: normal 1em Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 5px 0px 0px 0px;
}

.red-text{
	color: #cc0000;
}

.firstline{
	margin: 10px 0px 0px 0px;
}


form p label{
	font: bold 0.9em Arial, Helvetica, sans-serif;
	float: left;
	width: 120px;
	margin: 0px 0px 0px 10px;
}

fieldset{
	border: 1px dotted #AAAAAA;
	margin-top: 16px;
	padding: 10px 10px 20px 10px;
}


legend{
	font: bold 0.8em Arial, Helvetica, sans-serif;
	color: #464646;
	background-color: #FFFFFF;
}

select {
	color: #464646;
	background-color: #EDEDED;
	border: 1px solid #AAAAAA;
}

input.txt {
	color: #464646;
	background-color: #EDEDED;
	border: 1px solid #AAAAAA;
	width: 300px;
	margin-left: 45px;
}


input.btn {
	cursor: pointer;
	color: #FFFFFF;
	background-color: #4F4F4F;
	border: 1px inset #C7C7C7;
	width: 50px;
	margin: 20px -80px 10px 200px;
}

input.ckbx{
	margin-right: 10px;
}


textarea.txta {
	font: normal 0.9em Arial, Helvetica, sans-serif;
	color: #464646;
	background-color: #EDEDED;
	margin: 5px 20px;
	border: 1px solid #AAAAAA;
}

.form-div {
	font: normal 1em Arial, Helvetica, sans-serif;
	color: #464646;
	background-color: #f7f7f7;
	padding: 5px;
	margin: 10px 10px 20px 10px;
	border: 1px solid #AAAAAA;
}

.form-div p{
	margin: 5px 0px;
}

#footer{
  	font-size: 10px;
  	color: 7f7f7f;
  	clear: both;
  	padding: 10px 0px 10px 0px;
}


#footer p{
  	padding: 2px 0px;
}