/* main background */
body {
	/* bg image */
	background:url(_IMAGES/main_bg.gif) repeat-y center top;
	margin:0;
	padding:0;
	font:normal 12px Tahoma, Arial, Helvetica, sans-serif;
	text-align:center;
}
img {
	border:none;
}
p {
	line-height:1.5;
}

h1 {
	color:#005b7f;
	font-size:25px;
}

h3 {
	color:#999;
}

.domainTab {
	color:#fff;
	font-weight:bold;
	background-color:#005b7f;
}

.lc_form {
	width:95%;
}

.footer_links td {
	color:#fff;
}

.footer_links td a {
	color:#fff;
}
.footer_links td a:hover {
	color:#ccc;
}

/* web form styles */
form { 
	display:inline; 
} 
.FormErrorStyle {
	font-family: Tahoma, Arial, Verdana, serif, sans-serif;
	font-size: 11px;
	border:1px solid #FF0000; 
	background-color: #000000; 
	padding:10px; 
	color:#FF0000;
}

/* new styles */
#wrapper {
	width:782px;
	margin:0 auto; padding:0;
	text-align:left;
}
#nav {
	width:100%;
	background: url(_IMAGES/nav_bg.gif) repeat-x top left;
	height:48px;
	padding-top:41px;
	text-align:center;
}
#flasher {
	background:url(_IMAGES/flash_bg.gif) no-repeat top center;
	height:215px;
	padding:7px;
	margin:0 0 20px 0;
	text-align:center;
}
.clear {
	clear:both;
}
#leftcolumn {
	float:left;
	width:217px;
/*	border:1px solid #FFF;*/
	margin:10px 0 0 10px;
}
#main_content {
	float:right;
	width:500px;
	margin:0 30px 0 0;
	/*border:1px solid #FFF;*/
}
#footer {
	height:30px;
	background:url(_IMAGES/nav_bg.gif) repeat-x bottom left;
	padding: 20px;
	text-align:center;
}
#footer a{
	margin:10px 30px;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}
.nav_link {
	width:auto;
	padding:0;
	margin:0 20px;
	text-align:right;
	color:#FFF;
}
.nav_link a{
	color:#FFF;
	text-decoration:none;
	border-bottom:1px dotted #fff;
}