/* general styles */

/* set html style to accomodate Opera */
html, body	{
	left: 0px; 
	top: 0px;
	margin: 0px;
	text-align:center;
	/* background-color:#bcd6ef; */
	background-color:#ddeaf7;
}

/* default typeface and font size */
body,p,h1,h2,h3,ul,ol,li,div,td,th,a{
	font-family: Arial, sans-serif;
	font-size: 16px;
	color:#373737;
	/* color: #475F77; */
}


/* h1 over-rides */
h1	{
	font-weight:bold; 
	font-size:32px;
	line-height:1.5em;
	color:#0048A0;
	margin:0px 0px 10px 0px;
}

/* h2 over-rides */
h2	{
	font-weight:bold;
	font-size:20px;
	color:#0048A0;
	margin-bottom:10px;
}

div#leftCol {
	 width:220px;
	 display:inline;
	 float:left;
	 text-align:left;
}

div#rightCol {
	 width:220px;
	 display:inline;
	 float:right;
	 text-align:right;
}

/* paragraph over-rides */
p	{
	line-height:1.5em;
	margin:0px 0px 20px 0px;;
}

.quote_right {
	font-style:italic;
	width:600px;
	text-align:right;
}

.quote_left {
	font-style:italic;
	width:600px;
	text-align:left;
}

img	{
	margin:0px;
	padding:0px;
	border:none;
	vertical-align:text-top;
}

/* table rendering */
table	{
	table-layout:auto;
	border-collapse:collapse;
	margin:0px;
	padding:0px;
	cell-spacing:0px;
}

td	{
	border-collapse:collapse;
	background-color:#ffffff;
	margin:0px;
	padding:0px;
	vertical-align:top;
}

.grayborder {
	border:solid 3px #e0e0e0;
}

/* ordered & unorder list over-rides */
ul,ol,li {
	line-height:1.5em;
	margin-bottom:10px;
}


/* superscript over-rides */
sup	{
	font-size:80%;
}


/* anchor styles */
a, a.foot {
	color:#75bbff;
	text-decoration:none;
}

a:visited	{
	color:#75bbff;
}

a:hover	{
	color:#2667a6;
	text-decoration:none;
}

a.foot:hover	{
	color: #e0e0e0;
	text-decoration: none;
}

/* various classes */
.footer		{
		font-size: 14px;
		line-height: 1.5em;
		font-weight: normal;
		text-align: center;
		vertical-align:middle;
		background-color: #2667a6;
		color:#75bbff;
		padding:8px 0px 8px 0px;
}

.right	{
		text-align:right;
}

.left	{
		text-align:left;
}

.centered {
	text-align:center;
}

input,textarea, .label, .form {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color:#373737;
}

input.submit {
	font-family: Arial, sans-serif;
	font-weight:bold;
	border: 1px solid #b4c0b9;
	color:#0048A0;
}
input.contact, textarea.contact {
	font-family: Arial, sans-serif;
	width: 300px;
	border: 1px solid #b4c0b9;
}

.grid {
		text-align:center;
		padding:5px;
	}
/* ********************************************************** */