html, body {margin: 0; padding: 0; border: 0;}

body {
/*	font-family: Verdana, Arial, Helvetica, Sans-serif; 
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
*/	text-align: center;
}

hr {	
	width: 100%;
	height: 1px;
}

.minheight {
   	min-height: 600px;
   	height: 600px;
}
   
body[class] .minheight {
   	height:auto;
}

/************************************************************************** TXT */
/*
body a {
	color: #00376E;
	text-decoration: underline;
}

body a:hover {
	color: #00376E;
	text-decoration: none;
}
*/

.txtCopyright {
	padding: 0;
	margin: 2px;
}

.txtCopyright a {
	margin: 0;
	padding: 6px;
/*	font-family: Verdana;
	font-size: 10px;
	color: #00376E;
	font-weight: normal;
	text-decoration:none;
*/
}

.txtCopyright a:hover {
	margin: 0;
	padding: 6px;
/*	font-family: Verdana;
	font-size: 10px;
	color: #00376E;
	text-decoration: underline;
*/
}

/*
.Blue {
	color: #2275C2;
}
*/
/************************************************************************** DIV */

#Skeleton {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 770px;
	text-align: left;
/*	background-color: #FFFFFF;  */
	
}

html>body #Skeleton {border-bottom:1px solid transparent;}

#HeaderBox {
	width: 770px;
	height: 110px;
/*	background-color: transparent; 
	border-bottom: 10px solid #2275C2;
*/
}

html>body #HeaderBox {
	height: 100px;
}

#ColPlacementOuter {
	padding-left: 180px;
}

#ColPlacementInner  {
	width: 590px;
}

html>body #ColPlacementInner {border-bottom:1px solid transparent;}

#MainContainerBox {
	width: 770px;
	margin: 0 0 0 -180px;
	padding: 0;
/*	background-color: transparent; */
}

#LeftBox {
	position: relative;
	display: block;
	float: left;
	width: 180px;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
/*	background-color: transparent; */
}


#CenterBox {
	position: relative;
	float: right;
	display: block;
	width: 590px; 
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
/*	background-color: #FFFFFF; */
}



#FooterBox {
	display: block;
	position: relative;
	float: left;
	width: 770px;
	height: 20px;
	text-align: right;
	margin: 0;
	padding: 3px 0 0 0;
/*	color: #00376E;
	font-family: Verdana;
	font-size: 10px;
	background-color: #2275C2; 
*/
}


.SpacerBox {clear: both;}

/************************************************************************** SA */

/* SAContent tyylit */

#SAContent1 {
	margin: 20px 0 15px 25px;
	padding: 0;
	width: 565px;
	overflow: hidden;
}

#SAContent2 {
	margin: 0 0 15px 25px;
	padding: 0;
	width: 565px;
	overflow: hidden;
}

#SAArea1 {
	margin: 0 0 15px 25px;
	padding: 0;
	width: 565px;
	overflow: hidden;
}

/*
#SAContent1 a, #SAContent2 a, #SAArea1 a{
	color: #00376E; 
	text-decoration: underline; 
}

#SAContent1 a:hover, #SAContent2 a:hover, #SAArea1 a:hover{
	color: #00376E;
	text-decoration: none;
}
*/

#SAContent1 a img, #SAContent2 a img, #SAArea1 a img{
	border: 0;
}

#SABanner {
	display: block;
	margin: 0;
	padding: 0;
	width: 770px;
	height: 100px;
}

#SAInclude1 {
	display: block;
	position: relative;
	float: left;
	margin: 10px 0 0 5px;
	padding: 0;
}

html>body #SAInclude1 { margin: 10px 0 0 10px;}




#SAInclude2
{
    position:absolute;
    display:block;
    width:65px;
    height:20px;
    top:20px;
    left:505px;
    background-color:transparent;
    
}


