* html .iehack {height: 1%;} /* for IE/Win */
*>html .iehack {he\ight: auto;} /* for IE5/Mac */

.mybody
{
	font-family: verdana, helvetica, arial, sans-serif;
	background-color: #cccccc;
	/*
	background-repeat: repeat-y;
	background-attachment: fixed;
	*/
	margin: 0;
	padding: 0;
}

#container
{
	min-width: 80em;
	width: expression(document.body.clientWidth < parseInt(document.body.currentStyle.fontSize) * 80 ? "80em": "auto" );
	font-size: 75%;
	max-width: 1600px;
}

body
{
	font-family: verdana, helvetica, arial, sans-serif;
}

a
{
	color: black;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#content a
{
	text-decoration: underline;
}

#content a:hover
{
	color: #555555;
}


#header, #menu, #content, #sub-section, #footer
{
	overflow: hidden;
	display: inline-block;
}
#header, #footer
{
	width: 100%;
}

#menu, #content, #sub-section
{
	float: left;
}

#content
{
	width: 59%;
	margin-left: 17%;
	display: inline;
}

#menu
{
	width: 15%;
	margin-left: -76%;
	display: inline;
}

#sub-section
{
	width: 22%;
	margin-left: 1%;
}

#footer
{
	clear: both;
}

#header
{
	height: 100px;
	margin-bottom: 1em;
	background-color: black;
	border-bottom: solid black 1px;
}

.padleft
{
	padding-left: 0.5em;
}

#bg
{
	height: 100%;
	width: 100%;
}

td
{
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 90%;
}

td.tbb
{
	border: outset 1px;
}

td.tbb:hover
{
	border: solid 1px;
}

.hoveropacity
{
	opacity: 0.5;
}

.hoveropacity:hover
{
	opacity: 1;
}

div.boxhead
{
	display: block;
	font-weight: bold;
	font-size: 110%;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: solid black 1px;
	color: white;
	background-color: black;
}

div.boxhead a
{
    color: white;
}

div.text
{
	display: block;
	padding: 3px;
	background-image: url('../img/opacity70.png');
	//background-image: none;
	//background-color: #fefefe;
}

#logotable td.textfilled
{
	background-image:url("../img/opacity70.png");
	border: solid black 1px;
}

.opa
{
	background-image: url('../img/opacity70.png');
	//background-image: none;
	//background-color: #efefef;
}

.blackborder
{
	border: solid black 1px;
}

.blackborderimg img
{
	border: solid black 1px;
}

div.blackborder_lrt
{
	border-top: solid black 1px;
	border-left: solid black 1px;
	border-right: solid black 1px;
}

div.blackborder_lrb
{
	border-bottom: solid black 1px;
	border-left: solid black 1px;
	border-right: solid black 1px;
}

div.blackborder_lb
{
	border-left: solid black 1px;
	border-bottom: solid black 1px;
}

div.inversetext
{
	padding: 3px;
	background-color: black;
	color: white;
}

div.halftext
{
	padding: 3px;
	background-color: #e0e0e0;
}

div.inversetext a
{
	color: white;
}

div.button
{
	margin-top: 20px;
	font-size: 300%;
}

div.button a
{
	text-decoration: none !important;
}

div.button:hover a
{
	color: white;
}

div.button a:hover
{
	text-decoration: none;
}

div.images
{
	float: left;
}

div.images img
{
	border: solid black 1px;
	margin: 5px;
}

.canvascontainer
{
	border: solid black 1px;
	background-color: #ffcccc;
	padding: 2px;
	margin-bottom: 2px;
}

.canvascontaineractive
{
	border: solid black 1px;
	background-color: #ccffcc;
	padding: 2px;
	margin-bottom: 2px;
}

.inactivemenu
{
	cursor: pointer;
	margin-top: 1px;
	margin-right: 10%;
	margin-left: 10%;
}

.activemenu
{
	margin-top: 1px;
	padding-left: 0%;
	margin-left: 10%;
	text-align: right;
}

.activemenu .boxhead
{
	background-color: white;
	border-bottom: none;
}

.activemenu .boxhead a
{
	color: black;
}

.small
{
	font-size: 90%;
}

.vsmall
{
	font-size: 60%;
}

h1
{
    font-size: 170%;
    font-weight: bold;
    margin: 0;
    margin-bottom: 0.5em;
}

h2
{
    font-weight: bold;
    font-size: 100%;
    margin: 0;
    margin-bottom: 0.5em;
}

h3
{
    font-weight: bold;
    font-size: 130%;
    margin: 0;
    margin-bottom: 0.5em;
}

h3 a
{
	text-decoration: none !important;
}

.pressimgbox
{
	float: left;
	margin-right: 10px;
	padding: 3px;
	text-align: center;
	background-color: white;
	font-weight: bold;
	border: solid black 1px;
}

.pressimgbox .bb img
{
	border: solid black 1px;
}

#menu ul
{
	font-size: 140%;
	font-weight: bold;
	list-style-type: none;
	margin-left: 0.5em;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0.5em;
}

#menu ul ul
{
	font-size: 80%;
	margin-left: 1em;
}

#menu ul ul ul
{
	font-size: 100%;
	margin-left: 1em;
}

#menu ul li
{
	font-style: normal;
	display: block;
	margin-bottom: 0.5em;
	line-height: 1em;
}

#menu li li
{
	margin-bottom: 0;
	line-height: 120%;
}

#menu ul li.active
{
	font-style: italic;
}

#menu ul li ul li.active a
{
	font-style: normal;
	text-decoration: underline;
}

#menu ul li ul li.active ul li a
{
	font-style: normal;
	text-decoration: none;
}

#menu ul li ul li ul li.active a
{
	font-style: normal;
	text-decoration: underline;
}

#menu ul.small
{
	font-size: 100%;
}

#menu ul.small li
{
	margin-bottom: 0.5em;
}

.location
{
	color: #777777;
	font-weight: bold;
}

.bold
{
	font-weight: bold;
}

.opaim
{
	filter:Alpha(Opacity=50);-moz-opacity: 0.5; opacity: 0.5;
}

.opaim img
{
	filter:Alpha(Opacity=50);
}

.red, .red a
{
	color: red;
	text-decoration: none !important;
}

div.logo
{
	width: 150px;
	float: left;
	height: 100px;
	margin: 10px;
}

div.logoinside
{
	display: block;
	text-align: center;
	width: 180px;
}

div.logotext
{
	height: 30px;
	width: 180px;
	font-size: 80%;
	vertical-align: bottom;
	display: table-cell;
	padding-bottom: 5px;
	text-align: center;
}

.clearer
{
	clear: both;
	height: 1px;
}

.tablediv div
{
	width: 210px;
	float: left;
}

.conttext
{
	margin-right: 40px;
}

.conttext .text
{
	padding: 0px 15px;
}