/* Reset v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	
}
body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Start phico stylesheet */

body {
	background: url("images/background.jpg") repeat-x top center #f7f8f8;
	font: 11px/1.5em "Lucida Grande", Verdana, Arial, Helvetica, serif;
	color: #555;
}

h1, h2, h3, h4, h5, h6 {
	font-family: helvetica, arial, verdana, sans-serif; 
	font-weight: normal;	
	margin-bottom: 0.5em;
	color: #666;
}


h1 {
	font-size: 218%;
	line-height: 1.3em;
	color: #000;
}

h2 {
	font-size: 164%;
	line-height: 1.3em;
	color: #000;
}


h3 {
	font-size: 145%;
	line-height: 1.3em;
	padding: 0.5em 0 0 0;
}

h4 {
	font-size: 118%;
	line-height: 1.3em;
}

p {
	padding: 0 0 10px 0;
}

a{
	text-decoration:none;
	color:#369;
}


.container {
	margin-left: auto;
	margin-right: auto;
	width: 978px;
}

.topNav {
	padding-top:4px;
	padding-bottom:4px;
	padding-right:15px;
	text-align:right;	
	font-size:118%;
}

.leftColumn {
	width: 236px;
	float:left;
	padding-right:10px;
}

.leftBox {
	background-image:url("images/left_bac.jpg");
	background-repeat:repeat-y;
	padding:0 18px 0 18px;
}

.mainBody {
	width:732px;
	float:right;
}

.bodyBox {
	background-image:url("images/right_bac.jpg");
	background-repeat:repeat-y;
	padding:0 18px 0 18px;

}
	

.newsDate {
	color:#999;
}

.newsTitle {
	padding: 0 0 10px 0;
}

.footer {
	clear:both;
	padding-top:10px;
	text-align:center;
	color:#999;
}

.bodyTextColumn {
	width:450px;
}

.infoBox {
	background-image:url("images/info_bac.gif");
	background-repeat:repeat-y;
	background-position:right;
	position:absolute;
	padding-left:470px;	
	width:222px;
}
