body 
{

	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	background: #5D87A0 url(../img/back_all.gif) repeat-x;
	font: 13px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
  
}


body * 
{

	margin: 0px;
	padding: 0px;
	
  
}

/*
------------------
CLEARFIX
------------------
*/

.clearfix:after 
{ 

	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	
}

.clearfix 
{

	display:block;
	position:relative
	
}

* html .clearfix 
{
 
	height: 1%;
  
}

/*
------------------
Primary Containers
------------------
*/

#wrapper
{

  margin-left: auto;
  margin-right: auto;
  width: 780px;
  text-align: left !important;
  border-right: 10px solid #fff;
  border-left: 10px solid #fff;
  border-bottom: 10px solid #fff;
  
}

#menu
{

	width: 100%;
	height: 116px;
	background-image: url(../img/top1.gif);
	background-repeat: repeat-x;
	color: #595959;

}

#menu ul
{

	width: 100%;
	height: 38px;
	padding-top: 78px;

}

#menu li
{
	
	display: inline;

}

#menu a {
	float: left;
	width: 117px;
	height: 27px;
    display: block;
	text-align: center;
	text-decoration: none;
	color: #595959;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 10px;
	background: url(../img/button.gif) no-repeat;
}

#menu a:hover {
	width: 117px;
    height: 27px;
	padding-top: 10px;
	color: #FFffff;
	background: url(../img/button_r.gif) no-repeat;
	text-decoration: underline;
}

#header
{

	width: 100%;
	height: 200px;
	background-image: url(../img/header.jpg);
	background-position: center;
	background-repeat: no-repeat;
	border-top: 5px solid #5d87a0;
	border-bottom: 5px solid #5d87a0;

}

#main
{

	background: #ffffff url(../img/back_blue.gif) repeat-x;
	padding-top: 60px;
	padding-left: 20px;

}

#left
{

	width: 216px;
	
}

#left H3
{

	width: 191px;
	height: 31px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 25px;
	padding-top: 15px;
	text-transform: uppercase;
	color: #ffffff;
	background: url(../img/title.gif) no-repeat;

}

.m1  
{

	background: url(../img/title_back.gif) no-repeat;
	padding-top: 20px;
	
}

#left H4
{

	padding-left: 20px;
	color: #5D87A0;
	font-size: 11px;

}

#left p
{

	font-size: 11px;
	padding: 10px;

}

#left ul 
{

	list-style: none;
	
}



#left li ul 
{

	border: 0px;
	margin-left: 20px;
	margin-bottom: 10px;
	
}

#left li li 
{

	padding: 4px 20px;
    background: url(../img/small.gif) no-repeat left;
	
}

#left a 
{

	color: #5D87A0;
	
}
#left a:visited 
{

	color: #5D87A0;
	
}

#right
{

	float: right;
	width: 510px;
	padding-right: 10px;

}

#right H4
{
	margin: 0;
	padding: 0px;
	font-size: 12px;
	color: #5D87A0;
}

#right a
{

	color: #5D87A0;
	text-decoration: none;

}

#right p 
{

	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	
}

#right h2 
{

	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #5D87A0;
	
}

#footer 
{

	clear: both;
	padding-top: 20px;
	background: #ffffff url(../img/back_blue.gif) repeat-x;
	border-top: 4px solid #2C5C89;
    height: 50px;
	
}

#footer p 
{

	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #595959;

}

#footer a 
{

	color: #595959;
	
}

p.tag {
margin-left: 10px;
		font-family: arial, helvetica, times new roman;
		color: #5d87a0;
		font-size: 6px;
		font-weight: normal;
}

p.title {

       margin-left: 50px;
		font-family: arial, helvetica, times new roman;
		color: #5d87a0;
		font-size: 12px;
		font-weight: bold;
		
}

.img {
padding: 10px;
}

.gray
{
  font-family: arial, helvetica, times new roman;
color: #000000;
font-size: 18px;
font-weight: normal;
}
