.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

img, div {
	behavior: url(../images/iepngfix.htc)
}

body {
	margin: 0px;

	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;

	padding: 0px;
	background-color: #ffffff;
	/*
	background-image: url(../images/gradient.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	*/
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,a,pre,form,fieldset,input,p,blockquote,th,td {
	font-family: Calibri, Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

h1 {
	font-family: Constantia, Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1em;
}

.red
{
	color: #CC3333;
	font-weight: bold;
}

.blue
{
	color: #336699;
	font-weight: bold;
}

.welcome
{
	font-size: 1em;
	line-height: 1.5em;
	margin-left: 250px;
	margin-right: 250px;
}

.note
{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.5em;
	color: #A0A0A0;
	margin-left: 250px;
	margin-right: 250px;
}

/**************************************************************************************

Links

***************************************************************************************/

a.pdf_link:link,
a.pdf_link:visited
{
	background: transparent url("../images/acrobat16.gif") no-repeat;
	padding-left: 22px;
	padding-top: 2px;
} 

a:link, a:visited {
	text-decoration: none;
	color: #336699;
	border-bottom: none;
}

a:hover {
	text-decoration: none;
	border-bottom: 1px #336699 dotted;
}

a.email {
	direction:rtl;
	unicode-bidi: bidi-override;
}

a#powered_by {
	position: fixed;
	right: 0;
	bottom: 0;
	display: block;
	height: 128px;
	width: 128px;
	background: url("../images/web_design_by_ablewhite_solutions.png") bottom right no-repeat;
	text-decoration: none;
	text-indent:-9999px;
	float:right;
	margin-top:-128px;
	cursor:pointer;
	border: 0;
}

a#powered_by:hover {
	text-decoration: none;
	border: 0;
	background: url("../images/powered_by_ablewhite_solutions.png") bottom right no-repeat;
}

/**************************************************************************************

Footer

***************************************************************************************/

#footer p {
	font-size: 0.7em;
	text-align: center;
}

#footer p.first_line {
	padding-top: 12px;
}

#footer p.links {
	font-size: 0.8em;
	text-align: center;
	line-height: 1.5em;
}

#footer a:link, a:visited {
	color: #606060;
}

.footer_links {
	text-align: center;
	padding-bottom: 0.5em;
}

.watermark {
	background-image: url(../images/logo_watermark.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}
