* 
{
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
}

body 
{
	font-size: 100%;
	margin:0px;
	
}

p, li 
{
	font: 13px Arial, sans-serif;
	margin-bottom: 10px;
}

h1 
{
	font: 2.0em Arial, sans-serif;
	color: white;
	height: 0px;
}

h2 
{
	font: 1.2em Arial, sans-serif;
	color: #2968a5;
	padding: 10px;
}

ul 
{
	margin-left: 25px;
}

img 
{
	border: none;
}

#page-wrap 
{
	background: white;
	min-width: 980px;
	max-width: 1345px;
	margin: 0px auto;
}

#page-wrap #inside 
{
	margin: 0;
	padding: 0px;
}
	
#main-content 
{
	background: url(images/left-sidebar.gif) repeat-y white;
	background-color:#ececec;
	padding-left: 220px;
	padding-right:10px;
	padding-top: 10px;
	padding-bottom:10px;
	min-height:900px;
}

#main-content-wide 
{

	background-color:#ececec;
	padding-left: 10px;
	padding-right:10px;
	padding-top: 10px;
	padding-bottom:10px;
	min-height:900px;
}
	
#top 
{
	background: #f9f6f6;
	text-align: left;
	height:45px;
}

#menu 
{
	width:100%;
	text-align:center;
	height:35px;
	background-image:url(images/menu-bg.gif);
	background-position:top;
	background-repeat:repeat-x;
}
/* remove the list style */
#newmenu 
{
	margin:0; 
	padding:0; 
	list-style:none;
}	
	
/* make the LI display inline */
/* it's position relative so that position absolute */
/* can be used in submenu */
#newmenu li 
{
	float:left; 
	display:block; 
	position:relative;
	z-index:100; 
	margin:0px;
	background:url(images/menu-sep.gif) 100% no-repeat;	
}
		
/* this is the parent menu */
#newmenu li a 
{
	padding:10px 8px 10px 8px; 	
	color:#fff;
	font:12px Arial, Helvetica, sans-serif; 
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	display:block;
	height:15px;
}

#newmenu li a:hover 
{
	text-decoration:underline;
}

#newmenu li:hover a
{ 
	text-decoration:underline;
}	
	
/* you can make a different style for default selected value */
#newmenu a.selected 
{
	text-decoration:underline;
}
/**********************************/

.row1
{
	margin:0px;
	padding:0px;
}

.row2
{
	padding-top:15px;
}
	
#left-sidebar 
{
	width: 160px;
	float: left;
	padding-left: 20px;
}

#footer 
{
	background: #dbdbdb;
	text-align: left;
	padding: 10px;
	color: #444;
	border-top: 1px solid #ccc;
}




/*** listing ***/
a.listing 
{
	color: #444;
	font:normal 13px Arial, Helvetica, sans-serif; 
	text-decoration:none;
	padding:5px 10px 5px 5px;
	margin:0px;
	display:block;
	border-bottom:1px #b9b9b9 dotted;
}

a.listing:hover 
{ 
	color:#4186ca;
	text-decoration:none;
	background-image:url(images/listing-hover.gif);
	background-position:left;
	background-repeat:no-repeat;
}
/*****************************/

/*** bulleting ***/
a.bulleting 
{
	color:#6c727d;
	font:normal 13px Arial, Helvetica, sans-serif; 
	text-decoration:none;
	padding:5px 10px 5px 10px;
	margin:0px;
	display:block;
	background-image:url(images/bulleting_arrow.png);
	background-position:left;
	background-repeat:no-repeat;
	border-bottom:1px #b9b9b9 dotted;
}

a.bulleting:hover 
{ 
	color:#4186ca;
	text-decoration:none;
	background-image:url(images/bulleting_arrow.png);
	background-position:left;
	background-repeat:no-repeat;
}
/*****************************/
/*** table design ***/
.index-table 
{
	background-color:#ececec;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#595959;
	text-align:justify;
}

.index-table tr.odd
{
	background-color:#d5d5d5;
}

.index-table td
{
	border-bottom:1px solid #b3b3b3;
	border-right:1px solid #b3b3b3;	
	padding:5px;
}

.index-table td.first
{
	border-bottom:1px solid #b3b3b3;
	border-left:1px solid #b3b3b3;
	border-right:1px solid #b3b3b3;
	padding:5px;
}

.index-table .odd
{
	background-color: #E3E3E3;
}

.index-table .oddover
{
	background-color: #D6D6D6;
}


.index-table td a
{
	color: #003366;
	font-family:"Arial";
	font-size:12px;
	font-weight:lighter;	
}

/*****************/

.clear
{
	clear:both;
}

h3
{
margin-bottom:10px;
color:#CC0000;
}

/***********Form******/

input, select
{
	border:1px solid #cccc;
	height:25px;
}