@charset "utf-8";
/* CSS Document */

a, img, table, tr, td, div, form, span {
	margin:0;
	padding:0;
	border:0;
}

html, body {
height: 100%;
}

body {

	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1.5em
}

a {
	text-decoration:underline;
	color:#0000ff;
}



h1,h2,h3,h4,h5,h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:normal;	
}


h1 {
	color:#3b3b3b;
	font-size:22px;
	font-weight:normal;
	margin:0;
}

h2 {
	margin:8px 0 0px;
}

h3 {

}

h4 {

}

h5 {

}

h6 {

}

p {

}

address {
	font-style:normal;
}

#containerSite {
	min-height: 100%;
	width:auto;
	margin: 0;
}

* html #containerSite {
	height: 100%;
}

#clearfooter {
	height: 60px;
}

#containerFooter {
	width:auto;
	height:60px;
	font-size:12px;
	border-top:solid 1px #dedede;
	margin-top:30px;
	padding-top:15px;
	color:#666;
	clear:both;
}

#containerFooter a {
	color:#666;
	text-decoration:none;
}




#containerHead,
#containerNavigation,
#containerSubNavigation
 {
	display:none !important;
}


#content h1.pageTitle {
	background:none;
	margin:0;
	margin:0 -20px 15px;
	font-size:25px;
	padding:18px 20px 12px;
	border-bottom:solid 1px #dedede;
}



ol#breadcrumbs {
	margin:20px 0 1.5em;
	padding:0;
	list-style:none;
	border-bottom:solid 1px #d9d9d9;
	padding-bottom:8px;
}


ol#breadcrumbs li {
	display:inline;
	font-size:11px;
	padding-left:0;
	background:none;
	margin:0;
}

ol#breadcrumbs li.starttext {
	color:#b1b1b1;
}





ol#breadcrumbs li a {

}







/* User templates */


.wrapperContentTemplate {
	width:100%;
	margin-bottom:15px;
	clear:both;
}

.standard .left {
	width:48%;
	float:left;
}


.standard .right {
	width:48%;
	float:right;
}


.twoEqual .left {
	width:48%;
	float:left;
}

.twoEqual .right {
	width:48%;
	float:right;
}


.wideLeft .left {
	width:68%;
	float:left;
}

.wideLeft .right {
	width:28%;
	float:right;
}

.wideRight .left {
	width:28%;
	float:left;
}

.wideRight .right {
	width:68%;
	float:right;
}



/* User font-styles */

.SAIngress,
p.SAIngress {
	font-size:15px;
	color:#777;
}






