@charset "utf-8";
/* GlOBAL STYLES */
body {
	margin:auto;
	padding:0;
	border:0;
	width:100%;
	background:url(/images/bg.png) center repeat-y;
	font-family:Verdana, Geneva, sans-serif;
	font-size:82%;
	line-height:1.5em;
}
a {
	color:#1E5B7E;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#063;
	text-decoration:underline;
}
a img {
	border:0;
	text-decoration:none;
}
h1 {
	font-size:130%;
}
h2 {
	font-size:120%;
}
h3 {
	font-size:110%;
}
/* HEADER STYLES */
#header {
	margin:0 auto;
	width:960px;
	height:100px;
	background-color:#F2F2F2;
}
.title {
	font-size:200%;
	margin-left:22px;
}
/* WRAPPER STYLES */
#wrap {
	border:0 none;
	margin:0 auto;
	padding:0;
	text-align:left;
	background:#FFF none repeat scroll 0 0;
	width:960px;
}
#wrap2 {
	background-color:#FFF;
	position:relative;
	float:left;
	width:944px;
	padding:12px 8px;
}
/* LEFT COLUMNN SETTINGS */
#leftcol {
	position:relative;
	float:left;
	width:60%;
}
/* RIGHT COLUMN SETTINGS */
#rightcol {
	position:relative;
	float:right;
	width:40%;
}
.recommended {
	float:left;
	margin:16px 0 0 16px;
	clear:both;
	width:334px;
	padding:8px 0 16px 0;
	border-bottom:dotted 1px #999;
	font-size:86%;
}
.recommended a {
	font-weight:bold;
}
.recleft {
	float:left;
	width:65px;
	clear:left;
	margin-left:4px;
}
.recright {
	float:left;
	width:250px;
	margin:0 0 0 8px;
	font-weight:bold;
	font-size:120%;
}
.flag1 {
	float:right;
	width:35px;
	height:20px;
	margin:0 8px 0 0;
}
.flag2 {
	float:right;
	width:35px;
	height:20px;
	margin:0 8px 0 0;
}
.rectext {
	padding-top:4px;
	margin-top:2px;
	font-weight:normal;
	font-size:80%;
}
/* FOOTER STYLES */
#footer {
	margin:0 auto;
	width:960px;
	height:100px;
	background-color:#F2F2F2;
	clear:both;
	text-align:left;
}
.recflag {
	position:absolute;
	margin-right:0;
}
.description {
	clear:left;
	position:absolute;
	margin-right:0;
}