
body {
	margin:0px 0px; 
	padding:0px;
	text-align:center;
	background-color:#EBE8E3;
	}
	
#Content {
	width:1000px;
	height: 500px; 
	margin:0px auto;
	text-align:left;
	border:1px dashed #E9E4DB;
	background-color:#EBE8E3;	
	background: url(images/mainbackground.gif) no-repeat top left;

	}

#headerContent {
	width:1000px;
	margin:0px auto;
	height:150px;
	background:url(images/header.gif) no-repeat left;
	text-align:right; 
	background-color:#222222;
	}

.contentColumn {margin-left:376px;}
#ContentTop {width:620px;font-family:Tahoma; font-size:12px;  color:#575757;padding:10px 0px 10px 0px; }	
#ContentCenter {width:420px;height:210px; overflow:auto;font-family:Tahoma; font-size:12px;}	
#ContentBottom {width:420px;font-family:Tahoma; font-size:11px;height:120px;}	
#header {background-color:#222222;}
#footer {background-color:#222222;height:80px;padding:0px; margin:0px;}

.topmenu {
	background: #333;
	float: left;
	margin: 0;
	margin-left:100px;
	padding: 0;
	width: 9em;
	text-align:left;

}

.topmenu a {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	background: #333;
	background-image:url(images/bgmenu.gif);
	border-bottom: 1px solid #393939;
	color: #ccc;
	display: block;
	padding:3px;
	text-decoration: none;
		text-align:left;

}
.topmenu a:active {
	/*background: #2580a2 url("images/m1-1.gif") left center no-repeat;*/
	background-image:url(images/bgmenu_o.gif);
		text-align:left;

	color: #fff;
}
.topmenu a:hover {
	/*background: #2580a2 url("images/m1-1.gif") left center no-repeat;*/
	background-image:url(images/bgmenu_o.gif);
	color: #fff;
    text-align:left;

}
br{font-size:10px}
.s{font-family:Tahoma; font-size:10px;  color:#767675; text-decoration:none}
.s1{font-family:Tahoma; font-size:10px;  color:#3D3D3D; text-decoration:none}
  .green{font-family:Tahoma; font-size:11px;  color:#9CE438;}
.red{font-family:Tahoma; font-size:10px;  color:#963E0A; text-decoration:none}
.red a{font-family:Tahoma; font-size:10px;  color:#963E0A; text-decoration:underline;}

.o{font-family:Tahoma; font-size:11px;  color:#C67009;}
  .blue{font-family:Tahoma; font-size:11px;  color:#2C7F06;}
  .w{font-family:Tahoma; font-size:11px;  color:#FFFFFF; }
.b{font-family:Tahoma; font-size:11px;  color:#48453D; }
.b3{font-family:Tahoma; font-size:11px;  color:#48453D; text-decoration:none}
.b1{font-family:Tahoma; font-size:10px;  color:#575757; text-decoration:none}
.b2{font-family:Tahoma; font-size:10px;  color:#575757;}

.TitlesTwoTone {font-size:18px; font-family:Trebuchet MS, Arial, Helvetica, sans-serif; font-weight:bold;}
.TwoToneSpan {color:#D4330D;}


  
/*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
/*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */

.glossymenu{
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	background: url(images/menug_bg.gif) repeat-x; /*tab background image path*/
	height: 43px;
	list-style: none;
	width:960px;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(images/menug_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(images/menug_hover_right.gif) no-repeat right top; /*right tab image path*/
}

/*          List of Columns (3) allow room for 3 columns */
#Where ul {  width: 30em;}

/* float & allow room for the widest item */
#Where ul li{ float: left; width: 10em; }

/* stop the float */
#Where  br{clear: left;}

/* separate the list from subsequent markup */
#Where div.wrapper{ margin-bottom: 1em;}
