body {
	margin: 0px;
	padding: 0px;
	background-color: #3399FF;
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: normal;
	line-height: 130%;
        height: 100%;
}

a {
	text-decoration: underline;
        color: #3399FF;
}
a:hover {
	color: #FFC500;
}
h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
p {
        text-align: justify;
        padding: 0;
        margin:  0 0 1em 0;
}
#container {
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	width: 760px;
        height: 100%;
        min-height: 745px;
	background-color: #FFFFFF;
	border: 5px solid #FFFFFF;
}
#banner {
	background-image: url(images/banner.gif);
	background-repeat: no-repeat;
	height: 150px;
        padding-bottom: 5px;
}
#banner h1 {
	display: none;
}
#center {
	float: left;
	width: 553px;
	overflow: hidden;
}
#right {
	float: left;
	width: 202px;
	overflow: hidden;
        margin-left: 5px;
}
/*------------------------------------------- MENU */
#menu {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	background-color: #FFC500;
        width: 760px;
        height: 1.5em;
	font-family: "Courier New", Courier, mono;
	letter-spacing: .125em;
	font-size: medium;
}
#menu li {
	float: left;
	background-color: #FFFFFF;
        line-height: 1.5em;
        padding: 0 5px 0 0;
}
#newsBut a {
        background-color: #3399FF;
        padding: 0 13px 0 15px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
        text-align: center;
}
#newsBut a:hover {
	background-color: #FFC500;
}
#whoBut a {
        background-color: #3399FF;
        padding: 0 13px 0 15px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
        text-align: center;
}
#whoBut a:hover {
	background-color: #FFC500;
}
#kenyaBut a {
        background-color: #3399FF;
        padding: 0 13px 0 15px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
        text-align: center;
}
#kenyaBut a:hover {
	background-color: #FFC500;
}
#photoBut a {
        background-color: #3399FF;
        padding: 0 13px 0 15px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
        text-align: center;
}
#photoBut a:hover {
	background-color: #FFC500;
}
#contactBut a {
        background-color: #3399FF;
        padding: 0 13px 0 15px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
        text-align: center;
}
#contactBut a:hover {
	background-color: #FFC500;
}
#linksBut a {
        background-color: #3399FF;
        padding: 0 13px 0 15px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
        text-align: center;
}
#linksBut a:hover {
	background-color: #FFC500;
}
/*------------------------------------------- CONTENT AREA */
.content {
	padding: 20px 15px 15px 15px;
}
.content pre {
	font-size: larger;
}
.content p {
	margin-bottom: 10px;
}
.content blockquote {
	line-height: 150%;
}
.content li {
	line-height: 150%;
}
.content h1 {
        font-size: medium;
	font-weight: bold;
	margin: 0 0 10px 0;
        padding: 0;
}
.content h2 {
	font-size: x-small;
	font-weight: bold;
	margin-bottom: 10px;
	}
.content h3 {
	font-size: small;
	font-weight: bold;
	margin-bottom: 10px;
	}
.content p.posted {
	color: #999999;
	border-top: 1px solid #CCCCCC;
        font-size: x-small;
	text-align: left;
	margin-bottom: 25px;
	line-height: normal;
	padding: 3px;
	}
.photoleft {
  float: left;
  margin: 0 15px 0 0;
  border: 1px solid #3399FF;
}
.photoright{
  float: right;
  margin: 0 0 0 15px;
  border: 1px solid #3399FF;
}
/*------------------------------------------- SEARCH PAGE */
.searchForm {
        width: 100%;
        height: 230px;
}
.searchForm h1 {
        font-size: medium;
        font-weight: bold;
        padding: 0;
        margin: 0;
}
.searchForm select {
        color: #666666;
}
.searchForm option {
        color: #666666;
}
.search1 {
        float: left;
        width: 225px;
        margin-bottom: 25px;
}
.searchText {
        width: 100%;
}
.searchText h2 {
        font-size: small;
}
/*------------------------------------------- MAILING LIST */
.mlistForm h1{
	font-size: medium;
        font-weight: bold;
        padding: 0;
        margin: 0;
}
/*------------------------------------------- LINKS */
.linkcategory {
  margin: 0 0 15px 0;
}
.linkcategory h1 {
  margin: 0 0 5px 0;
  padding: 4px 0 3px 0;
  width: 523px;
  border: 1px solid #CCCCCC;
  text-align: center;
}
.showhide {
  height: 1.5em;
  width: 510px;
  line-height: 1.5em;
  overflow: hidden;
  border: 1px dashed #FFFFFF;
  padding: 1px 3px 3px 10px;
}
.showhide:hover {
  height: 6em;
  border-color: #FFC500;
}
.showhide a {
  color: #3399FF;
  font-weight: bold;
  text-decoration: none;
  display: block;
  height: 100%;
}
.showhide a:hover{
  color: #3399FF;
  
}
.showhide a span{
  color: #666666;
  font-weight: normal;
} 

/*------------------------------------------- RIGHT SIDEBAR */
.sidebar {
        color: #3399FF;
        padding: 15px;
	}
.sidebar h2 {
        font-family: "Courier New", Courier, mono;
	letter-spacing: .125em;
	font-size: medium;
	font-weight: bold;
        margin-top: 25px;
	}
.sidebar h3 {
        font-family: "Courier New", Courier, mono;
	letter-spacing: .125em;
	font-size: medium;
	font-weight: bold;
        margin-top: 25px;
	}
.sidebar ul {
	padding-left: 0;
	margin: 0;
	}
.sidebar ul ul {
	}
.sidebar #categories ul ul {
	padding-left: 15px;
	}
.sidebar li {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
        font-weight: bold;
	text-align: left;
	line-height: 150%;
	margin-top: 5px;
	list-style-type: none;
	}
.sidebar #categories ul ul li {
	list-style-type: circle;
	}
.sidebar img {
	border: 3px solid #FFFFFF;
	}
.sidebar form {
        padding: 0;
        margin: 0;
}
.input1 {
        border: solid 1px #3399FF;
        background-color: #FFFFFF;
        color: #666666;
        margin: 6px 0 0 0;
        padding: 1px;
}
.input1:focus {
        border-color: #FFC500;
}
.button1 {
        font-family: Verdana, Arial, sans-serif;
        border-style: none;
        background-color: #3399FF;
        padding: 0;
        margin: 0;
        color: #FFFFFF;
}
.button1:hover {
        background-color: #FFC500;
}
.join {
        font-family: Verdana, Arial, sans-serif;
        font-weight: bold;
        font-size: x-small;
        text-transform: uppercase;
        margin: 0;
}
.join a {
        color: #3399FF;
        text-decoration: none;
        display: block;
        text-align: center;
        border: 1px dashed #FFC500;
        padding: 5px;
       } 
.join a:hover {
        color: #FFC500;
        border-color: #3399FF;
}
.link-note {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: left;
	margin: 0 0 15px 0;
        padding: 0;

	}
.rtcolpic {
        margin: -13px 0 3px -3px;
}
#powered {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
        font-weight: bold;
	line-height: 150%;
	text-align: left;
	margin-top: 50px;
	} 
/*------------------------------------------- COPPERMINE STYLES */
#coppermine {
       width: 730px;
       padding: 0 15px 0 15px;
}

#coppermine ul {
        margin-left: 5px;
        padding: 0px;
}

#coppermine li {
        margin-left: 10px;
        margin-top: 4px;
        margin-bottom: 4px;
        padding: 0px;
        list-style-position: outside;
        list-style-type: disc;
}
#coppermine table {
        font-size: small;
}
#cm_menu {
        text-align: center;
}
.textinput {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 100%;
        border: 1px solid #D1D7DC;
        padding-right: 3px;
        padding-left: 3px;
}

.listbox {
        font-family: Verdana, Arial, Arial, Helvetica, sans-serif;
        font-size: 100%;
        border: 1px solid #D1D7DC;
        vertical-align : middle;
}

.button {
        font-family: Verdana, Arial, sans-serif;
        font-size: 100%;
        border: 1px solid #005D8C;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
}

.comment_button {
        font-family: Verdana, Arial, sans-serif;
        font-size: 85%;
        border: 1px solid #005D8C;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
        padding-left: 3px;
        padding-right: 3px;
}

.radio {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 100%;
        vertical-align : middle;
}

.checkbox {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 100%;
        vertical-align : middle;
}

bblink a {
        color: #3399FF;
        text-decoration: none;
}

bblink a:hover {
        color: #FFC500;
        text-decoration: underline;
}

.maintable {
        border: 1px solid #3399FF;
        background-color: #FFFFFF;
        margin-top: 1px;
        margin-bottom: 1px;
}

.tableh1 {
        background : #3399FF ;
        color : #FFFFFF;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}
.tableh1 a {
        color : #FFFFFF;
}
.tableh1_compact {
        background : #3399FF ;
        color : #FFFFFF;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

.tableh2 {
        background: #D1D7DC ;
        color : #000000;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.tableh2_compact {
        background: #D1D7DC ;
        color : #000000;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

.tableb {
        background: #EFEFEF ;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.tableb_compact {
        background: #EFEFEF ;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

.tablef {
        background: #D1D7DC;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
}

.album_stat {
        font-size: 85%;
        margin: 5px 0px;
}

.thumb_title {
        font-weight : bold;
        font-size: 80%;
        padding: 2px;
        display : block;
}

.thumb_caption {
        font-size: 80%;
        padding: 1px;
        display : block;
}

.thumb_caption a {
        text-decoration: underline;
        color: #666666;
}

.thumb_num_comments {
        font-weight: normal;
        font-size: 80%;
        padding: 2px;
        font-style : italic;
        display : block;
}

.user_thumb_infobox {
        margin-top: 1px;
        margin-bottom: 1px;
}

.user_thumb_infobox th {
        font-weight : bold;
        font-size: 100%;
        margin-top: 1px;
        margin-bottom: 1px;
        text-align : center;
}

.user_thumb_infobox td {
        font-size: 80%;
        margin-top: 1px;
        margin-bottom: 1px;
        text-align : center;
}

.user_thumb_infobox a {
        text-decoration: none;
        color: #000000;
}

.user_thumb_infobox a:hover {
        color: #000000;
        text-decoration: underline;
}

.sortorder_cell {
        background : #3399FF ;
        color : #FFFFFF;
        padding: 0px;
        margin: 0px;
}

.sortorder_options {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        background : #3399FF ;
        color : #FFFFFF;
        padding: 0px;
        margin: 0px;
        font-weight: normal;
        font-size: 80%;
        white-space: nowrap;
}

.navmenu {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        color: #FFFFFF;
        font-size: 100%;
        font-weight: bold;
        background : #3399FF ;
        border-style: none;
}

.navmenu img {
        margin-top: 1px;
        margin-right: 5px;
        margin-bottom: 1px;
        margin-left: 5px;
}

.navmenu a {
        position: relative;
        display: block;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
        text-decoration: none;
        color: #FFFFFF;
}

.navmenu a:hover {
        background : #FFC500 ;
        text-decoration: none;
        color:         #000000;
}

.admin_menu_thumb {
        font-family: Verdana, Arial, sans-serif;
        font-size: 85%;
        border: 1px solid #005D8C;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
        color: #000000;
        font-weight: bold;
        margin-top: 0px;
        margin-bottom: 0px;
        width: 85px;
}

.admin_menu_thumb a {
        color: #000000;
        text-decoration: none;
        display: block;
        position: relative;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 10px;
        padding-right: 10px;
}


.admin_menu_thumb a:hover {
        color: #000000;
        text-decoration: underline;
}

.admin_menu {
        font-family: Verdana, Arial, sans-serif;
        font-size: 85%;
        border: 1px solid #005D8C;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
        color: #000000;
        margin-top: 0px;
        margin-bottom: 0px;
        text-align: center;
}

.admin_menu a {
        color: #000000;
        text-decoration: none;
        display: block;
        position: relative;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 2px;
        padding-right: 2px;
}

.admin_menu a:hover {
        color: #000000;
        text-decoration: underline;
}

.comment_date{
        color : #5F5F5F;
        font-size : 90%;
        vertical-align : middle;
}

.image {
        border-style: solid;
        border-width:1px;
        border-color: #000000;
        margin: 2px;
}

.imageborder {
        border: 1px solid #000000;
        background-color: #FFFFFF;
        margin-top: 30px;
        margin-bottom: 30px;
}

.thumbnails {
        background: #EFEFEF ;
        padding: 5px;
}

.footer {
        font-size : 9px;
}

.footer a {
        text-decoration: none;
        color: #000000;
}

.footer a:hover {
        color: #000000;
        text-decoration: underline;
}
.statlink {
        color: #FFFFFF;
}

.statlink a {
        text-decoration: none;
        color: #FFFFFF;
}

.statlink a:hover {
        color: #FFFFFF;
        text-decoration: underline;
}
.statlink a:visited {
	color: #FFFFFF;
}
.statlink a:active {
	color: #FFFFFF;
}
.alblink a {
        text-decoration: underline;
        color: #3399FF;
}

.alblink a:hover {
        color: #FFC500;
        text-decoration: underline;
}

.catlink {
        display: block;
        margin-bottom: 2px;
}

.catlink a {
        text-decoration: underline;
        color: #000000;
}

.catlink a:hover {
        color: #000000;
        text-decoration: underline;
}

.topmenu {
        line-height : 130%;
        font-size: 100%;
        color: #FFC500;
        font-weight: bold;
}
.topmenu a {
        color : #3399FF;
        text-decoration : none;
}

.topmenu a:hover  {
        color : #FFC500;
        text-decoration : underline;
}
.img_caption_table {
        border: none;
        background-color: #FFFFFF;
        width: 100%;
        margin : 0px;
}

.img_caption_table th {
        background: #D1D7DC ;
        font-size: 100%;
        color : #000000;
        padding-top: 4px;
        padding-right: 10px;
        padding-bottom: 4px;
        padding-left: 10px;
        border-top : 1px solid #FFFFFF;
        
}

.img_caption_table td {
        background: #EFEFEF ;
        padding-top: 6px;
        padding-right: 10px;
        padding-bottom: 6px;
        padding-left: 10px;
        border-top : 1px solid #FFFFFF;
}

.debug_text {
        border: #BDBEBD;
        background-color: #EFEFEF;
        width : 100%;
        margin : 0px;
}

.clickable_option {
        border-bottom : 1px dotted blue;
        cursor : pointer;
}

.listbox_lang {
        color: #000000;
        background-color: #D1D7DC;
        border: 1px solid #D1D7DC;
        font-size: 80%;
        font-family: Verdana, Arial, sans-serif;
        vertical-align : middle;

}