body
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #575757;
	background-color:#FFFFFF;
	text-align: left;
	background-image: url(layout-images/header-tile.jpg);
	background-repeat: repeat-x;
	width: 100%;	
	
}

img
{ border: 0px;
}

table {
	text-align: left;
}

td {
	vertical-align: top;
	border: 1px solid #BCC9D3;
	padding: 3px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	text-transform: uppercase;
	color: #37554B;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #4A74EF;
}
h3 {
	font-size: 13px;
	font-weight: bold;
}

a:link, a:visited {
	color: #346644;
}
a:active, a:hover {
	color: #0066CC;
}
.header {
	background-image: url(layout-images/header.jpg);
	background-repeat: no-repeat;
	height: 220px;
	width: expression((document.body.clientWidth < 950)? "847px" : "auto"); /* min-width for IE6 */
	min-width: 950px; /* min-width for all standards-compliant browsers */
}

/* Son of Suckerfish Dropdown http://www.htmldog.com/articles/suckerfish/dropdowns/*/
#nav, #nav ul {
	padding: 18px 0 0 0;
	margin: 0px 0 0 15px;
	list-style: none;
}

#nav a {
	display: block;
	width: 11em;
	font-weight: bold;
	color: #009966;
	text-decoration: none;
	font-size: 14px;
	padding: 0 2px;
}

#nav a:hover {
	display: block;
	width: 11em;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
	font-size: 14px;
	padding: 0 2px;
}

#nav li {
	float: left;
	margin: 0px;
	width: 11em;
	border-top: 1px dotted #006699;
	border-right: 1px dotted #006699;
	border-bottom: 1px dotted #006699;
	border-left: 1px dotted #006699;
}

/* End Son of Suckerfish Dropdown*/
.content {
	
	height: 100%;

/* set the minimum width for IE 6 */
	width: expression((document.body.clientWidth < 900)? "897px" : "auto"); /* min-width for IE6 */
	min-width: 900px; /* min-width for all standards-compliant browsers */
	}
.leftcol p {
	text-indent: 0;
}
.articletitle {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #24589C;
}

.leftcol {
	margin: 0px 0 0 15px;
	width: 70%;
	position: relative;
	top: -150px;
}
.intro {
	font-size: 13px;
	font-style: italic;
}
.leftcol li {
	line-height: 1.5em;
	list-style-type: disc;
}

.rightcol {
	float: right;
	position: relative;
	top: -180px;
}
.rightcol  img {
	padding: 30px 50px 20px 10px;
	width: 250px;
}

.footer {
	height: 185px;
	background-image: url(layout-images/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin: 0;
	position:relative;
	left: -15px;
	border-top: 0px dotted #006666;
	border-right: 0px dotted #006666;
	border-bottom: 1px dotted #006666;
	border-left: 0 dotted #006666;
	text-align: center;
}

.footer p {
	font-size: 11px;
	color: #006666;
	border: dotted #006666;
	border-width: 1px 0px 1px 0;
	padding: 20px;
	margin: 0;
}

