body{
	margin: 0;
	font-family : verdana, sans-serif;
	font-size : 11px;
	color: #666;
	line-height: 150%;
	background-color: #eee;
}
A:link {color:#0054a6; text-decoration:none}
A:visited {color:#0054a6; text-decoration:none}
A:active {color:#0054a6; text-decoration:underline}
A:hover {color:#0054a6; text-decoration:underline}
ul{
	list-style-image: url(/images/list_icon.gif);
	text-align: left;
}
form{
	margin: 0;
	paddding: 0;
}
input, textarea, select{
	font-size : 10px;
	font-family : verdana, sans-serif;
}
hr{
	width: 100%;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	border: 1px;
}
table{
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}
td{
	font-family : verdana, sans-serif;
	font-size : 11px;
	color: #666;
	line-height: 150%;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
.titleTd{
	font-family : verdana, sans-serif;
	font-size : 11px;
	color: #666;
	line-height: 150%;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	background-color: #eee;
	font-weight: bold;
	vertical-align: top;
}
/* bottom text and links */
.bottom {text-align: center;}
.bottom A:link {color:#666; text-decoration:none}
.bottom A:visited {color:#666; text-decoration:none}
.bottom A:active {color:#666; text-decoration:underline}
.bottom A:hover {color:#666; text-decoration:underline}
#header{
	position: static;
	width: 100%;
	text-align: center;
}
#tableHeader{
	margin: 0 auto 0 auto;
	width: 850px;
	background-color: #fff;
	text-align: left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#logo{
	margin: 10px 0 5px 20px;
	border: 0;
}
#headerText{
	float: right;
	color: #666;
	margin: 10px 30px auto auto;
	text-align: right;
}
#headerText A:link {color:#666; text-decoration:none}
#headerText A:visited {color:#666; text-decoration:none}
#headerText A:active {color:#666; text-decoration:underline}
#headerText A:hover {color:#666; text-decoration:underline}
#container{
	position: static;
	width: 100%;
	text-align: center;
}
#content{
	margin: 0 auto;
	width: 850px;
	background-color: #fff;
	text-align: left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #666;
}
#leftColumn{
	width: 550px;
	padding: 10px;
	text-align: left;
}
#rightColumn{
	float: right;
	width: 250px;
	padding: 10px;
	text-align: left;
}
#wholeColumn{
	width: 830px;
	padding: 10px;
	text-align: left;
}
.small{
	font-family : verdana, sans-serif;
	font-size: 9px;
}
.rightBlock{
	background-image: url(/images/left-top-corner-box.jpg);
	background-repeat: no-repeat;
	width: 230px;
	color: #333;
	padding: 10px;
}
.blockTitle{
	font-weight: bold;
	padding: 5px 5px 5px 15px;
}
.indexTitle{
	background-image: url(/images/index_title_bg.jpg);
	padding: 4px 0 4px 30px;
	width: 530px;
	font-weight: bold;
}
.indexContent{
	margin-top: 15px;
	height: 160px;
	width: 100%;
}
.greylink A:link {color:#666; text-decoration:none}
.greylink A:visited {color:#666; text-decoration:none}
.greylink A:active {color:#666; text-decoration:underline}
.greylink A:hover {color:#666; text-decoration:underline}
#topRightBlock{
	padding: 10px 5px 10px 5px;
	margin-bottom: 15px;
	width: 225px;
	border: 5px solid #ccc;
	text-align: center;
}
.downloadUL{
	list-style-image: url(/images/download_icon.gif);
	text-align: left;
}
.important{
	padding: 10px;
	background-color: #fdd;
	border: 1px dashed #000;
}
form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 80px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
}


