body {
	margin: 0px;
	background-color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#030c21;
	padding-top: 9px;
	background-image: url(Umbra_Images/UMBRA_BG.gif);
	background-repeat: repeat-x;
}
a {
	color: #030c21;
	text-decoration:none;
}
a:visited {color:#030c21;}
a:hover {color: #030c21;}
a.active {
	color:#000000;
	text-decoration:underline;
}
ul{
	padding:0;
	padding-left:30px;
	margin:0;
	margin-top:5px;	
}
h1 {
	font-size: 11px;
	color: #525865;
	font-weight: normal;
	margin-left: 140px;
}

h2 {
	font-size: 14px;
	font-weight: normal;
	color: #525865;
	padding: 5px 10px;
	margin:0px;
}


/* --------container to center the layout------------ */
#container {
width: 780px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
}
#outter {
	background-image: url(Umbra_Images/UMBRA_navigation_BG.gif);
	background-repeat: repeat-y;
}

/* --------banner for logo------------ */
#banner {
	text-align: left;
	height: 81px;
	vertical-align: middle;
	padding-top: 25px;
	padding-bottom:5px;
}

p, pre{
padding: 5px 10px;
margin:0px;
}

/* --------------left navi------------- */
#left li,#left ul,#left a{
	float: left;
	width: 131px;
	text-decoration:none;
	list-style-type: none;
	line-height:25px;
	list-style-image: none;
	padding: 0;
	margin: 0;
}


#left a:hover {
 color: #edf0f3; 
 background-color: #35383f; 
 text-decoration: none
}
/*------------------Flash-----------------------*/
#flash {
	padding-top:1px;
	text-align:center;
}

/* -----------------content--------------------- */
#content {
	margin-left: 140px;
	background-color: #ffffff;
}

/* -----------footer--------------------------- */
#footer {
	text-align:center;
	background-color: #EDF0F3;
	border-top-width: 01px;
	border-top-style: solid;
	border-top-color: #020203;
	background-image:url(Umbra_Images/UMBRA_footer.gif);
	list-style-type: none;
	line-height: 20px;
}


/* -----------Gallery--------------------------- */
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 10px;
	padding-bottom: 0;
	background: #EDF0F3;
	visibility: hidden;
	z-index: 10;
	cursor: hand;
	cursor: pointer;
	border: 1px solid #1D1D20;
}

#thumbBox .footerbar{ 
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
font-size: 11px;
color: #1D1D20;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
text-align:center;
background-color: #EDF0F3;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
font-size: 11px;
color: #1D1D20;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid #1D1D20;
background-color: #EDF0F3;
padding: 5px;
z-index: 5;
}