/* YAHOO RESET */ 
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
/* h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
} */
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* WEBSITE CSS */
body {
	background-color:#f6c512;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:5px;
}
#header, #middle, #footer {
	margin-left:auto;
	margin-right:auto;
	position:relative;
	width:906px;
}
#header {          
	background-image:url('../img/header.jpg');
	background-repeat:no-repeat;
	height:210px;
}
		ul#navigation_top  {
			position:relative;
			top:180px;
			list-style-type:none;
			padding:0px;
			margin-top:0px;
			margin-left:25px;
		}
		ul#navigation_top li {
			display: inline;
		}
		ul#navigation_top li a {
			display:inline;
			padding-left:10px;
			padding-right:10px;
			color:#335685;
			text-decoration:none;
			font-weight:bold;
		}
		ul#navigation_top  li a.active {
			color:#bb7506;
		}
#middle {
	background-image:url('../img/overallbackground.jpg');
	background-repeat:repeat-y;
	min-height:400px;
	height:auto !important;
  	height:400px;
}
	#navigation_left {
		position:relative;
		float:left;
		margin-left:5px;
		width:191px;
		z-index:2;
	}
		#navigation_left ul {
			width:191px;
			margin:0px;
			list-style-type:none;
		}
		#navigation_left ul li {
			background-image:url('../img/listitem.jpg');
			background-position:150px;
			background-repeat:no-repeat;
			padding:7px 12px;
			border-bottom:1px solid #f6c512;
		}
		#navigation_left ul li a {
			color:#f6c512;
			font-weight:bold;
			text-decoration:none;
		}
	#content {
		position:relative;
		float:left;
		z-index:2;
		width:670px;
		color:#0c3052;
		margin-left:15px;
		margin-top:15px;
		margin-bottom:15px;
	}
	#logobg {
		position:absolute;
		margin-left:auto;
		margin-right:5px;
		z-index:1;
		background-image:url('../img/contentbackground.jpg');
		width:186px;
		height:151px;
		right:0px;
		bottom:0px;
	}
	#clear {
		clear:both;
	}
#footer {
	background-image:url('../img/footer.jpg');
	background-repeat:no-repeat;
	height:34px;
	line-height:34px;
	font-weight:bold;
	position: relative;
}
#footer a {
	position: absolute;
	display: block;
	height: 30px;
	width: 195px;
	top: 0;
	right: 0;
}

h1 {
	font-size:1.4em;
	padding:0px;
	margin:5px 0px;
	color:#0c3052;
}

/* PRISMA LINK */
a.prisma {
	display:block;
	width:50px;
	height:35px;
	position:absolute;
	left:200px;
	top:118px;
}

.sas_module_table {
	width: 100%;
}
.sas_module_table tr.sas_row_color_odd {
	background: #A7CCDF;
}
.sas_module_table tr,
.sas_module_table tr.sas_row_color_even {
	background: #C3D6DF;
}
