﻿* {
	margin:0px;
	padding:0px;
}
html, body {
	height: 100%; /* FIX DATASHEET VIEW */
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5;
	color:#000000;
	text-align:left;
	background-color:#e7e4d7;
}
a, a:link, a:visited {
	text-decoration:none;
	color:#3382b6;
}
a:hover {
	text-decoration:underline;
	color:#666666;
}
li {
	list-style-type:disc;
	list-style-position:outside;
	margin-left:12px;
}
table {
	border-collapse: collapse;
}
td {
	vertical-align:top;
	line-height:1.5;
}
h1 {
	font-size:24px;
	line-height:1.25;
}
h3 {
	font-size:18px;
	font-weight:bold;
	line-height:1.25;
	color:#003d68;
	margin-bottom:20px;
}
h4 {
	font-size:14px;
	font-weight:bold;
	line-height:1.25;
	color:#003d68;
	margin-bottom:20px;
}
strong {
	font-weight:bold;
}

img {
	border:none;
}

p {
	margin-bottom:15px;
}

em {
	font-style:italic;
}
blockquote {
	margin-left:20px;
}
/* ---------------------- */
.group {
	width:100%;
}

.clear {
	clear:both;
	width:0px;
	height:0px;
	overflow:hidden;
}
.left {
	float:left;
}
.right {
	float:right;
}


/* ---------------------- */

#background {
	background-image:url('../images/dsaa/background.jpg');
	background-repeat:repeat-x;
	background-position:top;
	background-color:#e7e4d7; /* NEED TO FIX THIS */
}

#background-pageshadows {
	background-image:url('../images/dsaa/background-pageshadows.png');
	background-repeat:repeat-y;
	background-position:top center;
}

#background-nav {
	background-image:url('../images/dsaa/background-nav.jpg');
	background-repeat:no-repeat;
	background-position:top center;
	text-align:center;
}

#wrapper {
	width:980px;
	margin:0 auto;
	text-align:left;
	position:relative;
	
	min-height:500px;
}

/* ---------------------- */

#masthead {
	width:980px;
	height:92px;
	overflow:hidden;
	margin:0px auto;
	text-align:right;
}

	#cornernav {
		margin:15px 20px 0px 0px;
		text-transform:uppercase;
		font-size:11px;
		font-weight:bold;
	}
	
	#search {
		margin:15px 15px 0px 0px;
	}


#navigation {
	width:980px;
	height:70px;
	margin:0px auto;
	position:relative;
	z-index:100;
}

#breadcrumb {
	padding-left:25px;
	color:grey;
}

#breadcrumb a,
#breadcrumb a:link,
#breadcrumb a:visited {
	color:#999999;
}

#main {
	margin-top:10px;
}
	
	#contentarea-left .inner {
		margin:0px 35px 20px 25px;
		line-height:150%;
	}

	#contentarea-right {
		width:312px;
		margin: 0px 10px 0px 20px;
		background-color: #eaf3fa;
	}

	#contentarea-right .inner {
		margin:20px 10px 10px 10px;
		vertical-align:top;
	}

	#contentarea-right .caption {
		font-size:11px;
		color:#666666;
		padding:4px 0px 4px 0px;
	}

#pagefooter {
	width:100%;
	min-height:130px;
	margin:0px auto;
	text-align:center;
	padding-top:60px;
	color:#616161;

	background-image:url('../images/dsaa/background-footer.png');
	background-repeat:no-repeat;
	background-position:top center;
}

#pagefooter a,
#pagefooter a:link,
#pagefooter a:visited {
	color:#616161;
}


/* ----------------------------- */