/* styles */
*
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	min-width:760px;
}

#top {
	width:90%;
	margin:0 auto;
	font-size:10px;
}
#top a {
	color:#000000;
	text-decoration:none;
}
#top a:hover {
	color:#000000;
	text-decoration:underline;
}
#top img {
	display:block;
	float:left;
}
#top p {
	display:inline;
	float:right;
	padding-top:38px;
	font-size:10px;
}

#logo {
	border:none;
}

#banner {
	background-image:url(../images/bg_banner.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:156px;
	clear:both;
}

#container {
	width:100%;
	margin:0 auto;
}
	
	#left {
		width:189px;
		float:left;
		background-image:url(../images/bg_left.gif);
		background-repeat:repeat-y;
		background-color:#EEEEEE;
		overflow:hidden;
	}
	
	#right {
		padding-left:189px;
		background-image:url(../images/bg_left.gif);
		background-repeat:repeat-y;
		background-color:#EEEEEE;
	}
	#content {
		background-color:#FFFFFF;
		padding:10px;
		min-height: 720px;
	}
	
	#content a {
		text-decoration:none;
		color:#FF0000;
	}
	#content a:visited
	{
		color:#FF0000;
	}
	#content a:hover {
		text-decoration:underline;
	}
	
	#content em {
		color:#666666;
	}
	#footerLinks
	{
		border-top:1px solid #777;
		padding:4px;
		margin-left: 200px;
	}
	#footerLinks a
	{
		text-decoration:none;
		margin-left:3px;
		margin-right: 3px;
		color:#FF0000;
	}
		#content_left
		{
			float:left;
			width:47%;
		}
		
		#content_left img {
			float:right;
		}
		
		#content_left a {
			color:#000000;
			text-decoration:none;
		}
		
		#content_left a:hover {
			color:#000000;
			text-decoration:underline;
		}
		
		#content_right
		{
			float:right;
			width:47%;
			color:#666666;
		}
		
		#content_right a {
			color:#000000;
			text-decoration:none;
		}
		
		#content_right a:hover {
			color:#000000;
			text-decoration:underline;
		}
		
		#content_right em {
			font-style:normal;
			color:#C80000;
		}
		
		#content_right p {
			clear:both;
		}

.clear {
	clear:both;
}

.readmore, .readmore a {
	text-align:right;
	color:#C80000;
}

.nobdr {
	border:none;
}
#form_error {color:#f00000;padding:0 100px;}
