@charset "utf-8";
/* CSS Document */

body {
	background-color:#7a7a7a;
	padding:0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #600;
}
h1,h2,h3,h4 {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	color: #933;
	padding-left:1em;
}
* html h1,h2,h3,h4 {font-weight: normal;font-variant:small-caps; filter:DropShadow(color=#C00000, offx=1, offy=1);}  /* MSIE anti-alias hack */
* html strong,b {font-weight: normal;font-variant:small-caps;}  /* MSIE anti-alias hack */
h1 {
	font-size:24px;
	text-shadow:#000 1px 1px 2px, #933 2px 2px 3px;
}
h2 {
	font-size:20px;
	font-style: italic;
}
h3 {
	font-size:16px;
	font-style: normal;
}
h4 {
	font-size:14px;
	font-style: italic;
}

table,th,td {
	text-align:left;
	vertical-align:top;
	padding:1px 10px;
}
* html th {font-weight:normal; font-variant:small-caps; color:#300;}	/* MSIE anti-alias hack */
.tfoot {
	font-style: italic;
	font-size: 10px;
	font-weight: bold;
}
fieldset {
	border: 2px solid #933;
	margin-bottom:5px;
}
legend {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	color: #ccc;
	border:none;
	border: 1px solid #933;
	width:750px;
	margin: 1px 0px;
	background-color:#666;
	background-image: url(/images/legendbg.jpg);
	background-repeat: repeat-y;
	background-position: -1 0;
	padding: 2px 1em;
}
* html legend{background-position: 2 0;} /* MSIE re-positioning */

hr {
	height:0px;
	width:90%;
	text-align:center;
	border: 1px dotted #933;
	color: #933;
}
a {
	text-decoration: none;
	font-style: italic;
	color: #933;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #933;
}
a:hover {
	text-decoration: none;
	color: #ccc;
}
a:active {
	text-decoration: none;
	color: #fff;
}
#wrapper {
	position: relative;
	background-image: url(../images/bg.jpg);
	background-position: center center;
	background-repeat:no-repeat;
	padding: 0px;
	border: 0px solid #000;
	width: 1000px;
	height: 760px;
	overflow:hidden;
}	
#logo {
	position: absolute; bottom:55px; right:45px;
	background-image: url(../images/logo.png);
	background-position: center center;
	background-repeat:no-repeat;
	padding: 0px;
	border: 0px solid #000;
	width: 236px;
	height: 50px;
}	
#disclaimer {
	right:1px;
	overflow:auto; 
	font-size: 9px;
	margin:0px;
	padding:0px;
	width: 750px; height: 75px;
}
#content {
	position: absolute; top:70px; left:100px; width: 810px; height: 550px;
	border-top: 1px dotted #333;
	border-left: 1px dotted #333;
	border-right: 1px dotted #fcc;
	border-bottom: 1px dotted #fcc;
	padding: 5px 0px 5px 0px;
	display:none;
	overflow-x:hidden;
	overflow-y:auto;
	z-index:9;
}
#contentbg {
	position: absolute; top:70px; left:100px; width: 810px; height: 550px;
	border: 1px solid transparent;
	background-color: #ccc;
	padding: 5px 0px 5px 0px;
	display:block;
	overflow:hidden;
	z-index:8;
	opacity:0;
}
.cbody {
	position: absolute; top:0px; left:0px; width:780px; height:510px;
	padding: 0px;
	margin:0px;
	z-index:98;
}
#teaser {
	position: absolute; top:60px; left:60px;
	border: 0px solid #00f;
	width: 500px;
	height: 100px;
	background-position: center;
	background-repeat:no-repeat;
	display:none;
	z-index:99;
}
#line {
	height: 5px;
	width: 5px;
}
#linewrap {
	position: absolute; bottom: 112px; right:44px;
	height: 5px;
	width: 860px;
	text-align: right;
	vertical-align: middle;
}
span.link {
	cursor: pointer;
	text-decoration: none;
	font-style: italic;
	color: #933;
}
span.link:hover {
	color: #ccc;
}
.buttons {
	padding: 0px; margin:0px;
	height: 45px;
	width: 125px;
	border: none;
	display: none;
	cursor: pointer;
	font:bold 16px "Courier New",Courier,monospace;
	text-align: center;
	vertical-align: middle;
	color:#933;
}
* html .buttons {font-weight: normal;);}  /* MSIE anti-alias hack */

#BRwho {
	position: absolute; bottom: 60px; left:500px;
}
#BRphoto {
	position: absolute; bottom: 60px; left:350px;
}
#BRgraf {
	position: absolute; bottom: 60px; left:200px;
}
#BRweb {
	position: absolute; bottom: 60px; left:50px;
}
.photable {
	border:0px solid #ccf;
	width:770px;
	height:150px;
	vertical-align:middle;
	background-color:transparent;
}
* html .photable img{	/* MSIE transparent PNG hack */
	background-color:#ccc;
	filter:alpha(opacity=85);
}
#tdl {
	text-align:left;
}
#tdr {
	text-align:right;
}
.tdc {
	text-align:center;
}

/* welcome page */
#imgwho { position:absolute; top:0px;   left:270px; cursor: pointer;}
#imgweb { position:absolute; top:95px;  left:20px;  cursor: pointer;}
#imgfot { position:absolute; top:210px; left:200px; cursor: pointer;}
#imggra { position:absolute; top:340px; left:70px;  cursor: pointer;}

