/**
 * $Id: common.css,v 1.20 2007/11/08 20:39:37 spuopolo Exp spuopolo $
 *
 * Copyright (c) 2003-2006 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Site-wide shared stylesheet.
 *
 * MODIFIED by MJO 2007-3-16 and subsequently
 */

/* font characteristics */
.bold {color: #000; font-size: 13pt; font-family: Georgia,"Book Antiqua",Palatino,serif; font-weight: bold;}
.small {color: #000;    font-size: 10pt; font-family: Georgia,"Book Antiqua",Palatino,serif; font-weight: normal;}
.g8pt {font-size: 8pt; font-family: Georgia,"Book Antiqua",Palatino,serif; font-weight: normal;}
.g9pt {font-size: 9pt; font-family: Georgia,"Book Antiqua",Palatino,serif; font-weight: normal;}
.g10pt {font-size: 10pt; font-family: Georgia,"Book Antiqua",Palatino,serif; font-weight: normal;}
.g11pt {font-size: 11pt; font-family: Georgia,"Book Antiqua",Palatino,serif; font-weight: normal;}
.g12pt {font-size: 12pt; font-family: Georgia,"Book Antiqua",Palatino,serif; font-weight: normal;}
.g13pt {font-size: 13pt; font-family: Georgia,"Book Antiqua",Palatino,serif; font-weight: normal;}
.g14pt {font-size: 14pt; font-family: Georgia,"Book Antiqua",Palatino,serif; font-weight: normal;}
.g15pt {font-size: 15pt; font-family: Georgia,"Book Antiqua",Palatino,serif; font-weight: normal;}
.g10ptbold {font-size: 10pt; font-family: Georgia,"Book Antiqua",Palatino,serif; font-weight: bold;}
.g11ptbold {font-size: 11pt; font-family: Georgia,"Book Antiqua",Palatino,serif; font-weight: bold;}
.g12ptbold {font-size: 12pt; font-family: Georgia,"Book Antiqua",Palatino,serif; font-weight: bold;}
.g13ptbold {font-size: 13pt; font-family: Georgia,"Book Antiqua",Palatino,serif; font-weight: bold;}
.g14ptbold {font-size: 14pt; font-family: Georgia,"Book Antiqua",Palatino,serif; font-weight: bold;}
.g15ptbold {font-size: 15pt; font-family: Georgia,"Book Antiqua",Palatino,serif; font-weight: bold;}

.subhead {color: #00003C;    font-size: 13pt; font-family: Arial,Helvetica,sans-serif; font-weight: normal;}
.subheadcap {color: #00003C;    font-size: 17pt; font-family: Arial,Helvetica,sans-serif; font-weight: normal;}
.mainhead {color: #00003C;    font-size: 30pt; font-family: Georgia,"Book Antiqua",Palatino,serif; font-weight: normal;}
.mainhead24pt {color: #00003C;    font-size: 24pt; font-family: Georgia,"Book Antiqua",Palatino,serif; font-weight: normal;}
.mainhead20pt {color: #00003C;    font-size: 20pt; font-family: Georgia,"Book Antiqua",Palatino,serif; font-weight: normal;}
.mainhead18pt {color: #00003C;    font-size: 18pt; font-family: Georgia,"Book Antiqua",Palatino,serif; font-weight: normal;}


/**
 * Common HTML elements
 */

body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #111000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-image: url("archive.png");
	background-repeat: repeat-y repeat-x;
}

div {
	line-height: 140%;
	text-align: left;
}

table {
	border: 0;
	border-spacing: 0;
	font-size: 1.0em;
}

form {
	margin: 0;
}

a {
/*	text-decoration: underline;*/
	text-decoration: none;
}

a:link {
	color: #0000FF;
}

a:active {
	color: #253000;
}

a:visited {
	color: #0000FF;
}

a:hover {
	color: #002D6A;
	background: #ebf7ff;
}

a.plain {
	text-decoration: none;
}

a.name {
	text-decoration: none;
	color: #002D6A;
	font-weight: bold;
}

ul {
	margin: 0.25em 0 0.4em 0;
	padding: 0 0 0 2.5em;
}

tt {
	font-size: 1.25em;
}

label {
}

label.error {
	color: #900000;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #F0F0E8;
	color: #000000;
	/*font-family: Verdana,Arial,Helvetica,sans-serif;*/
	border-top: 1px solid #666000;
	border-left: 1px solid #666000;
	border-bottom: 1px solid #E8E8E1;
	border-right: 1px solid #E8E8E1;
	font-size: 1em;
}

input.button {
	padding-left: 0.5em;
	padding-right: 0.5em;
	background-color: #E8E8E1;
	font-size: 1em;
}

input.defaultButton {
	background-color: #002d6a;
	color: #ffffff;
	font-weight: bold;
}

/**
 * Main layout elements
 */

#container {
	line-height: 125%;
	text-align: center;
}

#header {
	width: 800px;
	margin: 0 auto;
	text-align: center;
}

#headerTitle {
	text-align: left;
	color: #FFFFFF;
	padding: 0px;
	width: 800px;
}

#header h1 {
/* auto setting centers header */
	margin: 0px;
	padding: 0px;
	font-family: Georgia,'Times New Roman',Times,serif;
}

#body {
	width: 797px;
/* auto setting centers page */
	margin: 0 auto;
}

#footer {
	width: 797px;
	margin: 0 auto;
	padding: 0.5em 0em 0.5em 0em;
	min-height: 20px;
	position: relative;
	clear: both;
	background-color: #002D6A;
}

#footerContent {
	width: 797px;
	margin: 0 auto;
	padding-left: 2em;
	text-align: left;
        font-size: 0.7em;
        color: #ffffff;
}

#footerContent a:link {
	color: #cccccc;
}

#footerContent a:active {
	color: #cccccc;
}

#footerContent a:visited {
	color: #cccccc;
}

#footerContent a:hover {
	color: #ffffff;
	background-color: #002D6A;
}

#menu {
	margin: 0; 
	/*padding: 0.2em 0em 1em 0em;*/
	/* top padding units px so that submenus line up on all screens */
	/* font-size: 0.65em; */
	padding: 0px 0px 1em 0px;
	overflow: visible;
	border: 0px solid black;
}

#main {
	width: 800px;
	margin: 0;
	padding: 0.5em 0em 2em 0em;
}

#main h2 {
	margin: 0em 1em 0.2em 0em;
	padding-top: 0em;
	font-family: Georgia,'Times New Roman',Times,serif;
	font-weight: normal;
	font-size: 1.1em;
	color: #e00000;
}

#main h3 {
	margin: 0em 1em 0.5em 0em;
	padding-top: 0em;
	font-family: Georgia,'Times New Roman',Times,serif;
	font-weight: normal;
}

#navbar {
	margin-right: 0;
	padding-bottom: 0.5em;
	border-bottom: 2px dotted #000000;
}

#breadcrumb {
	padding-top: 0.5em;
	padding-bottom: 0.2em;
	font-size: 0.7em;
}

#content {
	margin: 0;
	padding: 1em 0em 0em 0em;
	padding-top: 0.4em;
	font-size: 0.8em;
	border-top: 2px dotted #000000;
}

#content h2 {
	margin: 0em 0.5em 0.25em 0em;
	padding-top: 0em;
	font-family: Georgia,'Times New Roman',Times,serif;
	font-weight: normal;
	font-size: 1.6em;
	line-height: 1.35em;
	color: #e00000;
}

#content h3 {
	margin: 0em 0.5em 0.25em 0em;
	padding-top: 0.3em;
	font-family: Georgia,'Times New Roman',Times,serif;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1em;
	color: #e00000;
}

#content h4 {
	margin: 0em 1em 0.25em 0em;
	padding-top: 0.3em;
	font-family: Georgia,'Times New Roman',Times,serif;
	font-weight: normal;
	font-size: 1.2em;
}

#content h5 {
	margin: 0em 1em 0.25em 0em;
	padding-top: 0.3em;
	font-family: Georgia,'Times New Roman',Times,serif;
	font-weight: normal;
	font-size: 1em;
}

#content_main {
	width: 520px;
	margin-right: 275px;
	padding: 0em 0em 0em 0em;
}

#content_main_boxed {
/*	position: absolute;*/
	width: 520px;
	margin-right: 275px;
	margin-top: 1em;
	border: 1px solid #002D6A;
	padding: 0em 0em 0em 0em;
}

#content_main_boxed h3 {
	color: #e00000;
	font-size: 1.2em;
}

#content_news {
	float: right;
	width: 250px;
	margin: 0;
	padding: 0 0 0 0;
/*	font-size: 0.7em;*/
}

/**
 * Navigation bar
 */

#navbar a {
	font-size: 0.65em;
	letter-spacing: 0.05em;
}

#navbar a:link {
}

#navbar a:active {
}

#navbar a:visited {
}

#navbar a:hover {
}


/**
 * Menu
 */

#developedBy {
	text-transform: uppercase;
	font-size: 0.95em;
}

#content_news div.block {
	font-size: 1em;
	padding-bottom: 1.5em;
}
/*
#menu div.block {
	font-size: 1em;
	padding-bottom: 1.5em;
}

#menu div.block span.blockTitle {
	display: block;
	padding: 0.5em 0 0.5em 0;
	font-size: 1em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

#menu div.block span.blockSubtitle {
	display: block;
	padding: 0;
}

#menu input.textField, #menu select.selectMenu, #menu input.button {
	font-size: 1em;
}
*/

/**
 * Breadcrumbs
 */

#breadcrumb a {
	text-decoration: none;
	color: #002D6A;
}

#breadcrumb a.current {
	font-weight: bold;
}

/**
 * Footer elements
 */

#footer div.debugStats {
	font-size: 0.6em;
}

/**
 * Additional text styles
 */

span.disabled, label.disabled {
	color: #666000;
}

a.action, a.file {
	font-size: 0.85em;
	text-transform: uppercase;
}

a.icon {
	text-decoration: none;
}

a.icon:hover {
	background: none;
}

/* display when ALLOWED (i.e. when action is 'disallow') */
span.disallow {
	color: #0000FF;
	background: #aeffc7;
}

/* display when NOT allowed (i.e. when action is 'allow') */
span.allow {
	color: #0000FF;
	background: #ffaea8;
}

span.formRequired {
	color: #333000;
	font-size: 0.9em;
}

span.instruct {
}

span.heading {
	font-size: 0.85em;
	text-transform: uppercase;
}

span.highlight {
	border-bottom: 1px dotted #000000;
}

.nowrap {
	white-space: nowrap;
}


/**
 * Table styles
 */

table.info {
}

table.info td {
	padding: 0;
	padding-bottom: 0.5em;
	padding-right: 0.5em;
}

table.info td.heading {
	padding-left: 0;
}

table.listing {
}

table.listing td {
/*	padding: 0.25em 0.5em 0.25em 0.5em;*/
	padding: 0.1em 0.1em 0.1em 0.1em;
}

table.listing tr.heading td, table.listing td.heading, table.info td.heading {
	font-size: 0.85em;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 120%;
	padding: 0.75em 0.5em 1em 0.5em;
}

table.listing td.nodata, table.info td.nodata {
	text-align: center;
	font-style: italic;
}

table.listing td.headseparator {
	border-top: 1px dotted #000000;
	font-size: 0.1em;
	line-height: 1%;
}

table.listing td.endseparator {
	border-top: 1px dotted #000000;
	font-size: 0.25em;
	line-height: 10%;
}

table.listing td.separator, table.info td.separator {
	border-top: 1px dotted #DDDDD0;
	font-size: 0.1em;
	line-height: 1%;
}

table.people {
}

table.people td {
	padding: 0.1em 0em 0.1em 0em;
}

table.people td.photo {
	padding: 0.1em 2em 0.1em 0em;
}

table.people tr.heading td, table.people td.heading {
	font-size: 0.85em;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 100%;
	padding: 0.75em 0.5em 1em 0.5em;
}

table.people td.separator {
	border-top: 2px dotted #002D6A;
	font-size: 2em;
	line-height: 1%;
}

table.people td.endseparator {
	border-top: 1px dotted #000000;
	font-size: 0.25em;
	line-height: 10%;
}

table.data {
}

table.data tr {
}

table.data td {
	padding-bottom: 0.25em;
}

table.data td.label {
	padding: 0em 0em 0em 1.0em;
}

table.data td.value {
}

table.data td.note {
	font-size: 0.9em;
}

table.data td.separator {
	padding: 0.5em;
	font-size: 0.1em;
	line-height: 1%;
}

table.data td.heading {
	padding-left: 0;
	padding-right: 0;
}

table.nested tr {
	padding: 0;
	margin: 0;
}

span.nested {
	padding: 0 4px 0 0;
	font-size: 1.2em;
}

/**
 * Form-specific elements
 */

span.formError {
	color: #900000;
	font-weight: bold;
	font-size: 1em;
}

ul.formErrorList {
	color: #900000;
}


/**
 * Other organizational elements
 */

ul.menu {
	margin: 0;
	padding: 0;
}

ul.menu li {
	margin: 0;
	padding: 0;
	padding-right: 1.5em;
	display: inline;
}

ul.menu li.current {
	font-weight: bold;
}

ul.menu a {
	font-size: 0.85em;
	text-transform: uppercase;
	text-decoration: none;
}

ul.steplist {
	margin: 0;
	padding: 0;
	list-style-type: decimal;
}

ul.steplist li {
	margin: 0;
	padding: 0;
	font-size: 0.85em;
	padding-right: 0.5em;
	display: inline;
	text-transform: uppercase;
}

ul.steplist li.current {
	font-weight: bold;
}

ul.steplist a {
	text-decoration: none;
}

ul.plain {
	list-style-type: none;
	padding-left: 1.5em;
}

div.separator {
	width: 100%;
	margin-top: 1em;
	margin-bottom: 0.25em;
	padding: 0;
	border-bottom: 1px dotted #000000;
	font-size: 0.5em;
	line-height: 25%;
}

div.menuseparator {
	width: 100%;
	margin-top: 2.5em;
	margin-bottom: 0.25em;
	padding: 0;
	/*border-bottom: 1px dotted #000000;*/
	font-size: 0.5em;
	line-height: 25%;
}

#linkFloater {
	display: none;
	height: 20px;
	width: 85px;
}

#linkFloater a {
	font-size: 0.75em;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

caption {
	font-weight: bold;
	background-color: #eeeeee;
	text-align: left;
}

th {
	font-weight: bold;
	background-color: #eeeeee;
	text-align: center;
}

td {
	padding-left: 5px;
}

div.box {
  width:540px;
  padding:5px 5px 5px 5px;
  border:2px solid gray;
  border-radius: 25px;
  margin:10px 5px 10px 5px;
}

div.box p {
  font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size: 13px;
}
