html,body {
	margin:0;
	padding:0;
	height:100%;
	background:#2b291d;
}
#bg_container {
	margin:0px auto;
	background-color:#5b4d20;
	overflow:hidden;
	width:990px;
}
#container{
	background-color:#FFF;
	overflow:hidden;
	width:930px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 20px;
}
#header{
	width:928px;
	border: 1px solid #5b4d20;
	height: 311px;
	margin-bottom: 1px;
	background-image: url(images/header1.jpg); /* Hat tip to Ryan Brill */
	float:left;
	clear: both;
}
#spacer {
	border: 1px solid #5b4d20;
	height: 14px;
	float:left;
	clear: both;
	width: 928px;
}
#spacer2 {
	background-color: #5b4d20;
	border: 1px solid #FFF;
	height: 12px;
}
#content-container
{
	background-image: url(images/sidebar_bg.jpg);
	background-repeat: repeat-y;
	background-position: left 0;
	float: left;
	width: 929px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5B4D20;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #5B4D20;
}
#sidebar_left{
	background-color:#5B4D20;
	width:206px;
	float:left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #5b4d20;
	border-left-color: #5b4d20;
}
#sidebar_spacer {
	border: 1px solid #FFF;
	height: 29px;
	clear: both;
	width: 204px;
}
#content {
	width:721px;
	float:left;
}
#body {
	float: left;
	width: 433px;
	background-image: url(images/body_bg1.png);
	padding-top: 30px;
	padding-right: 15px;
	padding-left: 30px;
	background-repeat: no-repeat;
	min-height: 430px;
	padding-bottom: 30px;
}
#body1 {
	float: left;
	width: 433px;
	background-image: url(images/body_bg2.jpg);
	padding-top: 30px;
	padding-right: 15px;
	padding-left: 30px;
	background-repeat: no-repeat;
	min-height: 430px;
	padding-bottom: 30px;
}
#body2 {
	float: left;
	width: 433px;
	background-image: url(images/body_bg3.JPG);
	padding-top: 30px;
	padding-right: 15px;
	padding-left: 30px;
	background-repeat: no-repeat;
	min-height: 430px;
	padding-bottom: 30px;
}
#body3 {
	float: left;
	width: 433px;
	background-image: url(images/body_bg4.jpg);
	padding-top: 30px;
	padding-right: 15px;
	padding-left: 30px;
	background-repeat: no-repeat;
	min-height: 430px;
	padding-bottom: 30px;
}
.heading {
	padding-left: 40px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}
.body_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	float: left;
	height: auto;
	width: 100%;
}
.body_copy_colour {
	color: #093;
}

#sidebar_right {
	float: left;
	width: 213px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 30px;
	padding-left: 15px;
	clear: right;
}
#stickynote {
	float: left;
	clear: both;
	background-image: url(images/stickynote_bg.jpg);
	background-repeat: repeat-y;
	background-position: left;
	font-family: Verdana;
	width: 186px;
	padding: 10px;
}

#stickynote_container {
	float: left;
	clear: both;
	background-image: url(images/stickynote1.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	width: 100%;
}

.stickynote_heading {
	color: #F00;
	height: auto;
	width: auto;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	padding-top: 15px;
}
.stickynote_body {
	color: #333;
	text-align: center;
	font-size: 10px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 70px;
}
#ISASA_Logo {
	float: left;
	width: 206px;
	background-position: center;
	background-repeat: no-repeat;
	height: 148px;
}
#sidebar_right_image {
	height: 267px;
	width: 193px;
	clear: both;
	background-color: #5B4D20;
	padding-top: 26px;
	padding-right: 10px;
	padding-left: 10px;
}
#logos {
	height: auto;
	margin-top: 40px;
	width: 213px;
	font-family: Verdana;
}
#logos_heading {
	color: #093;
	height: auto;
	width: auto;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 15px;
}

.logos {
	height: auto;
	width: 71px;
	float: left;
}


#links {
	float: left;
	width: 705px;
	height: auto;
	padding-left: 16px;
	background-image: url(images/line.jpg);
	background-repeat: no-repeat;
	padding-top: 18px;
	background-position: center top;
	padding-bottom: 15px;
}

.link_container {
	width: 220px;
	float: left;
	height: auto;
	padding-right: 15px;
	text-decoration: none;
}
.link_container:hover {
	width: 220px;
	float: left;
	height: auto;
	padding-right: 15px;
	text-decoration: underline;
}
.link_heading {
	font-family: Arial, Helvetica, sans-serif;
	color: #5b4d20;
	font-size: 14px;
	font-weight: bold;
	background-image: url(images/link_bullet.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
	vertical-align: text-bottom;
	background-position: left top;
}
#footer_spacer {
	clear: left;
	background-color: #FFF;
	height: 1px;
}
#footer
{
	clear: left;
	background-color: #5b4d20;
	height: auto;
	background-image: url(images/footer.jpg);
	border: 1px solid #5B4D20;
	background-repeat: no-repeat;
	width: 928px;
}
#footer_white_border {
	clear: left;
	height: 150px;
	border: 1px solid #FFF;
}

#footer_btns {
	margin-top: 50px;
	float: left;
	width: 800px;
	margin-left: 74px;
	clear: both;
}
.solidblockmenu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	list-style-type: none;
	display: block;
	height: auto;
	width: 653px;
	float: left;
	margin: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 275px;
}
.solidblockmenu li{
	display: inline;
}
.solidblockmenu li a{
	float: left;
	color: #FFF;
	text-decoration: none;
	display: block;
	height: 46px;
	line-height: 46px;
	margin-right: 7px;
	margin-left: 7px;
}


.solidblockmenu li a:hover {
	text-decoration: underline;

}
#footer_copyright {
	float: left;
	width: 100%;
	font-family: Verdana;
	font-size: 10px;
	color: #FFF;
	text-align: center;
	margin-top: 20px;
}
a:link    {
	color: #093;
	text-decoration: none;
}
a:visited {
	color:#093;
	text-decoration: none;
}
a:hover {
	color:#093;
	text-decoration: underline;
}
a:active {
	color:#093;
	text-decoration: none;
}
