/* CSS Document by Dieter Schneider 2006 | www.csstemplateheaven.com */

* {margin: 0;
   padding: 0;
   line-height:20px;
}

body {
	background-image: url(images/body_tile.jpg);
	background-repeat: repeat-y;
	font-size: 62.5%;
	font-family: Georgia, "Times New Roman", Times, serif
}

#header h1
{
    visibility: hidden;
}

#header a
{
    visibility: hidden;
}

#header
{
    visibility: hidden;
}

#container {
	width: 1200px;
	font-size: 1.2em;
}

#left {
	background-image: url(images/left_bg.jpg);
	float: left;
	height: 434px;
	width: 274px;
	padding-top: 275px;
}

#right {
	background-image: url(images/right_bg.jpg);
	float: left;
	width: 590px;
	padding-top:150px;
	padding-right: 90px;
	background-repeat: no-repeat;
}

#footer {
	
	background-repeat: no-repeat;
	height: 100px;
	width: 524px;
	padding-left: 400px;
	padding-top: 28px;
	clear: both;
	font-size:10px;
}

#navcontainer { width: 150px; }

#navcontainer ul
{
margin-left: 55px;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 160px;
}

#navcontainer a:link, #navlist a:visited
{
	color: #74752b;
	text-decoration: none;
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-bottom: 7px;
	font-weight: bolder;
}

#navcontainer a:hover
{
	color: #75492b;
	background-image: url(images/bullet_hover.png);
	background-repeat: no-repeat;
}

#listcontainer ol
{
    list-style-type: decimal;
    line-height:20px;
    margin-left: 30px;
    margin-right: 40px;
}

#listcontainer ol li
{
    padding: 2px;
}

#listcontainer ol ol
{
    list-style-type: lower-alpha;
}

#listcontainer ol ol li
{
    margin-left: 0px;
}

#listcontainer ol li ol li
{
    line-height: 20px;
}

#listcontainer ol li ul li
{
    margin-left:30px;
    list-style-type: disc;
}

#list2 ul li
{
    margin-left: 60px;
    margin-right:70px;
    line-height: 20px;
    padding: 1px;
}

p {margin-bottom: 15px;
   margin-top: 15px;
   margin-right: 70px;
   margin-left: 10px;
   line-height: 20px;
    }

h1 {
	text-align: center;
	margin-top: -55px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #808D33;
	font-size: 2em;
}

h2 {
	text-align: center;
	margin-top: 13px;
	margin-bottom: 40px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #9BA46D;
	font-size: 1.2em;
}

h3, .glossaryHeading {
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #98A549;
	font-size: 1.5em;
}



h4 {
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #808D33;
	font-size: 1.5em;
	margin-left: 107px;
	margin-bottom: 30px;
}

h5 
{
    text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #98A549;
	font-size: 1.2em;
}


blockquote {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
	color: #74752B;
	font-size: 17px;
	font-family: "Times New Roman", Times, serif;
	
}



a:link {color: #7C8832}
a:visited {color: #74752B}
a:hover {color: #993300}
a:active {color: #993300}


img.contactinfo
{
    width: 450px;
    height: 50px;
    margin-top: 5px;
    margin-left: 5px;
}

#newsCategories
{
    list-style-type: none;
margin: 5px 0;
padding: 0;
width: 170px;
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.abstract
{
    display:none;
    font-size: 24 px;
    border: 1px solid black;
    color: black;
}

.headline
{
    font-size: larger;
}


.glossary
{
    -moz-column-count:4;
    -moz-column-gap: 10px;
    
}

.glossary ul 
{
    list-style-type:none;
}
form 
{
    width:50%;
    
}

form dt 
{
   clear:both;
   width:33%;
   float:left;
   text-align:right;
}

form dd {
   float:left;
   width:66%;
   margin:0 0 0.5em 0.25em;
}

.glossaryHeading:link {color: black}
.glossaryHeading:visited {color: black}
.glossaryHeading:hover {color:black}
.glossaryHeading:active {color: black}

.glossaryHeading 
{
    color:black; 
    text-decoration:none; 
    cursor:default 
}

.definitionSection ol 
{
    margin-left: 50px;
}
.definitionSection ul 
{
    list-style-type:none;
}

.title td
{
    text-decoration:underline;
    font-size: medium ;
    font-weight: bold;
    margin-bottom:10px;
}

table tr, table tr td
{
    vertical-align:top;
    padding-bottom:10px;
}

.definitionSection, .specialDefSection 
{
    margin-bottom: 20px;
}
