body {
        font-family: tahoma, helvetica, arial, sans-serif;
        font-size: 10px;
        text-align: center;
        background: url(images/page_bg2.gif);
    }
    
html, body, #wrapper, h1 {
	margin: 0;
	padding: 0;
}

a {
	color: blue;
	text-decoration: none;
}

a:hover {
	color: blue;
	text-decoration: underline;
}

th, td {
	font-size: 10px;
}

img { border: 0; }

#wrapper {
	margin: auto;
	text-align: left;
	width: 748px;
	position: relative;
}

h1, h2, h3 {
	font-size: 10px;
}


h1 {
	margin: 0;
	padding: 0;
}

h2 {
	margin: 0 0 5px 0;
	padding: 0;
}

h3 {
	padding: 4px 0 0 0;
}

.block {
	display: block;
}

.clear {
	clear: both;
	height: 2px;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 3px;
	font-size: 1px;
}

.left {
	float: left;
	margin: 1px 8px 0px 0px;
}

.softright {
	text-align: right;
}

.readmore {
	text-align: right;
}

/* ***** */

#inner {
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	background: white;
	color: black;
	margin-bottom: 10px;
}

#header {
	background: url(images/header_bg.gif) repeat-x;
	padding-top: 9px;
	position: relative;
}

#header img {
	display: block;
}

#nav {
	position: absolute;
	left: 550px;
	top: 40px;
	width: 200px;
}

#nav, #nav a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#nav a:hover {
	text-decoration: underline;
}

#browse {
  float: left;
	width: 195px;
	margin: 0;
	padding: 0;
	background: white;
	border-bottom: px solid white;
	margin-top: 5px;
}

#browse dt {
		background: #c80000 url(images/dt_bg.gif) bottom repeat-x;
	color: #fff;
	margin: 2px 2px 1px 2px;
	padding: 6px 0;
	text-align: center;
	font-weight: bold;
}

#browse dd {
	border-bottom: 0px solid #659db4;
	padding: 0;
	margin: 0 2px;
  font-size: 12px;
}

#browse dd a {
	color: white;
	font-weight: none;
	text-decoration: none;
	display: block;
	padding: 3px 22px;
}

* html #browse dd {
	padding: 3px 22px;
	padding: 0;
}

* html #browse dd a {
	display: inline;
	display: block;
}

#browse dd a:hover {
	background: #74a7b7;
  color: #283A50;
}

#browse .first {
	padding-top: 10px;
}

#browse .last {
	padding-bottom: 8px;
	border-bottom: 1px solid white;
}

#browse .searchform {
	padding: 0;
}

#browse .text, #browse select {
	width: 160px;
}

#browse form {
	margin: 0;
	padding: 0;
}

#browse form div {
	padding-bottom: 8px;
	width: 165px; 
}


#body {
	float: right;
	width: 543px;
	margin: 2px 1px 0 0;
	
	border: 1px solid #e5e5e5;
	position: relative;
}

#body p {
	margin: 1em 0;
	padding: 0;
}

#body .leftbox,
#body .rightbox, {
	margin-top: 5px;
	color: #464646;
}

#body .leftcontent, {
	margin-top: 5px;
	color: #464646;
	background: #ccffcc;
	
}

#body .leftcontent2, {
	margin-top: 5px;
	color: #464646;
	background: white;
	
}

#body .leftbox {
	float: left;
	width: 250px;
}

#body .leftcontent {
	float: left;
	width: 542px;
	font-size: 16px;
}


#body .leftcontent2 {
	float: left;
	width: 542px;
	font-size: 16px;
}
#body .rightbox {
	float: right;
	width: 252px;
	margin-right: 18px;
	border-left: 1px solid #e5e5e5;
}

* html #body .rightbox {
	margin-right: 10px;
}

#body .br {
	border-bottom: 1px solid #e5e5e5;
}

#body .readmore {
	margin-top: -0.5em;
	margin-bottom: 0;
	padding-bottom: 0;
}

#body .readmore a {
	color: #ad1c1c;
}

#body .readmore a:hover {
	color: #f73838;
}

#body h3 {
	text-align: left;
	font-family: "Keble Condensed", "KebleCondensed", "arial narrow", helvetica, arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #C30072;
	padding: 0 0 0 0px;
	margin: 1px 0 3px 0;
}

#body td {
	font-size: 14px;
	font-weight: normal;
	padding: 0 0 0 0px;
	margin: 1px 0 3px 0;
}

#footer {
	background: #c80000 url(images/footer_bg.gif) repeat-x;
	padding: 8px 8px 5px 8px;
	position: relative;
	text-align: center;
	border-bottom: 2px solid white;
}
	
#footer, #footer a {
	font-weight: bold;
	font-size: 12px;
	color: white;
	text-decoration: none;
}

#footnav {
	position: absolute;
	text-align: right;
	right: 10px;
	top: 0px;
	padding: 8px 0 5px 0;
}

#dhtmlgoodies_menu{		
		font-family:arial;	/* Font for main menu items */
		width:192px;	/* Width of main menu */
		
	}
	#dhtmlgoodies_menu	li{	/* Main menu <li> */
		list-style-type:none;	/* No bullets */
		margin:0px;	/* No margin - needed for Opera */
	}
	#dhtmlgoodies_menu ul{	
		margin:0px;	/* No <ul> air */
		padding:0px;	/* No <ul> air */
	}
	#dhtmlgoodies_menu ul li ul{	/* Styling for those who doesn't have javascript enabled  - sub menu items*/
		padding-left:10px;
	}
	#dhtmlgoodies_menu	li a{	/* Main menu links */
		text-decoration:none;	/* No underline */
		color:#000;	/* Black text color */
		font-size: 16px; /* text size */
		
		height:25px;	/* 20 pixel height */
		line-height:20px;	/* 20 pixel height */
		vertical-align:middle;	/* Align text in the middle */
		border:1px solid #ccc;	/* Black border */
		background: url(images/menu3.gif);
		margin:0px;	/* A little bit of air */
		padding: 4px 0 0 30px;;	/* Air between border and text inside */
		
		display:block;
	}
	#dhtmlgoodies_menu	li a:hover,#dhtmlgoodies_menu .activeMainMenuItem{
		color:#FFF;
		background: url(images/menu3.gif) 0 -32px;
	}
	.dhtmlgoodies_subMenu{
		visibility:hidden;
		position:absolute;
		overflow:hidden;
		border:1px solid #ccc;
		background-color:#FAFAFA;
		font-family:arial;
		text-align:left;
		font-size: 16px; /* text size */
	
	}
	.dhtmlgoodies_subMenu ul{
		margin:0px;
		padding:0px;	
	}
	.dhtmlgoodies_subMenu ul li{
		list-style-type:none;
		margin:0px;
		padding:1px;	/* 1px of air between submenu border and sub menu item - (the "white" space you see on mouse over )*/
	}
	.dhtmlgoodies_subMenu ul li a{	/* Sub menu items */
		white-space:nowrap;	/* No line break */
		text-decoration:none;	/* No underline */
		color:#000;	/* Black text color */
		
		height:25px;	/* 16 pixels height */
		background: url(images/menu3.gif);
		line-height:20px;	/* 16 pixels height */
		padding: 4px 0 0 20px;;	/* Air between border and text inside */
		
		display:block;	/* Display as block - you shouldn't change this */
	}
	.dhtmlgoodies_subMenu ul li a:hover{	/* Sub menu items - mouse over effects */
		color:#FFF;	/* White text */
		background: url(images/menu3.gif) 0 -32px;
	}
	
	a.button {
  display: block;
  width: 246px;
  height: 42px;
  background-image: url(images/header_2a_1.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
}

  a.button:hover {
  background-image: url(images/header_2a_1b.jpg);
  background-position; 0 0;
  }
  
  a.button1 {
  display: block;
  width: 80px;
  height: 42px;
  background-image: url(images/header_2a_2.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  }

  a.button1:hover {
  background-image: url(images/header_2a_2b.jpg);
  background-position; 0 0;
  }
  
  a.button2 {
  display: block;
  width: 83px;
  height: 42px;
  background-image: url(images/header_2a_3.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  }

  a.button2:hover {
  background-image: url(images/header_2a_3b.jpg);
  background-position; 0 0;
  }
  
  a.button3 {
  display: block;
  width: 84px;
  height: 42px;
  background-image: url(images/header_2a_4.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  }

  a.button3:hover {
  background-image: url(images/header_2a_4b.jpg);
  background-position; 0 0;
  }

 a.button4 {
  display: block;
  width: 104px;
  height: 42px;
  background-image: url(images/header_2a_5.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  }

  a.button4:hover {
  background-image: url(images/header_2a_5b.jpg);
  background-position; 0 0;
  }
  
  a.button5 {
  display: block;
  width: 132px;
  height: 126px;
  background-image: url(images/donate_button_1a.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  }

  a.button5:hover {
  background-image: url(images/donate_button_1b.jpg);
  background-position; 0 0;
  }