/* -- General Formatting -- */

body {
	font-family: verdana, arial, sans-serif;
	margin-top: 0;
}

a {
	color: #6699CC;
}

h1 {
	border-bottom: 1px solid #444;
	color: #444;
	font-size: 1.5em;
	font-weight: normal;
	font-variant: small-caps;
	padding-left: 45px;
}

h2 {
    font-family: "Times New Roman", times, serif;
}

.imageright {
    border: 1px solid #cdcc8d;
    float: right;
    margin: 0 0 10px 10px;	
	padding: 2px;
}

p, li {
    line-height: 1.6em;
}

span.bold {
    color: #0d2a8c;
    font-weight: bold;
}

.center {
	text-align: center;
}

.clear {
    clear: both;
}

abbr.maq {
	font-weight: bold;
}

/* -- Navigation -- */

#logoleft p {
	margin: 0;
}

#topcrumbs {
	color: #888;
    font-size: .7em;
	margin: 5px 0;
    text-align: right;
    text-transform: uppercase;    
}

.crumbs {
    padding: 3px;
}

.crumbs ul {
    border: none;
    display: inline;
    margin-left: 0;
    padding-left: 0;
} 

.crumbs ul li {
    border: none;
    display: inline;
	line-height: 1.2em;
    list-style: none;
    margin-left: 5px;
    padding-left: 0px;    
}

#topnav {
	background-color: #000040;
	color: white;
    font-size: .7em;
	height: 2.5em;
    line-height: 2.5em;
    text-align: left;
    text-transform: uppercase;	
}

#topnav ul {
	margin-left: 40px;
}

#topnav li {
	margin-left: 10px;
}

#topnav a {
	color: #fff;
	text-decoration: none;
}

#topnav a:hover {
	color: #ccc;
	text-decoration: underline;
}

/* -- Body Styles -- */

#bodycolor {
	background-color: #ffffcd;
	padding-bottom: 2em;
}

#highlight {
    background-color: #FFFFE2;
    border: 1px solid #CDCC8D;
	color: #000040;
    margin: 20px auto;
    padding: 20px 10px;
    width: 780px;
}

#highlight .imageright {
	margin-right: 10px;
}

#presentation {
	margin: 0 auto;
	padding: 0;	
    width: 800px;
}

#presentation p {
	background-color: #ffffe3;
    border: 1px solid #cdcc8d;
	border-top: 1px solid #ffffe3;	
	margin: 0;
	padding: 1em;
	text-align: center;
}

#presentation a {
	margin: 0;
	padding: 0;
}

#threecolleft, #threecolmain, #threecolright { 
    padding: 20px 0; 
}

#threecolleft {
    vertical-align: top;
    width: 150px;
}

#threecolmain {
    vertical-align: top;
}

#threecolmain h1 { 
    margin: 0; 
    padding-left: 0; 
}

#threecolright {
    padding-left: 10px;
    vertical-align: top;
    width: 200px;
}

#wrapper {
	margin: 0;
	padding: 0;
	border: 0;
	width: 900px;
}

/* -- Tabs -- */

li.bluetab a, li.greentab a, li.lightbluetab a, li.orangetab a, li.purpletab a, li.redtab a, li.yellowtab a {
	font-variant: small-caps;
	font-weight: bold;
}

li.bluetab a {
	color: blue;
}

li.greentab a {
	color: green;
}

li.lightbluetab a {
	color: #0f94e0;
}

li.orangetab a {
	color: orange;
}

li.purpletab a {
	color: purple;
}

li.redtab a {
	color: red;
}

li.yellowtab a {
	color: #76765b;
}

/* -- Footer -- */

#footer {
    background-color: #fff;
    color: #888;
    font-size: .7em;
    text-transform: uppercase;
    text-align: center;    
    width: 900px;
}

/* -- MAQ Audio --*/
ul.archive {
    padding-left: 0;
    margin-left: 0;
    border-bottom: 1px solid gray;
    width: 400px;
}

ul.archive li {
    list-style: none;
    margin: 0;
    padding: 0.25em 0.5em;
    border-top: 1px solid gray;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
	font-family: arial, sans-serif;
    font-size: .75em;
    font-weight: bold;
}


ul.archive li a { 
    color: #111;
    text-decoration: none;
}

ul.archive li a:hover {
    color: #888;
}

ul.archive li a:visited { color: #888; }
