/* CSS Document */
body{
background-color: #1d3b06;
background-image: url(../images/page_background_tile.jpg);
background-repeat: repeat-x;
text-align:center;
}

#Wrapper{
width: 1000px;
margin: auto;
background-color: white;
text-align:left;
overflow:auto;
}

a {
color: #632B1C;
}

#sidebar{
width: 200px;
float: left;
font-size: 14px;
font-weight: bold;
color: black;
background-image: url(../images/left_menu_tile.jpg);
}

div a {
font-size: 14px;
font-weight: bold;
color: black;
text-decoration: none;
}

#sidebartop{
background-image: url(../images/left_menu_topandbottom.gif);
background-repeat: no-repeat;
float:left; 
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
width: 200px;
}

#menu{
width: 100%;
height: 35px;
float: left;
background-image: url(../images/green_menu_tile.jpg);
text-align: center;
}
.menulink{
color: white;
font-size: 14px;
font-weight: bold;
}
.menuDivider{
background-image: url(../images/green_menu_divider.jpg);
} 

#graymenubar{
width: 100%;
height: 29px;
background-image:  url(../images/gray_menu_tile.jpg);
}

#banner{
float: left;
width: 1000px;
height: 97px;
background-image: url(../images/banner_1000x97.jpg);
background-repeat: no-repeat;
}

#center{
float: left;
width: 760px ;
margin: 0px 0px 0px 0px;
}

.adjust{
min-height: 500px;
height: 500px;
}

div[class].adjust{
height:auto;
}

#pagetitle{
font-size: 16px;
text-align: center;
font-weight: bold;
padding: 15px 15px 15px 15px;
}

#title{
font-size: 12px;
font-weight: bold;
} 

#generaltext{
font-size: 12px;
} 

.indent{
text-indent: 10px;

}

#link{
font-size: 12px;
color: #4A7023;
text-decoration:underline;
}

#link:hover{
color:#8FA880;
text-decoration: underline;
}

#sidebarlink{
font-size: 12px;
color: #3c3c3c;
font-weight: bold;
padding-bottom:20px;
}

#sidebarlink A:hover {
font-size: 12px;
color: #632B1C;
font-weight: bold;
}

#linktitle{
font-size: 12px;
color: #632B1C; 
font-weight: bold;
}

.left{
float:left;
}

.noStyle {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#footer{
float:left;
font-size: 10px;
width: 100%;
text-align: center;
font-weight: bold;
padding-bottom: 5px;
}

.sideBar {
  	list-style: none; 
	margin: 0px; 
	padding: 0px;
}

.arrowList {
	list-style-image: url(../images/arrow.gif);
}

li {
	padding-bottom: 10px;
}

.sideBar li {
	padding-bottom: 10px;
}


.navigation {
	margin-bottom: 10px;
	border-bottom: 2px dotted #C5C5C5;
	color: #1d3b06;
	
}

li, a, div, td, p {
	font-family: Arial, sans-serif;
	font-size: 12px;
}
.textVersion{
	font-size: 14px;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
}

.textVersionTitle{
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;

}
.textVersionLink{
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
}
.textVersionContent{
	width: 90%;	
	padding-left: 17px;
	font-size: 14px;
}


