* {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}

body {
	background-color: #F7F7F7;
	background-image: url(/stat/bg2.gif);
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, p, select, input, span, textarea,
ul, li, table, td, strong
	{ color: #FFF; }
a, a strong, a em { color: #FFF; } /* BC016C */
h1, h2, h3, h4 {
	font-weight: normal;
	margin: 0.5em 0em 1em 0em;
}
h1 { font-size: 1.8em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.2em; }
p, select, label, legend, input, textarea { font-size: 1em; }
p { margin-bottom: 1em; }
.small { font-size: 0.6em; }

pre {
	font-family: monospace;
	background-color: #EEF6EE;
	padding: 1em;
	font-size: 1.2em;
}

hr {
	border: 0;
	margin: 1em;
	height: 1px;
	color: white;
	background-color: white;
}

img {
	border: 0;
}

/* M E N U  {{{ */

ul#menu {
	float: left;
	list-style: none;
	width: 14.25em;
}

ul#menu li {
	height: 46px;
	margin: 0;
	padding: 0;
}

ul#menu li a:hover img {
	opacity: 0.25;
	filter: alpha(opacity=25);
}


/*   C O N T E N T   */

div#topBanner {
	height: 248px;
	overflow: hidden;
	position: relative;
}

div#wrapDiv {
	margin-left: auto;
	margin-right: auto;
	width: 62em;
}

div#contentDiv {
	background-image: url(/stat/contentBgWide.png);
	color: #FFF;
	float: left;
	width: 41.25em;
	padding: 0em 3em 3em 3em;
	line-height: 1.5em;
	border-left: 1px solid black;
}

div#contentDiv.narrow {
	background-image: url(/stat/contentBg.png);
}

div#contentDiv div {
	background-color: black;
}

div#contentDiv form div {
	background: transparent;
}

div#contentDiv div.narrow {
	width: 28em;
}

div#contentDiv ul,
div#contentDiv ol {
	margin-left: 1.5em;
}

div#sideColumn {
	float: right;
	width: 18em;
	border-left: 1px solid #F17DB1;
	padding: 0em 1em 2em 1em;
}

div#sideColumn a {
	color: black;
}

div#footer {
	position: relative;
	top: 3em;
	clear: both;
	width: 62em;
	text-align: right;
	padding-top: 1em;
}

div#footer p {
	border-top: 1px solid #F17DB1;
	font-size: 0.9em;
	color: #F17DB1;
	margin: 0;
}

div#footer a {
	text-decoration: none;
	color: #F17DB1;
}

ul.links {
	list-style-image: url(../pinja/triangle9Right.gif);
}

ul.links li {
	margin-left: 1em;
}

div.imageFrame {
	margin: 0.5em;
}

div.error {
	background-color: black;
	color: white;
	margin: 0.2em 0;
	padding: 0.2em;
	font-weight: bold;
}

/*		N E W S		*/
div#contentDiv ul.pinja_newsArticleList {
	float: right;
	font-size: 90%;
	margin-right: -3.9em;
	width: 15em;
}

div#contentDiv ul.pinja_newsArticleList p.year {
	color: #F17DB1;
	padding: 0.2em;
}

div#contentDiv ul.pinja_newsArticleList a.month {
	border: 1px solid #F17DB1;
	border-width: 1px 0 0 1px;
	color: #F17DB1;
	display: block;
	padding: 0.2em;
}

div#contentDiv ul.pinja_newsArticleList a {
	font-size: 1em;
	text-decoration: none;
}

div#contentDiv ul.pinja_newsArticleList a.title {
	display: block;
	font-weight: bold;
}

div#contentDiv div.pinja_newsArticle {
	width: 28em;
}

/*		C O N T A C T   F O R M		*/

form.contactForm {
	border-left: 1px solid #F17DB1;
	float: right;
	margin-right: -3em;
	padding-left: 0.7em;
	width: 15em
}

form.contactForm * {
	width: 14.5em;
}

form.contactForm input,
form.contactForm textarea {
	background: transparent;
	border: 1px solid #F17DB1;
}

form.contactForm input.submit {
	margin: 1em 0;
}