@charset "utf-8";
/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:.83em;
	color:#444444;
}
p{
	margin:6px;
	padding:0;
}
div{
	margin:0;
	padding:0;
}

img{
	border:0;
	margin:0;
	padding:0;
}

/*HEADINGS*/
h1{
	font-weight:normal;
	font-size:2em;
	margin:6px;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#124000;
	
}
h2{
	font-weight:normal;
	font-size:1.85em;
	margin:6px;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;

}
h3{
	font-weight:normal;
	font-size:1.5em;
	margin:6px;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;

}
h4{
	font-weight:normal;
	font-size:1.2em;
	margin:6px;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;

}
h5{
	font-weight:normal;
	font-size:1em;
	margin:6px;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;

}

#leftContainer h1, #leftContainer h2, #leftContainer h3, #leftContainer h4, #leftContainer h5{
	color:#590014;
}
/*HEADINGS END*/

/*FONT STYLES*/

.times{
	font-family:"Times New Roman", Times, serif;
}
.large{
	font-size:2.6em;
}

/*TEXT COLORS*/
.green{
	color:#124000;
}

.red{
	color:#8e0129;
}
.white{
	color:#fff;
}
/*LINKS*/

a:link {
	text-decoration:underline;
	color:#124000;
}

a:visited {
	text-decoration:underline;
	color:#124000;
}
a:hover {
	text-decoration:none;
	color:#124000;
}

a:active {
	text-decoration:underline;
	color:#124000;
}


#footer a:link {
	text-decoration:underline;
	color:#f2efc2;
}

#footer a:visited {
	text-decoration:underline;
	color:#f2efc2;
}
#footer a:hover {
	text-decoration:none;
	color:#f2efc2;
}

#footer a:active {
	text-decoration:underline;
	color:#f2efc2;
}
