#body {
	background-color: #676767;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 20px;
	text-align: center;
	background-image: url(../images/stucture/bgimg.png);
	background-position: top;
	background-repeat: repeat-x;
}




#mainTable {
	background-color: #222222;
	width: 985px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#headertable {
	width: 970px;
	line-height: 110px;
}

#menutable {
	width: 130px;
	background: transparent;
}


#contenttable {
	width: 100%;
}

#content {
	vertical-align: top;
	text-align: left;
}




/* Rounded Corners at webdesign.about.com/od/css/a/aa072406.htm*/
/* 
This code is reqiued on the page.
<div class="roundcornersMaintable">
<b class="rtop"><b class="r1"></b> <b class="r2"></b> <b class="r3"></b> <b class="r4"></b></b> 
CONTENT HERE
<b class="rbottom"><b class="r4"></b> <b class="r3"></b> <b class="r2"></b> <b class="r1"></b></b>
</div>
*/



.roundcornersmenutable {
	background: #A1A1A1; /* Background of Table */
	/*color: #333399;*/ /* Text Color. Can be edited out.*/
	margin: 0 0px;
}
.rtop2, .rbottom2{
display:block;
background:#222222; /* This is the color of the corner. */
}
.rtop2 *, .rbottom2 *{
display: block;
height: 1px;
overflow: hidden;
background:#A1A1A1; /* This needs to be the same color as the Table. The same color as the .container background. */
}
.r1a{margin: 0 5px} /* These settings dictate the size of the curve. */
.r2a{margin: 0 3px}
.r3a{margin: 0 2px}
.r4a{
margin: 0 1px;
height: 2px
}

/* Rounded Corners END */


/* Drop Shadow */
#shadow-container {
	position: relative;
	left: 3px;
	top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	width: 985px;
}
 
#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .shadow4,
#shadow-container .container {
	position: relative;
	right: -2px;
	bottom: -2px;
}
 
	#shadow-container .shadow1 {
	background: #626262;
}
 
	#shadow-container .shadow2 {
	background: #5C5C5C;
}
 
	#shadow-container .shadow3 {
	background: #525252;
}
	
	
 	#shadow-container .shadow4 {
	background: #4A4A4A;
}
	#shadow-container .container {
	background: #ffffff;
	border: 1px solid #848284;
	padding: 1px;
}

/* Drop Shadow END */

/* CSS for the Menu */
.tdmenu {
	width: 150px;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid White;
}

.td_menuButtons {
	padding-bottom: 3px;
}


/* Help can be found here www.ssi-developer.net/css/menu-rollover-effect_table.shtml */

/* This is the code for the page
<div class="menu">
<table summary="" cellpadding="1" cellspacing="1" class="menu">
<tr>
<td><a href="#" onfocus="this.blur()"> Link 1</a></td>
</tr>
<tr>
<td><a href="#" onfocus="this.blur()"> Link 2</a></td>
</tr>
<tr>
<td><a href="#" onfocus="this.blur()"> Link 3</a></td>
</tr>
<tr>
<td><a href="#" onfocus="this.blur()"> Link 4</a></td>
</tr>
<tr>
<td><a href="#" onfocus="this.blur()"> Link 5</a></td>
</tr>
</table>
</div> 
 
*/
/* Table width, border, color, etc */
table.menu a {
	width: 125px;
	border: 1px solid White;
	display: block;
	text-align: right;
} 

div.menu a {
	color: #A1A1A1;
	background: #222222;
	text-decoration: none;
	font-size: 11px;
	line-height: 16px;
	font-family: Tahoma, verdana, sans-serif;
	padding: 2px 5px;
	font-weight: bold;
}

/* Link color is specified below */
div.menu a:link {
	color: #A1A1A1;
	background: #222222;
}

div.menu a:active { 
color: #000000;
background: #cccc99; 
}

div.menu a:visited {
color: #A1A1A1; 
background: #222222; 
}

div.menu a:hover {
	color: White;
	background: #A1A1A1;
	border: 1px solid White;
}

/* CSS for the Menu ENDS */


/* CSS for Text Links */

a {
	color: Olive;
}

a:hover {
	color: White;
}


p {
	color: White;
}



/* CSS for Text Links END */

.tr_navheadbar {
	color: Black;
	background-color: #A1A1A1;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.td_navbar {
	
}

.td_contentbar {
	
}

.td_quality {
	color: White;
	text-align: left;
	padding-left: 100px;
	font-family: "Arial Rounded MT Bold";
	font-weight: bold;
	font-size: x-large;
}





.contentBG {
	background-image: url(../images/logoWM.png);
	background-repeat: no-repeat;
	background-position: top;
}



.footer {
	vertical-align: middle;
	text-align: center;
	font-size: xx-small;
	border-top: 1px solid White;
}









