@charset "utf-8";
body {
	
	font: 12px "Times New Roman", Times, serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
img {
	border: 0px;
}
.oneColElsCtr #container {
	width: 980px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #c7c7c7;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top:10px;
}
.oneColElsCtr #mainContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
}
.navigation {
	width:130px;
	background-image:url(../imgs/nav_bg.jpg);
	background-repeat:repeat-y;
}
.maincopy {
	width:440px;
	padding:10px;
}
.right_pic {
	width:363px;
	padding-top:15px;
}
.bar {
	height:1px;
	background-color:#999;
}
.right {
	float:right;	
}
.left {
	float:left;	
}
.clear {
	clear:both;	
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #CCC;
	text-decoration: none;
}
a:active {
	color: #CCC;
	text-decoration: none;
}

.sml_txt {
	font-size:9px;
}

