body {
	margin: 0;
	font-family: "Lucida Grande", Verdana, sans-serif; 
	font-size: 14px;
	background-color: #FFF;
}

.frame {
	-moz-border-radius: 12px;
	border-radius: 12px;
	background: #FFF;
	padding: 15px;
}

hr {
	margin-top: 30px;
	margin-bottom: 30px;
}

p {
	line-height: 18px;
}

h1 {
	margin-bottom: -4px;
}

h2 {
	margin-bottom: -6px;
	font-size: 18px;
}

h3 {
	padding-top: 6px;
	margin-bottom: -6px;
}

h4 {
	font-size: 17px;
	margin-bottom: -6px;
}

.center {
	text-align: center;
}

#center {
	text-align: center;
}

#green {
	color: #233730;
}

.green {
	color: #233730;
}

a:hover .hover {
	khtml-opacity:0.5;
	moz-opacity:0.5;
	filter:alpha(opacity=50);
	opacity: 0.5;
}

#container {
	margin: 0 auto;
	background-color: #233730;
	width: 100%;
}

#header {
	background-color: #FFF;
	padding-top: 3px;
}

#nav {
	z-index:100;
	width: 100%;
	height: 43px;
	text-align: center;
	background-color: #FFF;
	background: url(images/menu-bg.gif) top left repeat-x;
}

.menu {
	margin: 0 auto;
	border: none;
	border: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	width: 1100px;
}

.menu ul {
	background: url(images/menu-bg.gif) top left repeat-x;
	height: 43px;
	list-style: none;
	margin: 0 auto;
	padding: 0 auto;
}

.menu li {
	float: left;
}

.menu li a {
	color: #233730;
	display: block;
	font-weight: bold;
	line-height: 41px;
	padding: 0px 16px;
	text-align: center;
	text-decoration: none;
}

.menu li a:hover {
	color: #FFF;
	text-decoration: none;
	background: url(images/current-bg.gif) top left repeat-x;
	font-family: "Lucida Grande", Verdana, sans-serif;
}
		
.menu li ul {
	background: #FFF;
	border-left: 3px solid #233730;
	border-right: 3px solid #233730;
	border-bottom: 3px solid #233730;
	display: none;
	height: auto;
	position: absolute;
	z-index: 200;
}

.menu li:hover ul {
	display: block;
}

.menu li li {
	display: block;
	float: none;
}

.menu li ul a {
	display: block;
	font-size: 12px;
	font-style: normal;
	padding: -10px 10px -10px -5px;
	margin-left: -40px;
	text-align: left;
}

.menu li ul a:hover {
	background: #233730;
	color: #FFF;
	font-family: "Lucida Grande", Verdana, sans-serif;
}

.menu p {
	clear: left;
}
		
.menu #current {
	background: url(images/current-bg.gif) top left repeat-x;
	color: #FFF;
}

#line {
	margin: 0 auto;
	width: 100%;
	height: 0.4em;
	background-image: url(images/gold-bar.png);
	background-repeat: repeat-x;
	background-position: center;
}

#content {
	margin: 0 auto;
	width: 1000px;
	background-color: #233730;
}

#full {
	width: 1000px;
	color: #FFF;
	background-color: #233730;
}

#full a:link {
	text-decoration: underline;
	color: #FFF;
}

#full a:visited {
	text-decoration: underline;
	color: #FFF;
}

#full a:hover {
	text-decoration: none;
	color: #FFF;
}

#main {
	width: 700px;
	color: #FFF;
	background-color: #233730;
}

#main a:link {
	text-decoration: underline;
	color: #FFF;
}

#main a:visited {
	text-decoration: underline;
	color: #FFF;
}

#main a:hover {
	text-decoration: none;
	color: #FFF;
}

#side {
	width: 295px;
	color: #233730;
	float: right;
	padding-top: 4px;
}

#side-top {
	width: 295px;
	height: 16px;
	background-image: url(images/side-top.png);
	background-repeat: no-repeat;
}

#side-body {
	width: 295px;
	height: 100%;
	background-image: url(images/side-body.png);
	background-repeat: repeat-y;
	margin-bottom: 14px;
}

#side-content {
	width: 275px;
	color: #233730;
	padding-left: 16px;
}

#side-content a:link {
	text-decoration: underline;
	color: #233730;
}

#side-content a:visited {
	text-decoration: underline;
	color: #233730;
}

#side-content a:hover {
	text-decoration: none;
	color: #233730;
}

#side-bottom {
	width: 295px;
	height: 21px;
	background-image: url(images/side-bottom.png);
	background-repeat: no-repeat;
	margin-top: -14px;
}

#footer {
	text-align: right;
	line-height: 15px;
	font-size: 9px;
	background-color: #FFF;
	width: 100%;
	color: #666;
	padding-top: 9px;
	padding-bottom: 18px;
	margin: 0;
	font-family: "Lucida Grande", Verdana, sans-serif;
}

#footer a:link {
	color: #666;
	font-size: 11px;
	text-decoration: underline;
}

#footer a:visited {
	color: #666;
	font-size: 11px;
	text-decoration: underline;
}

#footer a:hover {
	color: #666;
	font-size: 11px;
	text-decoration: none;
}

