/* dasweb.css                       */
/*                                  */
/* -------------------------------------------------------- */
/*                   Normal text attributes                 */
/* -------------------------------------------------------- */
/* a {
	text-decoration: none;
} */

body {
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
	color: black;
	background-image: url(images/dasbluetile.jpg);
	background-color: #5F77B7;
	margin: 0;
	padding: 0;
}

cite {
	color: blue;
	font-style: italic;
}

h1 {
	font-family: arial, helvetica, sans-serif;;
	font-size: 200%;
	font-weight: bold;
}

h2 {
	font-family: arial, helvetica, sans-serif;;
	font-size: 150%;
	font-weight: bold;
	font-style: italic;
}

h3 {
	font-family: arial, helvetica, sans-serif;
	font-size: 120%;
	text-decoration: underline;
}

h4 {
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
}

h5 {
	font-family: arial, helvetica, sans-serif;
	font-style: italic;
	font-size: 80%;
	font-weight: bold;
}
strong {
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
}

img {
	border-style:none;
}	

/* -------------------------------------------------------- */
/*                     Lists attributes                     */
/* -------------------------------------------------------- */
li {
	color: #900;
	font-style: italic;
}

li.colblack {
	color: black;
}
/* -------------------------------------------------------- */
/*                     Tables attributes                    */
/* -------------------------------------------------------- */

/* table {
	background-color:#ccc;
} */ 

td {
	vertical-align: text-top;
	width:300px;
}


table.shaded {
	border-top:1.0pt solid #8064A2;
	/* No right border                  */
	border-right:0pt;
	border-bottom:1.0pt solid #8064A2;
	/* No left border                   */
	border-left:0pt;
	border-collapse: collapse;
	/* Text as sort of purple!          */
	color:#5F497A;
}

table.shaded td {
	border-top:1.0pt solid #8064A2;
	/* No right border                  */
	border-right:0pt;
	border-bottom:1.0pt solid #8064A2;
	/* No left border                   */
	border-left:0pt;
	border-collapse: collapse;
	padding-top: 0cm;
	padding-right: 5.4pt;
	padding-bottom: 0cm;
	padding-left: 5.4pt;
	vertical-align: text-top;
}

table.shaded tr.alternate {
	background-color: #D2EAF1
}

table.shaded tr.tableheader {
	background-color: #000;
	color: white;
}


/* -------------------------------------------------------- */
/*                     Classes                              */
/* -------------------------------------------------------- */
.firstletter {
	float: left;
	font-size: 300%;
	line-height: 1;
	font-weight: bold;
	margin-right: 0.2em;
	margin-top: -0.3em;
}

.heavyemph {
	color: #CC3300;
	font-weight: bold;
	font-style: italic;
} 

.note {
	font-style: italic;
	color: #800080;
}

.small_text {
	font-style: italic;
	font-size: 80%;
}

.smaller_text {
	font-style: italic;
	font-size: 60%;
}

.blocktext600 {
    margin-left: auto;
    margin-right: auto;
    width: 600px;
	font-size: 60%;
}

.blocktext660 {
    margin-left: auto;
    margin-right: auto;
    width: 660px;
	font-size: 60%;
}

.blocktext8600 {
    margin-left: auto;
    margin-right: auto;
    width: 600px;
	font-size: 80%;
}
/* -------------------------------------------------------- */
/*                     IDs                                  */
/* -------------------------------------------------------- */
#container {
	position: relative;
	width: 776px;
	border: solid #036;
	border-width: 0 3px;
	margin: auto;
	background-color: #BBD3F9;
}

#content {
	background-color: #BBD3F9;
	margin-left: 150px;
	margin-right: 15px;
} 

#nonavbar {
	background-color: #BBD3F9;
	margin-left: 15px;
	margin-right: 15px;
} 

#dasheader {
	clear: both;
	height: 130px;
} 

#footer {
	border: 1px black solid;
	border-width: 1px 0px 1px 0px;
	clear: both;
} 

#footer p {
	text-indent: 10px;
}

#navigation {
	position: absolute;
	top: 126px;
	left: 0px;
	width: 140px;
	background-color: #BBD3F9;
}

#navigation ul {
	margin: 0 0 1em 0;
	padding: 0;
	list-style: none;
}

#navigation ul a {
	color: white;
	text-decoration: none;
	display: block;
	background: #17a;
	padding: 0 0.5em;
	margin: 0 1em 1px 1em;
}

#navigation a:visited {
	color: #ccc;
}

#navigation a:hover {
	background: #28b;
}

#top {
	background-color: #ccc;
	padding: 1em
}

