/*******************************************
Title: SAV website basis styles
Last Updated: November 11, 2009
Author: James Sherman
********************************************/

/* Include other style sheets */
@import url(reset.css);
@import url(layout.css);
@import url(header.css);
@import url(navigation.css);
@import url(sideBar.css);
@import url(footer.css);
@import url(forms.css);
@import url(table.css);
@import url(content.css);

html {
	height: 100%;
}

body {
	margin: 10px;
	padding: 0;
	height: 100%;
	background-color: #FFF;
	/*background-color: #eec;*/
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	/*font-family: Verdana, Geneva, sans-serif;*/
}

h1, h2 {
	font-family: "Times New Roman", Times, serif;
}

h1 {
	font-size: 2em;
	font-weight: bold;
	color: #c00;
	padding-top: .2em;
	padding-bottom: .6em;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	padding-top: .4em;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
}

h4, h5, h6 {
	font-size: .8em;
	font-weight: bold;
}

a {
	color: #c00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h2 a {
	color: #000;
}

h2 a:hover {
	color: #c00;
}

p {
	margin: 0.2em 0 0.3em;
	padding: 0 0 .4em;
	line-height: 1.2;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

abbr, acronym, .help {
	border-bottom: 1px dotted #c00;
	cursor: help;
}

hr {
	color: #aa8;
}

blockquote {	
	margin: .5em;
	padding: .75em;
	background-color: #eec;
	border-left: .8em solid #aa8;
	font-size: 120%;
	font-style: italic;
}

blockquote p:first-letter {
	float: left;
	font-size: 250%;
	font-weight: bold;
	margin: .15em .1em 0 0;
}

ul {
	list-style-type: square;
	list-style-position: inside;
	margin: .8em 0;
}

ol {
	list-style-position: inside;
	list-style-type: decimal;
	margin: .8em 0;
}

li ul {
	margin: 0;
	padding: .2em 0 .4em;
}

li ol {
	margin: 0;
	padding: .2em 0 .4em;
}

li {
	padding: .2em 0 .4em;
}

ol ol li {
	padding-left: 1.2em;
	list-style-position: inside;
	list-style-type: upper-alpha;
}

ul ul li {
	padding-left: 1em;
	list-style-position: inside;
	list-style-type: disc;
}

dl dt {
	font-weight: bold;
	padding-top: 1em;
	padding-bottom: 0.3em;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
}

dl dd {
	padding-left: .75em;
}

/* table {
	padding: 1em;
	border: medium solid #aa8;
	cell
}

table caption {
	font-size: .8em;
	font-style: italic;
	text-align: center;
	padding-top: .3em;
	padding-bottom: .3em;
	caption-side: bottom;
}

table th {
	font-weight: bold;
	padding: .3em;
	border: 2px solid #aa8;
	background-color: #eec;
}

table td {
	padding: .1em;
	border: 2px solid #aa8;
}*/

.article {
	font-weight: bold;
	font-style: italic;
	padding-top: 1em;
	padding-bottom: 0.3em;
}

.art_desc {
	padding-left: .75em;
}