@charset "utf-8";
/* CSS Document */
#divMain
{
	min-width:900px;
}
#TopContent
{
}
#topBar
{
background:url(images/top_bar_Back.jpg) repeat-x;
width:100%;
height:168px;
min-width:900px;
}
.titleLeft
{
background:url(images/top_bar_Title_Left.jpg) no-repeat;
float:left;
width:634px;
height:168px;
}
.titleRight
{
background:url(images/top_bar_Des_Right.jpg) no-repeat;
float:right;
width:164px;
height:168px;
}
#footer
{
	clear:both;
	position:fixed;
	bottom:0px;
background:url(images/foot_bar_Back.jpg) repeat-x;
width:100%;
height:35px;
min-width:900px;
}
.copyWrites
{
margin-top:20px;
margin-right:20px;
float:right;
color:#666666;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:300;
font-style:italic;
}
#containerPub
{
	float:left;
	width:65%;
	margin-top:20px;
}
#containerText
{
	margin-top:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	float:right;
	width:250px;
	height:180px;
}

#containerPub a
{
	margin-left:10px;
	border:none;
	display:inline;
}
#promoForm
{
	clear:both;
	background:#CCF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	border:#333 thin solid;
	padding-left:10px;
	padding-right:10px;
	width:780px;
	filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.8;
}
#promoBan
{
	background:url(images/promoBan.jpg) no-repeat;
	width:286px;
}
#userPromo
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
.errorDiv
{
	background:url(images/errorIconSmall.png) no-repeat;
	color:#F00;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding-left:20px;
}
.successDiv
{
	margin-left:20px;
	background:url(images/successIconSmall.png) no-repeat;
	color:#00C;
	font-weight:900;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding-left:20px;
}
.textIntro
{
	
	clear:both;
	margin-bottom:30px;
	padding-top:10px;
	padding-bottom:10px;
	background:none;
	border-bottom:#333 thin solid;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:900;
	width:680px;
}
	