/*******************************************************

Main content styles: 
inner content, fonts, basic (x)html tags

*******************************************************/

@import "siteunique.css";

a {
	color: #030;
	font-weight: bold;
}

a:hover {
	color: #500000;
}

a.doc, a[href $='.doc'], a[href $='.docx'] {
	background: url(../images/icons/doc.gif) no-repeat 0 50%; 
	padding-left: 15px !important; 
}
a.pdf, a[href $='.pdf'] {
	background: url(../images/icons/pdf.gif) no-repeat 0 50%; 
	padding-left: 15px !important; 
}
a.ppt, a[href $='.ppt'], a[href $='.pptx'] {
	background: url(../images/icons/ppt.gif) no-repeat 0 50%; 
	padding-left: 15px !important; 
}
a.xls, a[href $='.xls'], a[href $='.xlsx'] {
	background: url(../images/icons/xls.gif) no-repeat 0 50%; 
	padding-left: 15px !important; 
}

a#agcal {
	background: url(../images/agcal.gif) no-repeat 0 50%;
	padding-left: 50px;
}

body {
	color: #000;
	font: 82%/1.5em "Segoe UI", Arial, Helvetica, sans-serif;
}

div#agcal_info {
	font-size: 0.87em;
	line-height: 1.5em;
	padding-bottom: 10px;
	text-align: right;
}

dl {
	margin: 0.5em 0;
	padding: 0;
}

dd {
	margin: 0;
	padding: 0 0 0 30px;
}

dt {
	font-weight: bold;
	margin-top: 1.0em;
	padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

h2, h3, h4, h5, h6 {
	margin: 1.5em 0;
	padding: 0;
}

h2 {
	font-size: 1.5em;
	line-height: 1em;
	margin: 1em 0;
}

h3 {
	font-size: 1.3em;
	line-height: 1.25em;
}

h4 {
	font-size: 1.1em;
	line-height: 1.5em;
}

h5, h6 {
	font-size: 1.0em;
	font-style: italic;
	line-height: 1.5em;
}

h6 {
	font-weight: normal;
}

img {
	border: 0;
}

img.alignleft, img.alignright, img.inline {
	background: #fff;
	border: 1px solid #d5d4c5;
	padding: 5px;
}

img.alignleft, img.angleleft {
	clear: left;
	float: left;
	margin-right: 10px;
}

img.alignright, img.angleright {
	clear: right;
	float: right;
	margin-left: 10px;
}

input, select, textarea {
	font: 1.0em "Segoe UI", Arial, Helvetica, sans-serif;
}

p, ol, ul {
	margin: 1.5em 0;
	padding: 0;
}

ol {
	list-style: decimal outside;
	padding-left: 30px;
}

table {
	border-collapse: collapse;
	border: 0;
	margin: 1.5em auto;
}

table caption {
	font-weight: bold;
	margin: 1.5em auto;
	text-align: center;
}

td, th {
	border: 1px solid #d5d4c5;
	padding: 3px 10px;
}

th {
	background: #f1ede7;
	text-align: left;
}

ul {
	list-style: square outside;
	padding-left: 30px;
}
