html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1.2;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
	font-family:Arial, Helvetica, sans-serif;
}
body{
	background-color:black;
	width:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:black;
}

.content_cell,
.menu_cell,
.footer_cell,
.img_cell{
	background-color:#C2C49A;
}
strong{
	font-weight:bold;
}
h1{
	font-size:1.1em;
	margin-bottom:3px;
	font-weight:bold;
}
h2{
	font-size:1.0em;
	margin-bottom:3px;
	font-weight:bold;
}
h3{
	font-size:0.9em;
	font-weight:bold;
}
#wrapper{
		width:990px;
		margin:0 auto;
		/*background:url(./images/wm.jpg) #C2C49A repeat-x center bottom;*/
}
.content_cell{
		position:relative; width:580px;height:530px; padding:15px; float:left;margin:0 auto;
	}
.img_cell{
	position:relative;
	width:150px;
	height:150px;
	padding:15px;
	margin:0px 0px 10px 0px;
}
.menu_cell{
	position:relative;
	height:15px;
	padding:5px 0 5px 0;
	width:990px;
	text-align:center;
	clear:both;
	margin:0 0 10px 0;
}
.footer_cell{
	position:relative;
	height:15px;
	padding:5px 0 5px 0;
	width:990px;
	text-align:center;
	clear:both;
	margin: -10px auto 0 auto;
}
#footer{
	width:990px;
	padding-bottom:3px;
	text-align:right;
	margin:0 auto;
	margin-right:20px;
}
#header{
	position:relative;
	width:990px;
	text-align:center;
	clear:both;
	margin:0px 10px 10px 0px;
}
#menu{
	width:990px;
	padding-bottom:3px;
	text-align:center;
	margin:0 auto;
}
#left_cell_holder{
	float:left;
	margin:0px 10px 10px 0px;
}
#right_cell_holder{
	float:right;
	margin:0px 0px 10px 10px;
}
#content{
	text-align:justify;
}
/*corners*/
.corner
{width:10px; height:10px; position:absolute; z-index:1;}
.tl
{top:0px; left:0px; background:url(../images/corners.jpg) top left no-repeat;}

.tr
{top:0px; right:0px; background:url(../images/corners.jpg) top right no-repeat;}

.bl
{bottom:0px; left:0px; background:url(../images/corners.jpg) bottom left no-repeat;}

.br
{bottom:0px; right:0px; background:url(../images/corners.jpg) bottom right no-repeat;}

a{
	color:blue;
}
#menu a{
	text-decoration:none;
}
#content{
	overflow:auto;
	width:580px;
	height:530px;
	padding:5px;
}

.s_table, .s_td, .s_th,{
	font-size:1em;
}
.s_td,.s_th{
    margin: 0;
    padding: 3px;
    border-width: 1px 1px 0 0;
	color:black;
    border-color: #808080;
    border-style: solid;
}
.s_table{
    border-width: 0 0 1px 1px;
    border-spacing: 0;
	border-collapse: collapse;    
	width:100%;
    border-color: #808080;
    border-style: solid;
}

.s_th{
	background-color:#000000;
	color:white;
	font-weight:bold;
	
}
.td1{
	background-color:#FFFFFF;
}
.td2{
	background-color:#ECECEC;
}

.testimonialBody{
	padding:3px;
	font-style:italic;
	float:left;
	width:550px;
	text-align:justify;
}
.testimonialAuthor{
	padding:0px 3px 5px 3px;
	font-weight:bold;
	clear:both;
}
.quoteStart{
	background-image:url(../images/quote.gif);
	background-position:center top;
	background-repeat:no-repeat;
	float:left;
	height:15px;
	width:17px;
	margin-right:4px;
}
.quoteEnd{
	background-image:url(../images/quote.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
	float:right;
	height:15px;
	width:17px;
	top:-15px;
}
.paging_bar{
	padding:2px 10px 5px 10px;
}
.paging_bar a{
	text-decoration:none;
}
.paging_bar a:hover{
	text-decoration:underline;
}

#emailform{
	display:none;
	width:100%;
	height:100%;
	background-color:white;
	border-color:#000;
	border-style:solid;
	border-width:1px 1px 1px 1px;
	padding:10px;
}
#emailform label{
	font-weight:bold;
	float:left;
}
#emailform p{
	padding:0px 0px 10px 0px;
}
#emailform #email,#emailform #name,#emailform #message{
	width:380px;
}
#emailform #message{
	height:150px;
	width:100%;
}
#emailform h2{
	border-bottom:1px solid black;
	margin-bottom:5px;
}