BODY
{
	padding:0;
	margin:0;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;	
	}

H3
{
	line-height:normal;
	padding:0;
	margin:0 0 ;
}
H2
{
	line-height:normal;
	padding:0;
	margin:0 0;
}
A
{
	text-decoration:none;
	color:#006699;
}
A:HOVER
{
	text-decoration:underline;
	color:#005588;
}
INPUT, TEXTAREA

{
	border:1px solid #333333;
}
FORM
{
	padding:0;
	margin:0;
}
IMG
{
	padding:0;
	margin:0;
	border:0;
}

.small-text
{
font-size:.8em;
}

#container
{
	width:1000px;
	text-align:center;
	margin:0 auto;
		
}

#header
{
	width:1000px;
	height:191px;
	background-image:url(images/layout/m_header.jpg);
	background-repeat:no-repeat;
}


#top
{
	width:1000px;
}
#left_side
{
	width:13px;
	height:35px;
	background-image:url(images/layout/m_left_bar.jpg);
	background-repeat:no-repeat;
	position:relative;
	float:left;
	
	
	
	
}
#right_side
{
	width:13px;
	height:35px;
	background-image:url(images/layout/m_right_bar.jpg);
	background-repeat:no-repeat;
	position:relative;
	float:right;
	margin-top:0px;
	
}

#middle_side
{
	width:974px;
	height:9px;
	background-image:url(images/layout/m_middle_bar.jpg);
	background-repeat:no-repeat;
	position:relative;
	float:left;
	margin-top:0px;

}
#menu
{
	width:970px;
	height:25px;
	position:relative;
	float:left;
	margin-top:0px;
	text-align:center;
	/*border:1px solid red;*/
	
}

#content_wrapper
{
	width:1000px;
	background-image:url(images/layout/m_bg.jpg);
	background-repeat: repeat-y;
	position:relative;
	float:left;
	margin-top:0px;
	text-align:center;


}

#content
{
	width:978px;
	margin-left:10px;
	margin-right:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#333333;
	text-align:center;
	text-align: -moz-center;
		
	
}


.end-lines
{	
	width:20px;
	height:20px;
	background-image:url(images/common/end-lines.jpg);
	background-repeat: no-repeat;
	float:right;
}

#footer
{
	width:1000px;
	height:22px;
	background-image:url(images/layout/m_footer.jpg);
	background-repeat: repeat-y;
	position:relative;
	float:left;
}

#footer-text
{
	width:1000px;
	height:50px;	
	position:relative;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	color:#333333;
	
}

#footer-text A
{
	color:#333333;
		font-weight:normal;

}

#footer-text A:HOVER
{
	color:#000000;
	text-decoration:underline;
	font-weight:normal;



}



/* PAGE TITLE */

.page-heading-wrapper
{	
	padding:0px;	
	margin:0;
	height:54px;
	text-align:left;
	margin-left:2px;	
	
}
.page-heading
{	
	background-image:url(images/common/top-title-bar.jpg);
	background-repeat:no-repeat;
	height:52px;
	width:973px;
	text-align:left;
		border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
		
}

.page-heading H2
{
	
	padding-top: 5px;
	margin-left:25px;
	color:#71523E;
	font-weight:bold;
	font-size:1.2em;
	
}
.page-heading H3
{
	margin-top: 0px;
	margin-left:50px;
	color:#A56A47;
	font-weight:bold;
	font-size:1.0em;
}

