body{
	background		: #c96 url(../images/bg_lines.gif) repeat;
	margin				: 0px;
	padding				: 0px;
}

body,td,th,div{
	font-family			: Tahoma, Helvetica, sans-serif;
	font-size			: 13px;
	color				: #444;
}

a{
	color				: #060;
	text-decoration		: none;
}

a:hover{
	text-decoration		: underline;
}

#topmenu {	/* REDO THIS CAREFULLY */
	width: 738px;
	float: left;
	padding-left: 15px;
}

#topmenu table.moduletable {
	width: 738px;
}

#topmenu table.moduletable td{
	padding-top			: 0;
	padding-bottom: 15px;
}

#topmenu table.moduletable tr td table tr td {
	width: 25%;
	padding-top			: 0;
	padding-bottom: 0;
}

/* This is for IE only */
#topmenu table.moduletable tr td table.items tr.item td {
	width: auto;
	padding-top			: 0;
	padding-bottom: 0;
}

#topmenu a.mainlevel {
	color: #fff;
	background-color: #090;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
	/*width: 100%;*/
	border: 1px solid #ccc;
	display: block;
	text-align: center;
}

#topmenu a.mainlevel:hover {
	text-decoration		: none;
}

#outline{
	width				: 770px;
	margin-top			: 10px;
	background			: url(../images/main_middle.png) repeat-y;
	overflow			: hidden;
}

#top_container{
	background		: transparent url(../images/main_top.png) no-repeat top center;
	height				: 114px;
}

#middle_container{
	overflow			: hidden;
	
}

#middle_container_inner{
	width				: 730px;
	text-align	: left;
}

#left{
	background	: #fff url(../images/logo_half2.png) no-repeat 0 50px;
	width				: 530px;
	float				: left;
	padding			: 10px 10px 0 10px; /*14AUG06*/
}

#right{
	background	: #fff url(../images/books.jpg) no-repeat 60% 70px;
	width				: 180px;
	float				: left;
	padding-top	: 10px;	/*14AUG06*/
}

#bottomcontainer{
	background			: url(../images/main_bottom.png) no-repeat bottom center;
	height				: 30px;
	padding				: 0px 25px;
}

#icons{
	padding-left		: 10px;
	padding-top			: 3px;
}

#bottomcontainer #icon{
	float				: left;
	margin-right		: 2px;
}

#bottomcontainer #copyright{
	float				: right;
	padding-right		: 10px;
	color				: #999999;
}

table.moduletable{
	width				: 180px;
	margin-bottom		: 10px;
}

table.moduletable th,
.sectiontableheader{
	font-weight			: bold;
	letter-spacing		: 1px;
	border-bottom		: 1px solid #666;
}

table.moduletable td{
	padding-top			: 10px;
}

table.moduletable td td{
	padding-top			: 0px;
}

.sectiontableentry1{
	background:#e7e7e7;
}

.contentheading{
	color				: #060;
	font-size			: 24px;
	text-decoration		: none;
	padding-bottom		: 7px;
	background			: url(../images/underline.jpg) repeat-x bottom;
	padding-top: 12px; /* Added on 29.Jan.08 - MMM */
}


.contentheading a{
	color				: #444;
	text-decoration		: none;
}

.componentheading{
	color				: #060;
	font-size			: 28px;
	margin-bottom		: 20px;
	text-decoration		: none;
}

.small,.createdate,.modifydate{
	color				: #999999;
	font-size			: 11px;
}

/* Created the following new styles for eklavya */
.articleTitle {
	color: #c00;
	font-weight: bold;
}
.articleAuthor {
	color: #000;
	font-weight: bold;
}
.articleDescription {
	font-style: italic;
}
.bluebold {
	color: #00c;
	font-weight: bold;
}
.purple {
	color: #909;
}
.darkgreen {
	color: #060;
}
.chakmak_author {
	color: #999;
	font-size: .85em;
}
