/* This defines how a document looks on a screen.*/

body {
	font-family: Calibri, "Calibri Bold", "Calibri Bold Italic", "Calibri Italic";
	font-size: 90%;
	font-weight: normal;
	color: #5B1300;
	background-color: #8F861C;
	background-image: url(images/bindi_bkg.gif);
	background-repeat:repeat;
	margin-top: 10px;
	margin-left: 15px;
}

/* Start the xhtml tag deffinitions*/
p, ol, ul, li, td, th, dd, dl, dt, h1, h2, h3 {
	font-family:  Calibri, "Calibri Bold", "Calibri Bold Italic", "Calibri Italic";
	font-size: 100%;
}

p {
	margin-left: 15px;
}

li {
	margin-left: 10px;
	
}
blockquote {
	margin-left: 30px;
	margin-right: 30px;
	color: #7a6051;
	font-size: 90%;
}
cite {
	font-size: 100%;
	font-style: italic;
}
em {
	font-style: italic;
}
h1 {
	font-size: 115%;
	font-weight: bold;
	color: #5B1300;
	
}
h2 {
	font-size: 130%;
	font-weight: bold;
	color: #6CAEDF;
}
h3 {
	font-size: 120%;
	font-weight: bold;
	color: #B5121B;
}
hr {
	color: black;
	height: 1px;
}
image {
	padding: 2px;
}
strong {
	font-weight: bold;
}

/* Table Deffinitions
table {
	width: 75%;
	table-layout: auto
	/*border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;

caption {
	visibility: hidden;
	padding-bottom: 10px;
}
th {

	margin: 0px;
	padding: 2px;
	/*border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	color: black;
}
td {
	margin: 0px;
	padding: 3px;
	/*background-color: #FFFFFF;
	vertical-align: top;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
}

/* Custom table stuff 

.tableThreeQ{
	width: 75%;
}
.tableHalf{
	width: 50%;
}
.tableThird{
	width: 33%;
}*/



/* Link Deffinitions */
a {
	text-decoration: underline;
	font-weight: bold;
}
a:link {
	color: #B3C153;
}
a:visited {
	color: #6CAEDF;
}
a:hover {
	color: #C81821;
}
a:active {
	color:#C81821;
}

/* Definition Lists*/
dl {
	padding: 4px;
	margin-left: 10px;
}
dt {
	font-size: 105%;
	font-weight: bold;
}
dd {
	padding-bottom: 5px;
}

/* Custom Classes */
.accent {
	font-weight: normal;
	color: #B3C153;
	font-style: italic;
	font-size: 90%;
}
.hidden {
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}

.noPrint {
	font-size: 90%;
}

.vis {
	visibility: visible;
	margin-left: 0px;
}

.copyright {
	font-family: Calibri, "Calibri Bold", "Calibri Bold Italic", "Calibri Italic";
	font-size: 90%;
	
}
.accent_red {
	font-weight: bold;
	color: #B5121B;
	font-style: normal;
	font-size: 95%;
}

