body {
	margin: 0; 
	padding:0;
	text-align: center; /* FOR IE5 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #5B5E5C;
	background-attachment: fixed;
	background-color: #E0DFDD;
}

/*****************************/
/*  GENERAL DECLARATIONS     */

body a {
	color: #E73B2D;
	text-decoration: underline;
}

body a:hover {
	color: #E73B2D;
	text-decoration: none;
}

body a img, body a:hover img {
	border: 0;
}

hr {	
	width: 100%;
	height: 1px;
	background-color: #BCBCBC;
	color: #BCBCBC;
}

/*****************************/
/* 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 auto;
	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;
	background-color: #FFFFFF;
}

.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;
	margin: 0;
	padding: 0;	
	height: 215px;
	width: 770px;
	overflow: hidden;
	background-color: #FFFFFF;
}

/*****************************/
/*  SOURCE ORDER COLUMNS   */

#C1, .C1 { /* left margin */
	width: 20px;
}

#C2, .C2 { /* first column */
	width: 190px;							
}

#C3, .C3 { /* second column */
	width: 540px;
}

#C4, .C4 { /* right margin */
	width: 20px;
}

#C1 { /* left margin */
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
}

#C2 { /* first column */
	position: relative;
	display: block;
	margin: 0;
	padding: 0;							
}

#C3 { /* second column */
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
}

#C4 { /* right margin */
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
}
/****************************/
/* PAGE'S FOOTER PROPERTIES */

.Ftr, #Ftr {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	height: 75px;
	width: 770px;
	overflow: hidden;
	clear:both;
	background-color: #E73B2D;
}

/*****************************/
/* 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: 540px;
	height: auto;
	margin: 20px 0 0 0;
	padding: 0;
	overflow: hidden;
}

#SAContent2 {
	position: relative;
	display: block;
	width: 540px;
	height: auto;
	margin: 25px 0 0 0;
	padding: 0;
	overflow: hidden;
}

#SAArea1 {
	position: relative;
	display: block;
	width: 540px;
	height: auto;
	margin: 10px 0 20px 0;
	padding: 0;
	overflow: hidden;
	clear: both;
}
/*****************************/
/* OTHER CONTENT STYLES      */

#Home {
	position: absolute;
	display:block;
	left: 430px;
	top: 20px;
	height: 45px;
	width: 320px;
	border:0;
	z-index: 100;
}

#Logo {
	position: relative;
	display: block;
	height: 45px;
	width: 320px;
	border: 0;
}

#Powered {
	position: absolute;
	display: block;
	left: 575px;
	top: 10px;
	width: 200px;
	height: 75px;
	line-height: 14px;
	margin: 0;
	padding: 0;
	text-align: center;
}

.PoweredBy {
	font-family: Verdana;
	font-weight: normal;
	font-size: 9px;
	color: #FFFFFF;
	text-align:center;
	padding: 0;
	margin: 0;
}

.PoweredByLink {
	font-family: Verdana;
	font-weight: normal;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;	
	margin: 0;
	padding: 0;

}

.PoweredByLink:hover {
	color: #FFFFFF;	
	text-decoration: underline;	
	margin: 0;
	padding: 0;
}

#ContactInfo {
	position: relative;
	display: block;
	margin: 0 5px 0 5px;
	padding: 0;	
	height: 32px;
	width: 760px;
	overflow: hidden;
	background: url(../img/contactinfobg.gif) left top repeat-x;
}

#ContactInfo p {
	padding: 0 0 0 20px;
	line-height: 32px;
	margin:0;
}

#BannerImage {
	position: relative;
	display: block;
	margin: 5px 0 0 0;
	padding: 0;	
	height: 178px;
	width: 770px;
	overflow: hidden;
}

#TwoColumns {
	position: relative;
	display: block;
	width: 540px;
	height: auto;
	margin: 25px 0 0 0;
	padding: 0;
	overflow: hidden;
	list-style-position: outside;
	list-style-type: none;
}

#TwoColumns:after {
	content: "."; 
	display: block;
	height: 0.01em;
	overflow: hidden;
	visibility: hidden; 
	clear: both;
}

#TwoColumns #First, #TwoColumns #Second {
	position: relative;
	display: inline;
	float: left;
	padding: 0;
	margin: 0;
	width: 270px;
}

#TwoColumns #SAContent1, #TwoColumns #SAContent2, #TwoColumns #SAContent3, #TwoColumns #SAContent4 {
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
	width: 260px;
	height: auto;
}

#TwoColumns #SAContent2, #TwoColumns #SAContent4 {
	margin-top: 25px;
}







