@charset "utf-8";
/*SA CSS*/

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0px;
	border: 0px;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1.5px;
	text-align: center;
	background-color: #FFFFFF;
	}
img {
	border: 0;
	}

a:link {
	text-decoration: none;
	color: #222222;
	}
a:visited {
	color: #222222;
	text-decoration: none;
	}
a:active {
	color: #222222;
	text-decoration: none;
	}
a:hover {
	color: #666666;
	text-decoration: none;
	cursor:hand;
	}

#container-all {
	height: 100%;
	width: 900px;
	left: 0px;
	right: 0px;
}
#menu {
	width: 200px;
	float: left;
	height: 100%;
	overflow: hidden;
	text-align: left;
	background-image: url(../Images/gradientvert.gif);
	background-repeat: repeat-x;
	border-top-color: #383F5A;
	border-top-style: solid;
	border-top-width: 4px;
}

#content {
	width: 690px;
	font-size: 10px;
	padding-bottom: 60px;
	float: right;
	padding-top: 20px;
	padding-left: 10px;
}
#bannerimg {
	width: 690px;
	height: 122px;
	float: right;
	overflow: hidden;
	padding-right: 0px;
	background-color: #9F9F9F;
	border-top-color: #383F5A;
	border-top-style: solid;
	border-top-width: 4px;
	border-bottom-color: #383F5A;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	text-align: left;
	padding-top: 10px;
	padding-left: 10px;
}
#links {
	padding-left: 15px;
	padding-top: 20px;
	padding-bottom: 100px;
	font-size: 80%;
	line-height: 24px;
}
#headerimg {
	height: 132px;
	width: 200px;
	border-bottom-color: #383F5A;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	text-align: left;
}
#logo {
	height: 60px;
	width: 60px;
	float: right;
	position: relative;
	margin-top: 0px;
	margin-right: 20px;
}
#img170 {
	width: 170px;
	height: auto;
}
