body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: verdana, arial, sans-serif;
	color: #7c7575;
	background-image: url('images/bg.jpg'); background-repeat: repeat-x; background-color: #486d9a;
	color: #666;
}

#table1 {
	width: 720px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('images/top_720x100.gif');
	}

#header {
	font-family: arial, sans-serif;
	text-align: left;
	padding-left: 60px;
	}

#header h1 {
	font-size: 2.6em;
	font-weight: normal;
	color: #fff;
	}

#table2 {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('images/middle_720x1.gif'); background-repeat: repeat-y;
	}

#table3 {
	width: 620px;
	}

#table4 {
	width: 720px;
	height: 240px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('images/bottom_720x240.gif');
	}

#table5 {
	width: 620px;
	height: 107px;
	margin-left: auto;
	margin-right: auto;
	}

#table5 .leftcolumn {
	width: 392px;
	padding: 0 26px 0 18px;
	vertical-align: top;
	}

#table5 .rightcolumn {
	width: 228px;
	padding: 0 14px 20px 20px;
	vertical-align: top;
	}

#table5 .nav {
	font-family: arial, sans-serif;
	text-align: center;
	}

#table6 {
	width: 620px;
	height: 133px;
	margin-left: auto;
	margin-right: auto;
	vertical-align: bottom;
	}

#table6 .leftcolumn {
	width: 392px;
	padding: 0 26px 0 18px;
	vertical-align: top;
	}

#table6 .rightcolumn {
	width: 228px;
	padding: 0 14px 20px 20px;
	vertical-align: top;
	}

#table6 .title {
	font-family: arial, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	color: #333;
	padding-top: 12px;
	}
	
#content {
	font-size: 1.1em;
	text-align: left;
	}

#content h2, h3, h4 {
	font-size: 1.3em;
	font-weight: bold;
	color: #c60;
	letter-spacing: 1px;
	}
	
#footer {
	width: 720px;
	height: 240px;
	margin-left: auto;
	margin-right: auto;
	}

td .widecolumn {
	width: 392px;
	padding: 0 20px 0 18px;
	vertical-align: top;
	}

td .sidebar {
	width: 228px;
	padding: 0 14px 20px 18px;
	vertical-align: top;
	}

select.dd {
	font-size: 1em;
}

input.dd {
	font-size: 1em;
}

a:link {	
	text-decoration: none;
	color: #F7941C;
}

a:visited {	
	text-decoration: none;
	color: #F7941C;
}
	
a:active {	
	text-decoration: underline;
	color:	#F7941C;
}

a:hover	{	
	text-decoration: underline;
	color: #7C7575;
}

#myform {
	width: 228px;
	padding: 0 4px 20px 0;
	vertical-align: top;
	font-size: 1em;
	font-family: tahoma;
}

input {
	font-size: 1em;
	font-family: tahoma;
}

select {
	font-size: 1em;
	font-family: tahoma;
}

textarea {
	font-size: 1em;
	font-family: tahoma;
}

checkbox {
	font-size: 1em;
	font-family: tahoma;
}

.required {
	color: red;
}



