body {
	margin: 0; 
	padding:0;
	height: 100%;
	text-align: center; /* FOR IE5 */
	font: 11px Arial;
	color: #000;
	background: #EBEBEB;
	
	
}

/*****************************/
/*  GENERAL DECLARATIONS     */

body a {
	color: #7D7260;
	text-decoration: underline;
}

body a:hover {
	color: #7D7260;
	text-decoration: none;
}

body img a, body img a:hover {
	border: 0;
}


hr {	
	width: 100%;
	height: 1px;
}


p {
	margin: 0;
	padding: 0 0 5px 0;
}


/*****************************/
/* PAGE'S TOTAL WIDTH        */


/*****************************/
/* PAGE'S MAIN CONTAINER     */

#Container {
	width: 770px;	
	position: relative;
	display: block;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	overflow: hidden;
	text-align: left;
	background: url(../img/body_bg.gif) repeat-y center center;
}


#Container:after {
	content: "."; 
	display: block;
	height: 0.01em;
	overflow: hidden;
	visibility: hidden; 
	clear: both;
}

/****************************/
/* PAGE'S HEADER PROPERTIES */

#Header {
	position: relative;
	display: block;
	height: 252px;
	width: 770px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}


#SABanner {
	position: relative;
	display: block;
	border: none;
	padding: 0;
	margin: 0 5px 0 5px;
	width: 760px;
	height: 178px;

}

#Logo {
	display: block;
	position: relative; 
	margin: 0 0 0 5px;
	

}


.WhiteSpace {
	display: block;
	position: relative;
	width: 100%;
	height: 5px;
	overflow: hidden;
	background: #fff;
}


/***************** MENU PROPERTIES */

#MenuBox1 {
	display: block;
	position: relative;
	height: 34px;
	width: 760px;
	margin: 0 5px 0 5px;
	padding: 0;
	overflow: hidden;
	background: #605450;


}

#MenuBox1:after {
	content: "."; 
	display: block;
	height: 0.01em;
	overflow: hidden;
	visibility: hidden; 
	clear: both;
}

#SAMenu1_-1_0 ul li a:hover {
	text-decoration: underline;
	
	
}


#MenuBox2 {
	display: block;
	position: relative;
	height: 30px;
	width: 760px;
	margin: 0 5px 0 5px;
	padding: 0;
	overflow: hidden;
	background: url(../img/menu2_bg.gif) repeat-x left top;

}

#MenuBox2:after {
	content: "."; 
	display: block;
	height: 0.01em;
	overflow: hidden;
	visibility: hidden; 
	clear: both;
}

/****************************/
/* PAGE'S COLUMN PROPERTIES */

#Cols {
	width: 770px;
	height: auto;
	position: relative;
	display: block;
	margin: 0; 
	padding: 0;
	text-align: left;
	list-style-position: outside;
	list-style-type: none;
	min-height: 400px;
}

* html #Cols {height: 400px;}

#Cols:after {
	content: "."; 
	display: block;
	height: 0.01em;
	overflow: hidden;
	visibility: hidden; 
	clear: both;
}


.ColsLi {
	position: relative;
	display: inline;
	float: left;
	padding: 0;
	margin: 0;
}


/*****************************/
/*  SOURCE ORDER COLUMNS     */

#C1 {
	position: relative;
	display: block;
	width: 190px;
	margin: 0;
	padding: 0;
	background: transparent;
	border-bottom: 1px solid #D2903C;
}


#C2 {
	position: relative;
	display: block;
	width: 575px;
	margin: 0;
	padding: 0;
	background: transparent;
	overflow: hidden;
	border-bottom: 1px solid #fff;
}



/****************************/
/* PAGE'S FOOTER PROPERTIES */

#Footer { 
	width: 760px;
	height: 78px;
	margin: 0 5px 0 5px;
	padding: 0;
	text-align: right;
	clear: both;
	background: #605450;
}

#Footer:after {
	content: "."; 
	display: block;
	height: 0.01em;
	overflow: hidden;
	visibility: hidden; 
	clear: both;
}


#Footer a { 
	color: #BCBCBC;
	text-decoration: none;
	display: block;
	position: relative;
	padding: 20px 10px 0 0;
}

/*****************************/
/* 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 p, #SAContent2 p, #SAContent3 p, #SAContent4 p {
	margin: 0;
	padding: 5px 0 5px 0;
}



html>body #SAContent1 {border-bottom:1px solid transparent;}
html>body #SAContent2 {border-bottom:1px solid transparent;}
html>body #SAContent3 {border-bottom:1px solid transparent;}

/*****************************/
/* SA DYNAMIC CONTENT STYLES */



.TextCols {
	width: 560px;
	height: auto;
	position: relative;
	display: block;
	margin: 0; 
	padding: 0;
	text-align: left;
	list-style-position: outside;
	list-style-type: none;
	background: transparent;

}

.TextCols :after {
	content: "."; 
	display: block;
	height: 0.01em;
	overflow: hidden;
	visibility: hidden; 
	clear: both;
}

.ContentHolder {
	position: relative;
	display: block;
	width: 265px;
	margin: 0 0 0 15px;
	padding: 0;
	overflow: hidden;
	clear: both;

}

.ContentHolder_frontpage_left {
	position: relative;
	display: block;
	width: 315px;
	margin: 0 0 0 15px;
	padding: 0;
	overflow: hidden;
	clear: both;

}

.ContentHolder_frontpage_right {
	position: relative;
	display: block;
	width: 215px;
	margin: 0 0 0 15px;
	padding: 0;
	overflow: hidden;
	clear: both;

}


#SAContent1 {
	position: relative;
	display: block;
	width: 95%;
	margin: 0 0 0 15px;
	padding: 0;
	overflow: hidden;
	clear: both;
	line-height: 55px;
}


#SAContent2, #SAArea1 {
	position: relative;
	display: block;
	width: 95%;
	margin: 10px 0 0 15px;
	padding: 0;
	overflow: hidden;
}


#SAContent3, #SAContent4, #SAContent5, #SAContent6, #SAContent7 {
	position: relative;
	display: block;
	width: 95%;
	float: left;
	margin: 20px 0 0 0;
	padding: 0;
	overflow: hidden;

}

#SAFileView1 
{
	position: relative;
	display: block;
	width: 95%;
	margin: 10px 0 0 15px;
	padding: 0;
	overflow: hidden;	
	}

#SAFileView1 dl
{
	position: relative;
	display: block;
	width: auto;
	padding: 5px 0 5px 0;
}


