* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #D9CDBA url(images/saac_bodybg.gif) repeat-y center top;
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
#content h1 {
	font: bold 16px Arial, Helvetica, sans-serif, "Microsoft Sans Serif";
	color: #4B327B;
	padding-bottom: 10px;
}
#content p {
	margin-bottom: 10px;
}


#wrapper {
	margin: 0px auto;
	width: 730px;
}


#branding {
	height: 124px;
	width: auto;
	background: url(images/saac_header_bg.gif) repeat-x left top;
}
#address {
	width: 250px;
	float: right;
	height: 70px;
	color: #666666;
	text-align: right;
	padding-right: 20px;
	padding-top: 10px;
	font: normal 10px Arial, Helvetica, sans-serif, "Microsoft Sans Serif";
}

#navigation {
	height: 18px;
	width: 485px;
	color: #FFFFFF;
	float: right;
	margin-top: 10px;
}
#navigation li {
	display: inline;
	padding-right: 15px;
	padding-left: 15px;
	border-right: 1px solid #FFFFFF;
}

#navigation li a{
	color: #FFFFFF;
	text-decoration:none;
}
#navigation li a:hover{
	color: #FFFFFF;
	text-decoration:underline;
}
#container {
	background: url(images/saac_wrapper_bg.gif) repeat-y 1px 0px;
	padding-bottom: 20px;
}

#leftcol {
	float: left;
	width: 232px;
}

#leftcol h1 {
	font: bold 14px Arial, Helvetica, sans-serif, "Microsoft Sans Serif";
	color: #4B327B;
	margin-left:20px;
}
#leftcol ul {
	list-style: none;
	margin-left: 20px;
	margin-right: 30px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #4B327B;
}
#leftcol li {
	padding-bottom: 10px;
	line-height: normal;
	color: #F0922A;
}

#leftcol li a{
	padding-bottom: 10px;
	line-height: normal;
	color: #F0922A;
	text-decoration:none;
}

#leftcol li a:hover{
	text-decoration:underline;
}

#rightcol {
	float: right;
	width: 480px;
}
#rightcol #subnav {
	width: auto;
	margin-bottom: 20px;
	background: url(images/saac_sub_nav_bg.gif) repeat-x left bottom;
	border-bottom: 1px dashed #4B327B;
}
#subnav_one {
	float: left;
	width: 46%;
	padding: 10px;
}
#subnav_two {
	float: right;
	width: 47%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#subnav  h1 {
	font: bold 14px Arial, Helvetica, sans-serif, "Microsoft Sans Serif";
	color: #4B327B;
}


#subnav  li {
	margin-left: 20px;
	color: #F19C3D;
	padding-bottom: 5px;
}
#subnav  li a{
	color: #F19C3D;
	text-decoration:none;
}
#subnav  li a:hover{
	color: #F19C3D;
	text-decoration:underline;
}
#content {
	width: auto;
	margin-top: 10px;
	padding-right: 45px;
	padding-left: 16px;
}
#content ul, #content ol{
	margin:15px 35px ;
	padding:0px;
}

#footer {
	clear: both;
	width: auto;
	border-top: 2px solid #4B327B;
	text-align: center;
	padding-top: 10px;
}
