html {
	/*height: 100%;*/
}

body {
	background: #CCCC99;
	padding: 0px;
	margin: 0px 0px;
	/*height: 100%;*/
    text-align: center;
}

a {
	border: none;
	/*vertical-align: text-top;*/
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
	vertical-align: text-top;
	margin: 0px;
	padding: 0px;
}

.text_main {
	font-family: arial;
	font-size: 12px;
	color: #333333;
}

.text_main_green {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #006600;
}
.text_main_orange {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #FF3300;
}
.redheader {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold;
	color: #cc3300; 
	line-height: 18px
}
	
.title {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #006600; 
	line-height: 18px
}

.link_main {
	font-family: arial;
	font-size: 12px;
	color: #006600;
	text-decoration: underline;
}
.link_main:hover {
	color: #000000;
}

#content {
	margin-left: 8px;
	width: 820px;
	/*height: 2000px;*/
	background-image: url(../images/navbar_left_books.jpg);
	background-repeat: repeat-y;
	padding-bottom: 10px;
	/*border: 1px solid black;*/
}

#container {
	/*min-height: 600px;*/
	width: 801px;
	margin: 0px auto;
    padding: 0px;
	text-align: left;
	position: relative;
	background-color: #ffffff;
	
	/*border: 1px solid black;*/
}


#box_top {
	position: relative;
	margin-top: 0px;
	height: 178px;
}

#logo{
	position: absolute;
	top: 0px;
	left: 0px;
}

#image_top
{
	position: absolute;
	top: 0px;
	left: 250px;
}

#navbar_top {
	position: relative;
	width: 801px;
	height: 25px;
	margin-top: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	z-index: 499;
}

.link_nav_top {
	font-family: arial;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
	font-style:italic;
}

.link_nav_top:hover {
	color: #000000;
}

#line_vertical {
	position: absolute;
	width: 2px;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	height: 31px;
	font-size: 0px;
	border: 0px;
	top: 0px;
	left: 157px;
}

#content {
	margin-left: 0px;
	width: 801px;
	min-height: 700px;
	background-color: #FFFFFF;
	/*border: 1px solid black;*/
	
}
*html #content{
	margin-left: 0px;
	width: 780px;
	height: 700px;
	
}

#content_col_left {
	position: absolute;
	top: 209px;
	left: 0px;
	background-color: #ffffff;
	width: 215px;
	min-height: 500px;
	/*border: 2px solid yellow;*/
}

.text_nav_left {
	font-family: arial;
	font-size: 12px;
	color: #000000;
	font-style:italic;
}

.link_nav_left {
	font-family: arial;
	font-size: 12px;
	color: #025E73;
	text-decoration: underline;
	font-style:italic;
}

.link_nav_left:hover {
	color: #000000;
}

#footer_logo {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}

#footer {
	position: relative;
	width: 801px;
	height: 30px;
	margin-top: 0px;
	margin-left: 0px;
	background-color: #FF3300;
	text-align: center;
	line-height: 1.1;
}

.link_footer {
	font-family: arial;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

.link_footer:hover {
	color: #000000;
}

.text_footer{
	font-family: arial;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
ul.bullet {
	margin-left: 15px;
	padding: 0;
	list-style-image: url(../images/bullet_green.jpg);
}

.bodytext {
color:#666666;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:normal;
line-height:16px;
}

a.button_sub_donate {
	background-color: #006600; 
	color: #ffffff; 
	border: 0px; 
	margin-top: 10px; 
	margin-left: 20px;
	padding: 3px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	text-decoration: none;
}

a.button_sub_donate:hover {
	background-color: #000000; 
}

/**html #button_sub_donate {
	margin-top: 10px; 
	margin-left: 20px;
}*/

/**************** menu coding *****************/
#menu {
	width: 100%;
	float: left;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	/*width: 12em;*/
	float: left;
}

#menu li {position: relative;}

#menu ul ul {
	position: absolute;
	left: 0px;
	top: 33px;
	z-index: 500;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}


/*







#box_footer {
	position: relative;
	bottom: 0px;
	left: 3px;
	width: 815px;
	text-align: center;
	padding-bottom: 20px;
}

#line_horizontal {
	position: absolute;
	left: 3px;
	width: 815px;
	padding: 0px;
	margin: 0px;
	background-color: #000000;
	height: 1px;
	font-size: 0px;
	border: 0px;
}


*/
