
body			{	font: 13px/17px normal Verdana, Arial, Helvetica, sans-serif;  		}

.imgLeft		{	float: left; border: 1px solid #660000; margin: 0 10px 7px 0;		}
.imgRight		{	float: right; border: 1px solid #660000; margin: 0 0 7px 10px;		}
.imgCenter		{	border: 1px solid #660000; margin: 10px;		}

.clear			{	clear:both;	}

p		{	padding: 5px 0;	}

a		{	text-decoration: none; color: #993300;		}
a:hover	{	text-decoration: underline; 	}

.small		{	font-size: 80%;		}
.bold		{	font-weight:bold;	}

ul, ol		{	list-style: square; margin: 4px 0 0 30px;	}


/************** Heading Styles **************/

h1		{	background: url(/assets/templates/images/circle_arrow.gif) no-repeat; padding: 0 0 0 22px; margin: 0 0 10px 0; color: #810001;
			text-transform: uppercase; font: 18px normal Times, Palatino, Georgia, Times New Roman, Serif;	letter-spacing: 0.03em;	}
h2		{	font: 17px normal Times, Palatino, Georgia, Times New Roman, Serif; margin: 20px 0 10px 0; border-bottom:1px solid #990000;		}
h3		{			}
h4		{			}
h5		{			}
h6		{			}


/************** News Chunk *****************/

.newsChunk img		{	float: left; margin: 0 10px 10px 0; max-height: 125px; height:125px; width:auto;		}
.newsChunk			{	clear: both;		}

/***************** Forms ********************/

#EmailForm input			{	float:left; }
#EmailForm label			{	float:left; width:40%; line-height:1.5em; padding-right:10px; text-align:right;	}
#EmailForm div				{	clear:both; padding: 10px 0;	} 
#EmailForm h3				{	clear:both; margin: 15px 0 5px 0; }
#EmailForm					{	border: 0; 	}
fieldset 					{	border: none; }
.checkboxquestion			{	float:left;	}


