@charset "utf-8";
/* CSS Document */

/*
Site Address: www.aarg.org
Author: Colleen Muldowney
Email: cmm.colleen@gmail.com
*/

/*This is the stylesheet for all of the second-tier pages. Any changes made here will be reflected in all pages EXCEPT index.html.*/

body {
	background-color: #CCCCCC;
	padding: 0px;
	margin: 0px;
}

#main_content {
	background-color: #CCCCCC;
}

#main_text {
	margin: auto;
	width: 650px;
	font-size: 13px;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: justify;
}

h2 {
	font-family:Verdana, Geneva, sans-serif;
}

p.hangingindent {
	margin: 0px 25px 15px 25px;
    padding-left: 22px ;
    text-indent: -22px ;
}

p.hangingindent2 {
	margin: 0px;
    padding-left: 27px ;
    text-indent: -27px ;
}

.indent_small {
	padding: 0px 25px 0px 25px;
}

.indent_large {
	padding: 0px 45px 0px 45px;
}

/*Links*/

a:link {  /* unvisited link */
	color:#06F;
}
	
a:visited {  /* visited link */
	color:#993333;
}
	
a:hover {  /* mouse over link */
	color:#000;
}
	
a:active {  /* selected link */
	color:#FFF;
}

/*Collapsible Text*/

.collapse_header {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	width: 650px;
	height: 30px;
	background-color: #3E3E3E;
	line-height: 30px;
	padding-left: 5px;
	
}

.collapse_header a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

table.officers {
	border-collapse: collapse;
	text-align: left;
	width: 650px;
	vertical-align: text-top;
}

table.officers td {
	padding: 10px 0px 10px 0px;
}

table.facts_figures {
	border-collapse: collapse;
	text-align: left;
	width: 650px;
	vertical-align: text-top;
}

table.facts_figures td {
	padding: 5px 0px 5px 0px;
}

.collapse_header_publications {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	width: 650px;
	
}

.collapse_header_publications a {
	color: black;
	text-decoration: none;
	font-weight: bold;
}

table.publications td {
	padding: 10px 5px 5px 5px;
}

.text_top {
	vertical-align:text-top;
}

ol#goals {
	padding-left: 80px;
	width: 410px;
}

ol#goals li {
	padding-bottom: 15px;
}

/*SORT*/

.academic_year {
	font-weight:bold;
}

a {
	text-decoration: underline;
	color: blue;
}

/*Header*/

#header_container {
	margin: auto;
	width: 100%;
	height: 147px;
	background-color: white;
}

#header {
	margin: auto;
	height: 100px;
	width: 840px;
	text-align: center;
}

#header_separator {
	width: 100%;
	height: 10px;
	background-color:#333333;
}

#logo {
	float: left;
	margin: 0px;
	padding: 0px;
}

#name_slogan {
	float: right;
	width: 765px;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

#slogan {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
}

#search a {
	color: black;
	text-decoration: none;
}

#search {
	width: 200px;
	margin: 9px auto auto 800px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

/*Main Menu*/

#main_menu {
	font-family: 'Calibri';
	background-color: #3e3e3e;
	height: 40px;
	padding-bottom: 5px;
}

#main_menu a {
	color: white;
}

#main_menu table {
	height: 40px;
	color: white;
	font-weight: bold;
	font-size: 22px;
	margin: auto;
}

#main_menu td {
	padding-right: 5px;
	padding-left: 5px;
}

/*Footer*/

#footer, #footer a {
	margin: 10px auto auto auto;
	background-color: #333333;
	height: 60px;
	width: 100%;
	color: white;
	font-family: 'Calibri';
	text-align: center;
}

#footer table {
	margin: auto;
	height: 35px;
	color: white;
	font-size: 14px;
	text-align: center;
}

#last_updated {
	color: white;
	text-align: center;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
}

