body {
 margin-Top: 20px;
 FONT-SIZE: 1em; 
 FONT-FAMILY: Arial, Helvetica, sans-serif; 
 COLOR: #0055A5; 
 background: #FBF2E5 url(../images/background.gif) repeat-x;
 text-align: center;

}
#canvas {
	margin: 0 auto 0 auto;
	text-align: left; /* Reset text alignment for Western languages. */
	width: 768px;
	overflow: hidden;
	padding: 0px;
	border: ridge #0055A5;
	background:white;
}
/* generic sap classes */
.line {
	float: left;
	width: 100%;
	display: block;
	position: relative; /*prevents shifting when changing viewport in IE;thanks to Alan Gresley*/
	overflow: hidden; /*only needed for equal height columns*/
	background-color: transparent;
}

.item {
	position: relative;
	float: left;
	overflow: hidden;
	left: 100%;
	background-color: #fff;
	text-align: justify;
}

.column { /* all columns have continous background color */
	margin-bottom: -5000px;
	padding-bottom: 5000px;
}

/* end generic; all sap elements must have margin-left and with defined */
#title {
  background:ffffff;
   height:120px;
	margin-left: -100%;
	margin-top:0px;
	padding-top:10px;
	width: 100%;
	text-align: center;
}
#primary-nav {
	margin-left: -70%;
	width: 40%;
	text-align: center;
	font-size: 0.8em;
	
}
#primary-nav .sap-content{
	height:29px;
	padding-top:9px;
background:url(../images/MenuBGBlue6.gif);	
border: 1px solid #0055A5;
}
#primary-nav .sap-content 
	A:link {
	COLOR: white;
		font-weight: bold; 
		TEXT-DECORATION: none;
		border: 1px solid #FBF2E5;
		padding-right: 10px;
}
#primary-nav .sap-content A:visited {
	COLOR: white;
	font-weight: bold;
	TEXT-DECORATION: none;
	border: 1px solid #FBF2E5;
		padding-right: 10px;
}
 #primary-nav .sap-content A:hover {
	COLOR: #0052a5; background: url(../images/MenuBG.gif); TEXT-DECORATION: none;
	font-weight: bold; border: 1px solid #0055A5;
		padding-right: 10px;
}
#primary-nav .sap-content A:active {
	COLOR: #0052a5; BACKGROUND-COLOR: url(../images/MenuBG.gif); TEXT-DECORATION: none;
	font-weight: bold; border: 1px solid #0055A5;
		padding-right: 10px;
}
#primary-nav .sap-content A:unknown {
	COLOR: #0052a5; BACKGROUND-COLOR: url(../images/MenuBG.gif); TEXT-DECORATION: none;
	font-weight: bold; border: 1px solid #0055A5;
		padding-right: 10px;
}	

#addressfooter {
	margin-left: -100%;
	width: 100%;
	text-align: center;
}
#main #sidebar-left {
	margin-left: -100%;
	width: 100px;
	z-index: 100; /*prevent main content from obscuring sidebars */
	
}

#main #sidebar-left .sap-content {
	padding-left: .5em;
	padding-right: .5em;
}

#main #maincontent {
	margin-left: -100%;
	width: 100%;
	
}

#main #maincontent .sap-content {
	margin: 20px 165px 5px 165px;
	
	fONT-SIZE: 0.8em;
	
}

#main #sidebar-right {
   background: #fff;
	margin-left:  -100px;
	width: 100px;
	z-index: 100; /*prevent main content from obscuring sidebars */
}

#main #sidebar-right .sap-content {
	padding-left: .5em;
	padding-right: .5em;
}

#footerline {
	border-bottom: none;
}

#footer {
	fONT-SIZE: 0.8em; PADDING-BOTTOM: 3px; COLOR: #CFAC7A; PADDING-TOP: 3px;
}
#maincontent p{
		text-align: justify;
}
p{
		text-align: justify;
}
p.afooter {
fONT-SIZE: 0.75em;
text-align: center;
}
H2 {
	FONT-SIZE: 1.5em; 
	padding-bottom: 1em;
	padding-top: 1em;
}

H3 {
	FONT-SIZE: 1.3em; 
}
A {
	PADDING-RIGHT: 3px; PADDING-LEFT: 3px; PADDING-BOTTOM: 3px; PADDING-TOP: 3px
}
A:link {
	COLOR: #333333
}
A:visited {
	COLOR: #333333
}
A:hover {
	COLOR: #cccccc; BACKGROUND-COLOR: #333333; TEXT-DECORATION: none
}
A:active {
	COLOR: #cccccc; BACKGROUND-COLOR: #333333; TEXT-DECORATION: none
}
A:unknown {
	COLOR: #cccccc; BACKGROUND-COLOR: #333333; TEXT-DECORATION: none
}
div.errormsg li{
	line-height: 130%;
}
