﻿#container{
	position:relative;
	width:95em;
	margin:0 auto;
}

#float_title
{
	position: absolute;
	top: 20px;
	left: 90px;
	font-weight: bold;
	font-size: large;
}

#header
{
	float:left;
	width:950px;
	height: 50px;
}

#navigation
{
	float:left;
	width:950px;
	text-align: left;
}

#navigationleft
{
	float:left;
	width:140px;
	padding-left: 10px;
	padding-top: 20px;
}

#left_li
{
	float:left;
	width:138px;
}


.menu_table
{
	width:138px;
	border:solid 1px #333;
}

.main_menu
{
	font-size: 12pt;
	font-weight: bold;
	color: #333;
}

.sub_menu
{
    font-family: verdana;
    font-size: 10pt;
    font-weight: bold;
	color: #999;
}

.sub_menu a
{
	text-decoration: none;
}

#left_li_1
{
	float:left;
	padding-top: 10px;
	width:138px;
	font-size:12px;
	font-weight: bold;
	color: #666;
}

#left_li_2
{
	float:left;
	width:138px;
	border:solid 1px #ffff80;
	padding-top: 5px;
	padding-bottom: 10px;
}

#left_li_3
{
	float:left;
	width:113px;
	font-size:12px;
	font-weight: bold;
	color: #666;
	padding-left:5px;
	padding-top: 5px;
	padding-right: 10px;
}

#navigationright
{
	float:left;
	width:800px;
}

#navigationright_top
{
	float:left;
	width:750px;
	height:170px;
	padding-left: 50px;
}

#navigationright_li
{
	float:left;
	width:700px;
	font-size: 12px;
	color: #666;
	padding-left:50px;
	padding-top:15px;
	padding-right: 50px;
}

.underline
{
    border-bottom: solid 1px #EBE9ED;
}

.underline a
{
	text-decoration: none;
}

#footer
{
	margin:0 auto;
	width:950px;
}

#declaration
{
	float: left;
	width: 950px;
	height: 20px;
	background-image: url(../img/footergif.gif);
	background-repeat: no-repeat;
}
	
#footercontent
{
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	color: #666;
}

body 
{
	font-size:62.5%;
	margin-top: 0px;
	text-align: center;
}

a:link 
{
	color: #666;
}

a:visited 
{
	color: #666;
}

a:hover 
{
	color: #333;
}

#content
{
	position: relative;
	margin: 0 auto;
	width: 90%;
	text-align: left;
	font-size: 10pt;
	font-family: Arial;
	color: #444;
	letter-spacing: 2px;
}

#content a
{
	font-weight: bold;
	text-decoration: none;
}

#catalog
{
	float:left;
	padding-top: 20px;
	width: 100%;
	font-size: 14pt;
	font-weight: bold;
}

#publishdate
{
	float:left;
	padding-top: 35px;
	width: 100%;
	font-weight: bold;
}

#subject
{
	float:left;
	padding-top: 10px;
	width: 100%;
	font-size: 12pt;
	font-weight: bold;
	color: #CC3300;
}

#text
{
	float:left;
	padding-top: 20px;
	width: 100%;
}

.pagefooter
{
	font-size: 10pt;
	color: #CC3300;
}

.pagefooter a
{
	color: #333;
    text-decoration: none;
}

.SubTitle
{
	margin: 15px 0px 5px 0px;
	color: #CC3300;
	font-size: 12pt;
	font-weight: bold;
	letter-spacing: 2px;
}

.ByTable
{
	margin: 10px 0px;
	width: 100%;
	color: #444;
	font-size: 10pt;
	border-collapse:collapse;
	border: solid 1px #999;
}

.ByTable td
{
	border: solid 1px #999;
}

.ByTable .TH
{
	text-align: center;
	line-height: 14pt;
	background-color: #FFFF99;
}

.ByTable .TC
{
	text-align: center;
}

.ByTable .TR
{
	padding-right: 4pt;
	text-align: right;
}