/* Base styles */
html {
	background-color: #F8F8EE;
}

a {
	color: #588E1A;
	text-decoration: none;
}

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

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.right {
	float: right;
}

.left {
	float: left;
}

#container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;

	font: 15px "lucida grande", Tahoma, Verdana, Arial, Sans-serif;
	background: #fff url(../images/bg.jpg) 0 0 no-repeat;
}

#header {
	height: 278px;
}
    #nit-link {
        margin-left: 702px;
    }
        #nit-link a {
            font-size: 12px;
            color: #666;
            text-decoration: none;
        }

#body {
	width: 100%;
	overflow: hidden;
}
    #logo {
        width: 80px;
        height: 80px;
        margin: 10px auto 0 auto;
    }
        #logo a {
            width: 80px;
            height: 80px;
            display: block;
            background: transparent url(../images/logo.gif) top left no-repeat;
            text-indent: -9999px;
        }
#sidebar {
	width: 222px;
	float: left;
	padding-left: 10px;
	padding-right: 8px;
}
	#sidebar h2 {
		margin-left: 13px;
	}
		#sidebar h2 a {
			width: 103px;
			height: 27px;
			padding-top: 7px;
			padding-left: 15px;
			display: block;
			text-indent: -9999px;
			background: transparent url(../images/h2-bg.png) top left no-repeat;
		}
			#sidebar h2 a span {
				height: 19px;
				display: block;
				background: transparent url(../images/headings-5.gif) 0 0 no-repeat;
				cursor: pointer;
			}

	#menu {
		margin-top: 13px;
	}
		#menu a {
			display: block;
			width: 192px;
			height: 24px;
			padding-left: 30px;
			padding-top: 7px;
			background: transparent url(../images/menu-item-bg.gif) 0 0 no-repeat;
		}
		#menu a:hover {
			font-weight: bold;
			background-position: 0 -31px;
			text-decoration: none;
		}
	#banners {
		margin-top: 20px;
		text-align: center;
	}
		#banners a {
			display: block;
		}

#main {
	width: 712px;
	padding: 52px 28px 0px 20px;
	float: left;
}
	.section {
		margin-bottom: 20px;
	}
		.sub-section {
		}
		.content {
			padding-left: 20px;
			padding-right: 20px;
			/* letter-spacing: 5px; */
		}
		.section table {
			width: 100%;
			border: 5px solid #E9E8D6;
		}
		.section td, .section th {
			border-bottom: 2px solid #E9E8D6;
		}
		.section tbody tr:hover {
			background-color: #E9E8D6;
		}
		.section td, .section th {
			text-align: justify;
			padding: 5px;
		}
		.section thead th {
			background-color: #E9E8D6;
			color: #588E1A;
			font-weight: bold;
		}
		.section li {
			text-align: justify;
		}
		.content p {
			margin-bottom: 10px;
			text-align: justify;
		}
		.content br {
			margin-bottom: 5px;
		}
		.content ul, .content ol {
			padding-left: 20px;
		}
			.content li {
				padding-top: 5px;
				padding-bottom: 5px;
				list-style-type: disc;
			}
		.section h4 {
			font-weight: bold;
			margin-bottom: 10px;
			padding-left: 20px;
			height: 20px;
			background: transparent url(../images/h4-bg.gif) 0 0 no-repeat;
		}
		.section h3 {
			width: 692px;
			height: 35px;
			padding-left: 20px;
			padding-top: 8px;
			margin-bottom: 8px;
			text-indent: -9999px;
			background: transparent url(../images/h3-bg.gif) 0 0 no-repeat;
		}
			.section h3 span {
				display: block;
				width: 107px;
				height: 17px;
				line-height: 0;
				background-color: transparent;
				background-repeat: no-repeat;
			}
			span.activities {
				background-image: url(../images/headings-6.gif);
				background-position: 0 0;
			}
			span.members-news {
				background-image: url(../images/headings-4.gif);
				background-position: 0 -17px;
			}
			span.random {
				background-image: url(../images/headings-6.gif);
				background-position: 0 -17px;
			}
			span.books {
				background-image: url(../images/headings-6.gif);
				background-position: 0 -34px;
			}
			span.join {
				background-image: url(../images/headings-6.gif);
				background-position: 0 -51px;
			}
			span.photos {
				background-image: url(../images/headings-4.gif);
				background-position: 0 0;
			}
			span.news {
				background-image: url(../images/headings-2.gif);
				background-position: 0 -17px;
			}
			span.rules {
				background-image: url(../images/headings-4.gif);
				background-position: 0 -34px;
			}
			span.members {
				background-image: url(../images/headings-4.gif);
				background-position: 0 -51px;
			}
			span.copyright {
				background-image: url(../images/headings-4.gif);
				background-position: 0 -68px;
			}
			span.objectives {
				background-image: url(../images/headings-2.gif);
				background-position: 0 0;
			}
			.objectives_content {
				font-size: 20px;	
			}

#footer {
	width: 1000px;
	height: 117px;
	background: transparent url(../images/footer-bg.jpg) 0 0 no-repeat;
}
	#foot-note {
		padding-top: 95px;
		padding-right: 10px;
		text-align: right;
		font-size: 12px;
		color: #666;
	}

/* Rules */
ol#rules {
	padding-left: 0;
	font-size: 12px;
}
#rules > li {
	list-style-type: none;
	font-weight: bold;
}
	#rules > li li {
		list-style-type: none;
		font-weight: normal;
	}

/* Members */
table#members {
}
	#members th, #members td {
		vertical-align: top;
	}
	#members th {
		width: 20%;
		font-weight: bold;
		color: #588E1A;
	}
	#members td {
		width: 80%;
	}

/* Activities */
table#activities thead th.date {
	width: 15%;
}

/* Photo List */
table#photo-list thead th.date {
	width: 15%;
}

/* Photos */
table#photos tr {
	background-color: transparent;
}
	#photos td {
		text-align: center;
	}
	#photos td:hover {
		background-color: #E9E8D6;
	}
	#photos img {
		width: 120px;
		height: 120px;
	}

