
body	{
 background: #FFF url("images/bg_gray.gif") no-repeat;
 color: #666;
 font: 12px/1.4em  "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif;
 text-align:center;
 margin:4px 0px; 
 padding: 0 0 0;
 } 

.table	{
 color: #000;
 font: 12px/1.4em "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif;
 text-align:center;
	}

.left	{
  text-align:left;
	}

.leftb	{
	text-align:left;
	font-weight:bold;
	}
.headline	{
	font: 14px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif;
	font-weight:bold;
	color: #FFF;
	}
.headline_bur	{
	 color: #b11252;
	font: 16px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif;
	font-weight:bold;
}
.text_bur	{
	color: #b11252;
}
a	{
	font: 11px/1.2em "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif;
	color:#000;
	text-decoration:none;
	}

/* ---------- div ---------- */

#container { 
	margin:0px auto;
	width:980px;
	text-align:center;
	border:10px solid #666666;
	background:#FFF;
	}
#wrapper {
  margin: 0px auto;
  text-align:center;
 width: 960px;
 z-index:1;  
 border:10px solid #999999;
	}
#wrapper2	{
		margin: 0px auto;
		width:954px;
		border:3px solid #333333;
}
#header {
  width:956px;
  height:171px;
  margin:0px auto;
  text-align:center;

	}
#headerRt	{
	width:700px;
	float:right;
	}


#content  {
	width:950px;
  margin: 0px auto;
  background: #fff;
  text-align:center;
  float:left;
  z-index:0;
     }

#first {
 height:340px;
 width:299px;
 margin: 22px 10px 0 18px;
 background: url(images/box_bg.gif) no-repeat;
 text-align:center;
 float:left;
 color:#FFF;
 padding-top:6px;
   }
#second {
 height:340px;
 width: 299px;
 margin: 22px 8px 20px 8px;
 background:url(images/box_bg.gif) no-repeat;
 text-align:center;
 float:left;
 color: #FFF;
 padding:6px 2px 2px 1px;
 }
#third {
 height:340px;
 width: 299px;
 margin:22px 2px 0px 4px;
 background:url(images/box_bg.gif) no-repeat;
 float:left;
 text-align:center;
  color:#FFF;
  padding-top:6px;
 }
#firstIn	{
 width: 928px;
 margin:4px 2px 0px 4px;
 background:#FFF;
 float:left;
 text-align:left;
  color:#653c64;
  padding:6px;
}
#bottom  {
  padding:3px;
  color: #000;
  text-align:center;
  font-size:10px;
	}

#bottom h3  {
  text-align:center;
  font: 20px/1.6em bold "Georgia", serif;
            }
#textlinks  {
  padding:3px;
  color: #000;
  text-align:center;
  font-size:10px;
  margin-top:20px;
  }

	#textlinks a:link {
			  padding: 2px 8px;
			  }

	#textlinks  a:visited {
			  padding: 2px 8px;
			  }


	#textlinks a:hover {
			  padding: 2px 8px;
			  }


#footer  {
  background:#FFF;
  padding:3px;
  color: #000;
  text-align:center;
  font-size:9px;
 	}

/*----------------------- nav ---------------------------*/

#nav {
	background:#333;
	width:948px;
	padding:8px 3px;
 	color: #ffffff;
	text-align:center;
	margin-top:0px;
	}

#nav a	{
		height:28px;
		margin:2px 12px;
		font-size:12px;
		font-weight:bold;
}

#nav li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}
#nav li a	{

	padding:4px 24px; 
	color: #FFF;
	background:#999;
	text-decoration:none;
}
#nav  a:visited {
	color: #FFF;
	text-decoration:none;
	}

#nav li a:hover {
	color: #666;
	background:#999;
	text-decoration:none;
	}

/* ---------- p ---------- */

p {
 padding-top: 1px;
 }
.p1 {
 padding-top: 2px;
 }


/* ---------- a ---------- */
#bottom a:link, a:visited {
	font-size: 12px;
	color: #000;
	text-decoration:none;
	}

#bottom a:hover {
	color: #000;
	background: #E7D241;
	}

 
 
/* ---------- h1, h2, h3 ---------- */

h1, h2, h3, h4 {
 font-weight: bold;
 font-size: 1.3em;
 line-height: 1.0em;
 display: block;
 }

h2 {
 font: Arial, Helvetica, sans-serif; 12px; #FFF;
 }
#second h3, #third h3 {
 width: 430px;
 height: 36px;
 background-repeat: no-repeat;
 }

h4 {
 width: 130px;
 height: 200px;
 background:  url(images/images2/10collage.jpg) no-repeat;
 }


.float			{ display: inline; }
.right			{ float: right; margin-left: .3em; }
.left			{ float: left; margin-right: .3em; }
.center			{text-align:center;}
.col			{ float: left; width:200px; display: inline; padding:14px 0 0 4px; }
.append			{ margin-right: 16px; padding-left:16px; }
.mailing		{ width: 500px; display:inline; margin-right:20px;  }
.mailingimg		{ width: 300px; display:inline; }
.in				{ float:left; padding:14px 0 0 4px; }

