@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
hr {
border: 0;
color: #ccc;
background-color: #ccc;
height: 1px;
width: 100%;
text-align: left;
}
#container {
	text-align: left;
	width: 750px;
	margin: 0px auto;
}
#header {
	text-align: center;
}
#flcolumn {
	float: left;
	width: 375px;
	text-align: center;
	margin-top: 20px;
	padding: 0px;
}
#frcolumn {
	float: right;
	width: 374px;
	margin-top: 20px;
	text-align: center;
	padding: 0px;
}
#lcolumn {
	float: left;
	width: 225px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	margin-top: 45px;
	padding-top: 0px;
	padding-right: 75px;
	padding-bottom: 0px;
	padding-left: 75px;
}
#rcolumn {
	float: right;
	width: 330px;
	margin-top: 25px;
	padding-left: 30px;
}
#alcolumn {
	float: left;
	width: 200px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	margin-top: 45px;
	padding: 0px 20px 0px 75px;
}
#arcolumn {
	float: right;
	width: 380px;
	margin-top: 25px;
	padding: 0px 30px 0px 40px;
}
#arcolumn p {
	text-align: justify;
}
#cslcolumn {
	float: left;
	width: 100px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	margin-top: 45px;
	padding: 0px 20px 0px 75px;
}
#csrcolumn {
	float: right;
	width: 450px;
	margin-top: 25px;
	padding: 0px 60px 0px 40px;
}
#culcolumn {
	float: left;
	width: 285px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	margin-top: 35px;
	padding: 0px 35px;
}
#curcolumn {
	float: right;
	width: 300px;
	margin-top: 55px;
	padding: 30px;
}
#plcolumn {
	float: left;
	width: 150px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	margin-top: 45px;
	padding: 0px 20px 0px 75px;
}
#prcolumn {
	float: right;
	width: 410px;
	margin-top: 25px;
	padding: 0px 30px 0px 40px;
}
#presslcolumn {
	float: left;
	width: 110px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	margin-top: 45px;
	padding: 0px 10px 0px 25px;
}
#pressrcolumn {
	float: right;
	width: 565px;
	margin-top: 25px;
	padding: 0px 10px 0px 20px;
}
.jc {
	text-align: justify;
	font-size: 12px;
	line-height: 20px;
	font-style:italic;
}
li {
	list-style-type: square;
	line-height: 20px;
}
.author {
	font-style: italic;
	font-weight: bold;
}
.gline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: 6px;
	font-size: 0px;
}
.thumbnail
{
	float: left;
	width: 175px;
	border: 1px solid #999;
	margin: 0 15px 15px 0;
	padding: 5px;
	height:105px;
	overflow: hidden;
}
.pressthumb
{
	float: left;
	width: 179px;
	background-color:#ececec;
	margin: 0 5px 5px 0;
	padding: 2px;
	height:53px;
	overflow: hidden;
}
.tfield {
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 14px;
	width: 95%;
}
#pressrcolumn img {padding:5px;}


/* Footer */
#footer {
	width:650px;
	margin:0px auto;
	text-align: center;
	padding-top: 5px;
	clear: both;
}
#footer #fct {
	width: 300px;
	float: right;
	text-align: right;
}
#footer #cf1 {
	width: 375px;
	float: left;
}
#footer .copyright {
	font-size: 10px;
	color: #999999;
	padding-top: 3px;
}
.copyright a {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.copyright a:hover {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}
.errortxt {
	color:#CC0000;
	font-weight:bold;
}
.error {
background-color: #ffeeff;
border-color: #cc0000;
}
#errortitle {
	color: #CC0000;
	font-weight: bold;
	font-size: 12px;
}
.errors {
	padding: 5px 10px;
	background: #FFFFCC;
	border: 1px solid #FFCC66;
	width: 80%;
	text-align: center;
}
#footer a img {
	color:#fff;
	margin:0px 3px;
}
.midgrad {
	background-image: url(imgs/bg-grad.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 230px;
}
.ingrad {
	background-image: url(imgs/f_b_grad.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 90px;
}
