@import url("rte.css");

/*----------------------------------------------------------------------*/
/*---Tags---*/
body
{
	font-size: 12px;
	font-family: "Trebuchet MS", Georgia, Arial, Helvetica, Times;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #000;
	background-color: #eceded;
}

/*a {text-decoration: none;}*/
a:link {color: rgb(0,0,0);}
a:visited {color: rgb(0,0,0);}
a:hover {text-decoration: underline; color:blue;}

/*----------------------------------------------------------------------*/
/*---Classes---*/

.standardFont
{
  font-family: "Trebuchet MS", Georgia, Arial, Helvetica, Times;
  font-size: 12px;
}

/*----------------------------------------------------------------------*/
/*---Elements---*/
#container
{
  width: 920px;
  margin: 5px auto 0;
  padding: 0;
  text-align: left;
  position: relative;
  top: 0px;
  background: url(contentBackground.gif) 0 0 repeat-y;
}

#header
{
}

#topHeader
{
}

#topHeaderLeft
{
	ccbackground-color: green;
	width: 238px;
	height: 46px;
	display: block;
	float: left;
	overflow: hidden;
  margin: 0px;
  padding: 0px;
}

#topHeaderRight
{
  background-color: #eceded;
	width: 682px;
	height: 46px;
	display: block;
	float: right;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
}

#bottomHeader
{
	ccbackground-color: blue;
	width: 920px;
	height: 195px;
	display: block;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
	clear: both;
}

#contentContainer
{
}

#nav
{
	ccbackground-color: yellow;
	width: 197px;
	display: block;
	float: left;
	padding-left: 53px;
	padding-top: 15px;
}

#nav ul
{
  list-style-type: none;
  text-decoration: none;
  padding: 0px;
}

#content
{
	ccbackground-color: grey;
	width: 650px;
	display: block;
	float: right;
  padding-right:20px;
}

#clickPath
{
	ccbackground-color: green;
	font-weight: bold;
	font-size: 14px;
	display: block;
	float: right;
	padding-right:20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#contentText
{
	clear: both;
}

#footer
{
	clear: both;
}

#topFooter
{
	ccbackground-color: red;
	height: 39px;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
}

#bottomFooter
{
}

#bottomFooterLeft
{
	background-color: #eceded;
	width: 649px;
	height: 42px;
	float: left;
}

#bottomFooterRight
{
  background: url(bottomFooterRight.gif) center no-repeat;
	width: 271px;
	height: 42px;
	float: right;
}
