body {
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height:18px;
	background: #fff url(../images/containerbg.jpg) repeat-y center;
	width: 960px;
	margin: 0 auto;
}

h1 {
	font-size: 120%;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	color:#3333FF;
	/*background-color:#CCCCCC;*/
	background: #8AB url(../images/nav-off.gif) repeat-x top left;
}

h2 {
	font-size: 120%;
	font-weight: bold;
	margin: 0;
	padding: 0;
	background-color:#CCCCCC;
}

h3 {
	font-size: 100%;
	font-weight: bold;
	/*padding: 3px;
	background-color:#CCCCCC;*/
}

h5 {
	font-size: 100%;
	font-weight: normal;
	font-style: italic;
	margin: 0;
	padding: 0;
}

h6 {
	font-size: 100%;
	font-weight: normal;
	font-style: italic;
	margin: 0;
	padding: 0;
}

img {
	border:0;
}

a {
	text-decoration: none;
	color: #00f;
}

a:hover {
	color: #f00;
}

/* layout */

#wrap {
	min-width: 760px;
	max-width: 1400px;
}

#footer {
	clear: both;
	/*background: #000;*/
	background: #005CBF url(../images/background-footer.gif) top left repeat-x;
	color: #fff;
	text-align: center;
	font-size: 80%;
	padding: 10px;
}

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

#footer a:hover {
	color: #F66;
}

#main {
	clear: both;
}

#header {
	/*background: #6699FF;*/
	background: #8AB url(../images/nav-off.gif) repeat-x top left;
	width: 100%;
}

/* main navigation bar */

#navMain {
	float: left;
	margin: 0;
	padding: 10px 0 0 100px;
	list-style: none;
	/*background: #6699FF ;*/ /*url(../images/nav-bg.gif) repeat-x bottom;*/
	background: #8AB url(../images/nav-off.gif) repeat-x top left;
	font-weight:bold;
}

#navMain li {
	float: left;
	margin: 0;
	padding: 0;
	font-weight:bold;
}

#navMain a {
	float: left;
	display: block;
	margin: 0 3px 1px 0;
	padding: 10px 30px;
	color: #fff;
	text-decoration: none;
	border: 1px solid #999;
	border-bottom: none;
	/*background: #8AB url(../images/nav-off.gif) repeat-x top left;*/
	background: #005CBF url(../images/background-table-header.gif) bottom left repeat-x;
	font-weight:bold;
}

body#rehda #t-rehda a,
body#institute #t-institute a,
body#mapex #t-mapex a,
body#launches #t-launches a,
#navMain a:hover {
	/*padding-bottom: 6px;*/
	padding: 10px 30px;
	margin-bottom: 0;
	color:#66FFFF;
	/*background: #1AE url(../images/nav-on.gif) repeat-x top left;*/
	background: #005CBF url(../images/background-table-header.gif) bottom left repeat-x;
}

#header #banner {
	clear: both;
}

#content .story {
	/*text-align: justify;*/
	/*border-bottom: 1px dotted #1AE;*/
	margin-bottom: 10px;
	clear: both;
}

#content .story h3 {
	font-size: 110%;
	font-weight: bold;	
	margin: 0;
}

#content .story h4 {
	font-size: 100%;
	font-weight: bold;	
	margin: 0;
}

#content .story .postmeta {
	font-size: 90%;
	font-style: italic;
}

#content .story .more {
	text-align: right;
	font-size: 90%;
	font-style: italic;
}

#content .story table {
	border-collapse: collapse;	
	border: 1px solid #8AB;
}

#content .story table th,
#content .story table td {
	padding: 5px 10px;
}

#content .story table th {
	background: #8AB;
}

#content .story table tr {
	border-bottom: 1px dotted #8AB;
}

.thumb {
	margin: 0;
	padding: 1px;
	width: 100px;
	float: left;
	overflow: visible;
}

.thumb img {
	border: 1px solid #ccc;
}

.meat {
	margin-left: 115px;
}

.meat p {
	margin: 0;
	padding: 0;
}

.meat ul {
	margin-top: 0;
	margin-bottom: 0;
}

.clear {
	clear: both;
}

.gutter { padding: 5px; }