* {
	margin: 0px;
	padding: 0px;
}

html {
	height: 100%;
}
	
body {
	background: url(../images/page-back.gif) repeat-x top center #FFFFFF;
	font: 62.5%/1.6 "Century Gothic", Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
}

p {
	font-size:1.1em;
	line-height:1.4em;
	padding:0 5px 0 0;
	margin-bottom:10px;
}

#outside {
	padding: 0px;
	margin: 0px;
	background:url(../images/page-area.png) no-repeat top center;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	text-align: center;	
}

#frame {
	padding: 0px;
	background: none;
	width:770px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	
}
	
#masthead {
	padding-top: 50px;
	background: url(../images/title-flat.png) no-repeat bottom center;
	width: 770px;
	height: 140px;
}

#navmenu {
	background: url(../images/nav-menu-back.gif) repeat-x top center;
	height: 20px;
	width: 770px;
}

#wrapper {
	margin: 0px;
	padding: 0px;
	width: 770px;
	float: left;
}

#left-panel {
	background: #243e90; 
	padding: 0px;
	margin: 0px;
	float: left;
	width: 200px;
	height: 720px;
}

#navigation {
	background:#243E90;
	width: 200px;
	padding: 0px;
	text-indent: 23px;
	margin-right: -23px;
}

#navigation ul {
	 float: left;
	 list-style: none;
	 padding: 0px;
}

#navigation li {
	margin: 0px;
	float: left;
	list-style: none;
	width: 200px;
	height: 40px;
}

#navigation a {
	  background: url(../images/nav-release.png) right no-repeat;
	  float: left;
	  font: 12px Century Gothic, Arial,Tahoma,sans-serif;
	  text-decoration: none;
	  color: #fff;
	  width: 200px;
	  height: 40px;
	  line-height: 38px;
}

#navigation a:hover {
	background: url(../images/nav-hover.png) right no-repeat;
  	color: #FFCC00;
}

#navigation .selected {
	background: url(../images/nav-selected.png) right no-repeat;
  	color: #FFCC00;
	font: 12px Century Gothic, Arial,Tahoma,sans-serif;
	text-decoration: none;
	font-weight: bold;
	line-height: 36px;
}

#contact {
	background: url(../images/contact-box.png) left top no-repeat;
	height: 238px;
	color: #FFFFFF;
	font: 12px Century Gothic, Arial,Tahoma,sans-serif;
	width: 200px;
	float: left;
}

#contact a {
	color:#FFCC00;
	text-decoration:none;
}
#contact a:hover {
	text-decoration: underline;
}
#contact a:visited {
}

#contact p.title {
	margin-left: 1em;
	padding-top: 33px;
	padding-left: 20px;
	font: 14px Century Gothic, Arial,Tahoma,sans-serif;
	font-weight: bold;
}

#contact p {
	padding-top: 5px;
	padding-left: 30px;
	font: 12px Century Gothic, Arial,Tahoma,sans-serif;
	font-weight: bold;
}

#content {
	
	text-indent: 0px;
	background:#ffffff;
	width: 570px;
	margin: 0px;
	float: left;
	padding: 0px;
	list-style-type: square;

}

#content li {
	list-style-type: square;
	margin-left: 50px;
	font-size: 10pt;
	line-height: 13pt; 
}

#content .title {
	background:#666666;
	margin: 0px;
	margin-bottom: 10px;
	padding-left: 10px;
	background: #EEEEEE;
	font-size: 16pt;
	font-weight: 900;
	color: #000099;
}

#content p,h3 {
	text-indent: 0px;
	margin-left: 20px;
	font: 14px "Century Gothic", Arial,Tahoma,sans-serif;
}

#content h3 {
	font-size: 12pt; 
	font-weight: 900; 
	color: #000099;
	margin-top: 15px;
	margin-bottom: 5px;
}

#content .quoted {
	font-size: 10pt;
	font-style: italic;
	line-height: 11pt;
	color:#000099;
}

#content .quotedby {
	font-size: 8pt; 
	text-align: left; 
	font-weight: 900; 
	margin-top: -5px;
	line-height: 10pt;
}

.image-right {
	float: right; 
	margin-top: 0px; 
	margin-right: 8px; 
	margin-left: 10px;
	margin-bottom: 30px; 
	text-align: center;
	font: 10px "Century Gothic", Arial,Tahoma,sans-serif;
	line-height: 10pt;
	border: none;
}

#footer {
	margin-left:auto;
	margin-right:auto;
	width:800px;
	background: url(../images/bottom-page.png) top center no-repeat;
	height:200px;	
}

.collapse {
	color:#000033; 
	background-color:#cccccc; 
	layer-background-color:#cccccc;
	position: relative;
	z-index:99;
	visibility:hidden;
}

#navlist ul
{
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}

#navlist li 
{
	font: 16px "Century Gothic", Arial,Tahoma,sans-serif;
	font-weight: bold;
	margin-left: 6px;
	display: inline;
	list-style-type: none;
	text-decoration: none;
	padding: 0px;

}

#navlist a {
	text-decoration: none;
	color:#FFFFFF;
	background-color: #036;
}

#navlist a { padding: 3px 15px; }

#navlist a:hover {
	color:#FFFFFF;
	background-color: #369;
}

