body {
  text-align: center;
  background: #cbcbb6 url('images/gifs/bg_tile.gif');
  margin-top: 0px;
  background-repeat: repeat-x;
  padding: 0px;
  margin-bottom: 0px;
}

#full {
  margin: 0 auto;
  width: 753px;
  text-align: left;
  padding: 0px;
}

#header {
  background: #bbbbff url('images/jpgs/header_logo.jpg') no-repeat;
  margin: 0px;
  padding: 0px;
  height: 336px;
}



/* Page Container */

#container {
	margin: 0px;
    padding: 0px;
	background: url('images/pngs/container_bg.png');
	background-repeat: repeat-y;
}

#container_top {
	margin: 0px;
	padding: 0px;
	background: url('images/gifs/header_container.gif') no-repeat;
	height: 16px;
}

#page {
	padding-top: 15px;
}



#content {
  float: right;
  margin: 0px;
  padding: 0px;
  margin-right: 15px;
  width: 525px;
  padding: 0px;
  min-height:300px;
  height:auto !important; /*This is a hack so IE6 has min height*/
  height:300px;
}



#text {
  color: #999;
  margin-top: 25px;
  font-family: Arial;
  font-size: 10pt;
  line-height: 140%;
}

#text a {
	color: #7cb3d6;
	text-decoration: none;
	font-style: italic;
}


/* Sidebar and Navigation */

#sidebar {
  float: left;
  padding: 0px;
  margin: 0px;
  font-family: Myriad Pro, Myriad, Lucida Sans;
  font-size: 12pt;
  text-align: right;
}
#nav ul{
	margin: 0;
	padding: 0;
	width: 180px;
	list-style: none;
	border-right: solid 2px #cccccc;
	padding-right: 10px;
}

#nav li{
	padding-top: 5px;
	color: #6ca3c6;
}

#nav a {
	text-decoration: none;
	color: #7cb3d6;
	padding-left: 13px;
}

#selected a {
	color: #bbbbcc;
}

.nav_small a{
	font-style: italic;
	font-size:  10pt;
}

#nav a:hover {
	/*color: #c90a09;*/
	background: url('images/gifs/link_bullet.gif') left no-repeat;
}


/* Footer */

#footer {
  clear: both;
  margin: 0px;
  color: #9999aa;
  height: 50px;
  font-size: 10pt;
  font-family: Myriad Pro, Myriad, Lucida Sans;
  text-align: center;
  border-top: 1px solid #d7d0c7;
  background: #000000 url('images/gifs/footer_container.gif');
  background-repeat: no-repeat;
}

#footer a {
	color: #eeffee;
	text-decoration: none;	
}

#footer a:hover {
	color: #ccccbb;
}

#footer_text {
	padding-top: 15px;
	color: #ffffff;
}

#bottom {
	margin: 0px;
	padding: 0px;
	color: #ece7d8;
	font-size: 12pt;
	text-align: right;
	font-family: Myriad Pro, Myriad, Lucida Sans;
	text-decoration: none;
}


#bottom span {
	padding-bottom: 3px;
	border-bottom: 2px solid #8f9caf;
	text-align: right;
}

#bottom p { 
	text-align: right;
	font-size: 9pt;
}




