@charset "utf-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0;
}

html, body {
	background-color: #F4E1C3;
	height: 100%;
}
a:link {
	color: #0000FF;
	cursor: pointer;
	text-decoration: none;
}
a:visited {
	color: #000066;
	cursor: pointer;
	text-decoration: none;
}
a:focus {
	color: #FF0000;
	text-decoration: underline;
}
a:hover {
	color: #FF3300;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
}
.container {
	width:100%;
	min-width: 900px;
}
.header {
	height: 137px;
	background-image: url(../graphic/style/header_middle.jpg);
	background-repeat: repeat-x;
	overflow: hidden;
}
#h_home {
	left: 25px;
	top: 10px;
	position: absolute;
}

.h_left_branding {
	background-image: url(../graphic/style/header_left.jpg);
	background-repeat: no-repeat;
	height: 137px;
	width: 586px;
	float: left;
}
.h_right {
	width: 274px;
	height: 137px;
	background-image: url(../graphic/style/header_right.jpg);
	background-repeat: no-repeat;
	float: right;
}
.tmenu {
	background-image: url(../graphic/style/tmenu_middle.jpg);
	background-repeat: repeat-x;
	height: 34px;
	top: 83px;
	position: absolute;
	right: 40px;
	clear: both;
	color: #FFFFFF;
	z-index: 200;
	padding: 0px 21px 0px 21px;
}
.tmenu_left {
	background-image: url(../graphic/style/tmenu_left.jpg);
	background-repeat: no-repeat;
	width: 20px;
	height: 34px;
	left: 0px;
	position: absolute;
	z-index: 200;
}
.tmenu_right {
	background-image: url(../graphic/style/tmenu_right.jpg);
	width: 20px;
	height: 34px;
	background-repeat: no-repeat;
	right: 0px;
	position: absolute;
	top: 0px;
	z-index: 200;
}
.main {
	min-width: 900px;
	background-image: url(../graphic/style/mainbg2.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}

.main_sidebar {
	width: 262px;
	float: right;
	padding: 10px 5px 10px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #600;
	font-weight: bold;
	right: 0px;
	z-index: 10;
}

.main_content {
	margin-right: 272px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #006;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	padding-left: 5%;
	padding-right: 5%;
	line-height: 1.2em;
	padding-bottom: 1em;
	min-height:700px;
	height:auto !important;
	height:700px;
}

.footer {
	clear: both;
	height: 32px;
	background-image: url(../graphic/style/footer.jpg);
	background-repeat: repeat-x;
	border-bottom: solid #006 2px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	padding-top: 4px;
	text-align: center;
	min-width: 900px;
	padding-top: 4px;
}
.footer a:link {
	color: #FFFFFF;
	cursor: pointer;
	text-decoration: none;
}
.footer a:visited {
	color: #FFFFFF;
	cursor: pointer;
	text-decoration: none;
}
.footer a:focus {
	color: #FF0000;
	text-decoration: underline;
}
.footer a:hover {
	color: #FFFF00;
	text-decoration: underline;
}
.footer a:active {
	color: #FFAC75;
	text-decoration: underline;
}
.main_content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	position: absolute;
	top: 25px;
	left: 150px;
	color: #FFFFFF;
	padding: 3px 0 4px 0;
}
.main_content h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	position: absolute;
	top: 90px;
	left: 150px;
	color: #FFFFFF;
}
.main_content h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000033;
	text-align: center;
	padding: 10px 0 10px 0;
}

#navbar{
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display:block;
	font-size: 0.9em;
	margin: 8px 0px 11px 0px;
	padding: 0;
	z-index: 201;
	white-space: nowrap;
}


#navbar li {
	display:inline;
	z-index: 201;
	white-space: nowrap;
}
#navbar a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding: 7px 7px 7px 7px;
	z-index: 201;
}
#navbar li.current a {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
	padding: 7px 7px 7px 7px;
	border-bottom:3px solid #ff0000;
}
#navbar a:hover {
	background-color:#FFFFFF;
	color:#006;
	border-bottom:3px solid #990000;
}
.copyright {
	position: absolute;
	top: 10px;
	right: 20px;
	font-family: "Courier New", Courier, monospace;
	font-size: 0.7em;
	color: #FFFFFF;
}
.picmiddle {
	border: 3px solid #fff;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 0.7em;
	color: #660000;
}
.textcenter {
	text-align: center;
	color: #660000;
	font-size: 0.8em;
	margin-bottom: 1.5em;
}
.linkout {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #003399;
}
q {
	font-size: 0.9em;
	font-weight: bold;
	color: #003399;
}
cite {
	font-size: 0.9em;
	color: #003399;
}
.leading {
	font-size: 4.5em;
	float: left;
	line-height: 0.8em;
	padding-right: 0.1em;
}
#vindex {
	font-size: 0.8em;
	line-height: 1em;
}
#amazon_top {
	position: absolute;
	top: 5px;
	z-index: 100;
	right: 220px;
}
#amazon_right {
	margin-left: auto;
	margin-right: auto;
	width: 160px;
	height: 630px;
	clear: both;
	z-index: 1;
}
.main_content ul {
	padding: 1em 1.5em 1em 1.5em;
}
.main_content ul li{
	padding: 0.5em 1em 0.5em 1em;
}
.main_content   p {
	padding: 1em 0 1em 0;
}
.spacer {
	clear: both;
}
#submenu {
	margin: 0 auto 1em auto;
	font-size: 0.9em;
	width: 202px;
}
#submenu ul {
	list-style-type: none;
}
#submenu ul li {
	background-image: url(../graphic/button/button.gif);
	width: 202px;
	margin: 5px 0px 0px 0px;
	height: 32px;
}

#submenu ul li.current {
	color: #FF3300;
	background-image: url(../graphic/button/button.gif);
	list-style-type: disc;
}
#submenu ul li.current a {
	color: #0000FF;
	list-style-type: disc;
}

#submenu ul li a {
	color: #990000;
	display: block;
	padding: 10px 0px 5px 10px;
}
#submenu ul li:hover    {
	color: #990000;
	background-image: url(../graphic/button/buttono.gif);
	list-style-type: disc;
}
#submenu ul li:hover a {
	color: #000099;
}
.main_content td a {
	color: #0000CC;
}
.main .main_content td a:visited {
	color: #0000CC;
}
#demoinfo {
	font-size: 0.8em;
	padding: 0.5em 0em 1em 0em;
	text-align: center;
	color: #6600FF;
}
.info {
	font-size: 0.7em;
	color: #993300;
}
.main_content h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000033;
	text-align: center;
	padding: 10px 0 10px 0;
}
td {
	padding: 5px;
}
.olli {
	line-height: 1.8em;
}
.olli li {
	margin-right: 0;
	margin-left: 0;
	padding: 1em 0 1em 0;

}
#news {
	font-size: 0.75em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000099;
}
#newsrows ul {
	padding:0.2em;
}
.newshide {
	background-color:#CCCCCC;
}
#newsrows ul li {
	padding:0.2em 0;
}
#newsrows ul li p {
	padding:0.5em;
}
#newstitle {
	font-size: 1.2em;
	font-weight:bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#000099;
}
#newsdate {
	font-size: 0.9em;
	font-style:italic;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #660000;
}
#newstext {
	font-size: 1em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #660000;
}

