
/* FLOAT Images */
img.floatRight {
  margin: 5px 0 10px 10px;
}

img.floatLeft {
  margin: 5px 10px 10px 0;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

/* END FLOAT Images ---------------------------------------- */




* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Arial, Geneva, sans-serif, Helvetica,;
	color: #000;
	line-height: 1em;
	background: #e6e6e6 url(bg5.jpg) no-repeat center top;
	text-align: center;
}

a {
	text-decoration: underline;
	color: #000;
}

img {
	border-style: none;
}

#container {
	width: 100%;
	padding-top: 500px;
	background-position: center top;
	background-repeat: no-repeat;
}

/* @end */

/* menu----------------------------------- */

#menu ul {
	list-style-image: none;
	list-style-type: none;
	margin-bottom: 2.3em
}

#menu li {
	display: inline;
	margin-right: 1em;
	font-size: .8em;
}

#menu a {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	display: inline-block;
	padding: 2px 5px;
	background-color: #eee;
}

#menu a:hover { 
	  /*color: #e3e3e3;*/
	  text-decoration: underline;
	  display: inline-block;
	  padding: 2px 5px;
	  background-color: #C2DCF5;
	  }

/* end menu---------------------------------------------- */

/* HOVER------------------------------------------------- */

   a:link { 
	  color: #FF6600;
	  text-decoration: none;
	  }
   a:visited { 
	  color: #FF6600;
	  text-decoration: none;
	  }
   a:hover { 
	  color: #FF6600;
	  text-decoration: underline;
	  }
   a:active { 
	  color: #FF6600;
	  text-decoration: none;
	  }
/* end HOVER---------------------------------------------- */


/* content----------------------------------------------- */

#content {
	width: 485px;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.25em;
	font-size: .8em;
	float: none;
	text-align: left;
}

#content_tainer {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	float: none;
	text-align: left;
	background-color: #fff;
	padding-top: 1em;
	padding-bottom: 2em;
}

#content h1 {
	width: 485px;
	height: 61px;
	background-image: url(logo2b.gif);
	margin-bottom: 0em;
}

#content h1 a {
	display: none;
}

#content h2 {
	margin-bottom: 1em;
	margin-top: 1.5em;
	letter-spacing: .2em;
	font: bold 1.3em "Arial", Geneva, sans-serif, Helvetica,;
	text-transform: uppercase;
}

#content h3
#content h2, h3, p, hr {
	margin-bottom: 1em;
	font-size: 1.1em;
}

#content h3 span {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #000;
	display: inline;
	border-right: 1px solid #000;
	margin-right: 5px;
	padding-right: 8px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: .15em;
}

#content p, #content hr

#content h2, h3, p, hr {
	margin-bottom: 1em;
}

#content #intro {
	margin-bottom: 3em;
}

.ClassicHeadlineBlk {
	font-family: Arial, Geneva, sans-serif, Helvetica,;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}	
	
/* @end */





/* @group footer */

#footer {
	text-align: center;
	width: 490px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-top: 4em;
	padding-top: 2em;
	border-top: 1px solid #ccc;
	text-transform: uppercase;
	color: #000;
	height: 150px;
	font: .6em "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: .1em;
}

/* @end */