body {	
	margin: 0;
	padding: 0;
	font: 62.5%/1.00 arial, hevetica, sans-serif;
	text-align: center;
	color: #000;
	background-color: #000;
}
	
p {
	font-size: 1.8em;
}

#wholebox {
	margin: 10px auto;
	width: 875px;
	text-align: left;
	background-color: #fff;
}
	
#header {
	height: 150px;
	background-color: #ff9900;
}

#header img {
  float: left;
	margin-left: 10px;
}

#header h1 {
	font-size: 3.6em;
	padding-top: 0.5em;
	text-indent: 100px;
	color: #000;
}

#header h2, #header h3 {
	font-size: 2.4em;
	margin-top: -0.5em;
	text-indent: 150px;
	color: #fff;
}

#header h3 {text-indent: 200px;}

#navcol {
	width: 180px;
	float: left;
	margin-top: 20px;
	margin-right: 5px;
}

#navcol ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

#navcol li a {
	font-size: 1.8em;
	line-height: 1.4em;
	height: 25px;
	text-decoration: none;
	display: block;
	padding: 5px;
	margin: 8px;
	border: 2px solid #ffcc99;
	border-left: 8px solid #ffcc99;
	color: #000;
}

#navcol li a:hover {
	color: #000;
	border: 2px solid #ff9900;
	border-left: 8px solid #ff9900;
}

#navcol li .current {
	color: #000;
	background: #ffcc99;
	border: 2px solid #ff9900;
	border-left: 8px solid #ff9900;
}

#mainbox {
	width: 605px;
	float: right;
	margin: 10px 25px 10px 0;
	background-color: #fff;
}

#mainbox hr {
	height: 8px;
	border: 0;
	background-color: #ff9900;
}

#newsbox {
	padding: 0px 10px 0px 10px;
	background-color: #fff;
	border: 2px solid #ff9900;
}

#footer	
{
	clear: both;
	padding-top: 0.8em;
	background-color: #000;
}

#footer p {
	font-size: 1.2em;
	text-align: center;
	color: #ff9900;
}

img {border: 0;}

/* default link style */
a {text-decoration: none;}
a:link, a:active, a:visited {color: #cc6600;}
a:hover {
        color: #ff9900;
        border-bottom: dashed;
        border-width: 1px;
}

.contact {}
p.contact {
	font-size: 1.8em;
}

.pressrelease {}
p.pressrelease {
	font-size: 1.4em;
	text-align: justify;
}
h1.pressrelease {
	font-size: 1.8em;
	font-weight: bold;
	text-align: center;
}
h2.pressrelease {
	font-size: 1.4em;
	text-align: center;
}

.mediacontent {}
p.mediacontent {
	font-size: 1.8em;
}


ul.mediacontent {
	list-style-type: none;
	margin-top: 5px;
	margin-left: 0px;
	color: #000;
}

ul.mediacontent li {
	font-size: 1.4em;
	margin-top: 0.5em;
}

ul.mediacontent li a {
}

ul.mediacontent li span {
	font-size: 0.8em;
	margin-left: 0.5em;
	margin-right: 0.5em;
}


/* image/video contents */

.images {
  margin: 0;
  padding: 0;
}

td.images {
	width: 300px;
	height: 275px;
	padding-bottom: 25px;
  vertical-align: top;
}

img.images {
	width: 255px;
  vertical-align: top;
}

li.images {
	font-size: 1.5em;
	padding-bottom: 5px;
}

div.images p, td.images p {
  width: 275px;
  margin-top: 5px;
  font-size: 1.2em;
  text-align: left;
  color: #000;
}

