body {
	margin: 0; 
	padding:0;
	text-align: left; /* FOR IE5 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #5B5E5C;
	background-attachment: fixed;
	background-color: #FFFFFF;
	
}

/*****************************/
/*  GENERAL DECLARATIONS     */

body a {
	color: #5B5E5C;
	text-decoration: underline;
}

body a:hover {
	color: #5B5E5C;
	text-decoration: none;
}

body img a, body img a:hover {
	border: 0;
}

hr {	
	width: 100%;
	height: 1px;
	background-color:#5B5E5C;
	color: #5B5E5C;
}

/*****************************/
/* PAGE'S TOTAL WIDTH        */

#Container, #Sections, .Hdr, .Ftr {
	width: 770px;			
}

/*****************************/
/* CONTENT'S MIN-HEIGHT      */

.MinHeight {
	height: 500px;
}

/*****************************/
/* PAGE'S MAIN CONTAINER     */

#Container {
	position: relative;
	display: block;
	margin: 0;
	width: 770px;		
	padding: 0;
	overflow: hidden;
	text-align: left;
}

/****************************/
/* PAGE'S SECTION PROPERTIES */

#Sections {
	position: relative;
	display: block;
	width: 770px;		
	margin: 0; 
	padding: 0;
	text-align: left;
	list-style-position: outside;
	list-style-type: none;
}

.C1, .C2, .C3, .C4, .C5 {
	position: relative;
	display: inline;
	float: left;
	padding: 0;
	margin: 0;
	width: auto;
}

#Sections:after {
	content: "."; 
	display: block;
	height: 0.01em;
	overflow: hidden;
	visibility: hidden; 
	clear: both;
}

/****************************/
/* PAGE'S HEADER PROPERTIES */

.Hdr, #Hdr {
	position: relative;
	display: block;
	float: none;
	margin: 0;
	padding: 0;	
	height: 180px;
	width: 770px;
	overflow: hidden;
	background: url(../img/logo.gif) 50px 20px no-repeat;
}

/*****************************/
/*  SOURCE ORDER COLUMNS   */

#C1 { 	/* left margin */
	position: relative;
	display: block;
	margin: 0;
	padding: 0;	
	width: 55px;
}

#C2 {   /* first column */
	position: relative;
	display: block;
	margin: 0;
	padding: 0;	
	width: 310px;							
}

#C3 {   /* center spacer */
	position: relative;
	display: block;
	margin: 0;
	padding: 0;	
	width: 40px;
}

#C4 {	/* second column */
	position: relative;
	display: block;
	margin: 0;
	padding: 0;	
	width: 310px;
}

#C5 {	/* right margin */
	position: relative;
	display: block;
	margin: 0;
	padding: 0;	
	width: 55px;
}

/****************************/
/* PAGE'S FOOTER PROPERTIES */

.Ftr, #Ftr {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	height: 150px;
	width: 770px;
	overflow: hidden;
	clear:both;
}

/*****************************/
/* SA STATIC CONTENT STYLES  */

#SAContent1 ul, #SAContent2 ul, #SAContent3 ul {
	margin: 1em 0 1.5em 20px;
	padding: 0;
	list-style: disc outside;
	line-height: 1.15em;
}

#SAContent1 ul li, #SAContent2 ul li, #SAContent3 ul li {
	margin: 0 0 0.4em 0;
	padding: 0;
	padding: 0;
}

#SAContent1 li ul, #SAContent2 li ul, #SAContent3 li ul {
	margin: 0.2em 0 0.6em 20px;
	padding: 0;
	list-style: circle outside;
	line-height: 1em;
}

#SAContent1 li ul li, #SAContent2 li ul li, #SAContent3 li ul li {
	margin: 0 0 0.2em 0;
	padding: 0;
}

#SAContent1 ol, #SAContent2 ol, #SAContent3 ol {
	margin: 0 0 1.5em 25px;
	padding: 0;
	line-height: 1.15em;
	list-style-position: outside;
	list-style-type: decimal;
}

#SAContent1 ol li, #SAContent2 ol li, #SAContent3 ol li {
	margin: 0 0 0.4em 0;
	padding: 0;
}

#SAContent1 a img, #SAContent2 a img, #SAContent3 a img  {
	position: relative;
	border: none;
}

#SAContent1,  #SAContent2, #SAContent3 {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	height: auto;
}

html>body #SAContent1 {border-bottom:1px solid transparent;}
html>body #SAContent2 {border-bottom:1px solid transparent;}

/*****************************/
/* SA DYNAMIC CONTENT STYLES */

#SAContent1 {
	position: relative;
	display: block;
	width: 310px;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#SAContent2 {
	position: relative;
	display: block;
	width: 310px;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

/*****************************/
/* OTHER CONTENT STYLES      */

#Home {
	position: absolute;
	left: 50px;
	top: 15px;
	height: 60px;
	width: 200px;
	border:0;
	z-index: 100;
}

#Powered {
	position: absolute;
	display: block;
	left: 510px;
	top: 115px;
	width: 200px;
	height: 14px;
	line-height: 14px;
	margin: 0;
	padding: 0;
	text-align: center;
}

.PoweredBy {
	font-family: Verdana;
	font-weight: normal;
	font-size: 9px;
	color: #666;
	text-align:center;
	padding: 0;
	margin: 0;
}

.PoweredByLink {
	font-family: Verdana;
	font-weight: normal;
	font-size: 9px;
	color: #666;	
	text-decoration: none;	
	margin: 0;
	padding: 0;

}

.PoweredByLink:hover {
	color: #666;	
	text-decoration: underline;	
	margin: 0;
	padding: 0;
}



