html,body {
	color: #FFF;
	font-family: Arial, 'Lucida Grande CE', lucida, sans-serif;
	font-size: 13px;
	font-weight: normal;	
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-color: rgb(255,255,233);
}

.page {
	margin: 0px auto;
	background-color: rgb(0,0,0);
	position: relative;
	width: 800px;
	height: 100%;
}
	
.content {
	overflow: auto;
	background-color: rgb(0,0,0);
	color: #FFF;
	margin-left: 4px;
	margin-right: 4px;
	padding: 15px;
	font-size: 12px;
}

.title {
	height: 93px;
	max-height: 93px;
	width: 800px;
	max-width: 800px;
	padding: 0px;
	margin: 0px;
	background-color: rgb(0,0,0);
	color: #FFF;
	overflow: hidden;
}

.title .logo {
	margin: 0px;
	max-height: 93px;
	max-width: 800px;
	min-width: 800px;
	min-height: 93px;	
}

#footer {
	font-size: 10px;
	clear: both;
	color: #FFF;
	background-color: rgb(0,0,0);
	height: 13px;
	margin: 0px;
	padding: 10px 10px 17px 10px;
	border-left: 4px rgb(0,0,0) solid;
	border-right: 4px rgb(0,0,0) solid;
	border-bottom: 4px rgb(0,0,0) solid;
}

#footer .email {
	color: rgb(255,255,203);
}

#footer-copyright {
	float: left;
	width: 350px;
	text-indent: 13px;
	margin-top: 3px;
}

#footer-meta {
	text-align: right;
	margin-right: 13px;
	float: right;
	width: 350px;
}

#footer-meta a {
	vertical-align: bottom;
}

#footer-meta img {
	border: none;
}

.menu {
	width: 790px;
	border-top: 2px rgb(240,240,210) solid;	
	background-color: rgb(0,0,0);
	color: rgb(0,0,0);
	text-align: left;
	margin: 0px;
	padding: 5px;
}

.menu a {
	color: #000;
	background-color: transparent;
	text-decoration: none;
	font-weight: bolder;
	font-size: 13px;
	text-align: center;
	padding: 5px 10px 5px 10px;
}
	
.menu a:link {
	color: rgb(240,240,210);
	font-weight: bolder;
	background-color: transparent;
}
	
.menu a:visited {
	background-color: transparent;
	font-weight: bolder;
	color: rgb(240,240,210);
}
	
.menu a:hover {
	color: black;
	font-weight: bolder;
	text-decoration: none;
	background: url(../images/common/menu/menu-selection.jpg) repeat-x left top;
	background-color: rgb(240,240,210);
}
	
.menu a.selected, .menu a.expanded, .menu a.selected-expanded {
	color: black;
	font-weight: bolder;
	background: url(../images/common/menu/menu-selection.jpg) repeat-x left top;
	background-color: rgb(240,240,210);
}
	
.menu a.selected:hover {
	color: black;
	font-weight: bolder;
	text-decoration: none;
	background: url(../images/common/menu/menu-selection.jpg) repeat-x left top;
	background-color: rgb(240,240,210);
}
	
.menu a:visited.selected {
	background: url(../images/common/menu/menu-selection.jpg) repeat-x left top;
	background-color: rgb(240,240,210);
	font-weight: bolder;
	color: rgb(0,0,0);
}

a {
	text-decoration: none;
	background-color: transparent;
	color: rgb(255,255,153);
}

a:hover {
	text-decoration: underline;
}
	
p {
	color: #FFF;
	background-color: #000;
	font-size: 13px;
	text-indent: 14px;
}

li .sitemap:first-letter {
	text-transform : capitalize;
}

ul .sitemap {
	margin: 0px 0px 5px 10px;
	padding: 2px 0px;
}

li .empty {
	list-style: none;
}

#gallery {
	text-indent: 0px;
	text-align: center;
}

#gallery img {
	border: 1px dotted #333;
}

#gallery a:hover {
	text-decoration: none;
}

hr {
	height: 1px;
	color: rgb(240,240,210);
	background-color: rgb(240,240,210);
	border: 0px;
	padding: 0px;
	margin: 0px 0px 15px 0px;
}

.image {
  padding: 15px;
  text-align: center;
}

h1 {
	font-size: 20px;
	color: rgb(255,255,203);
	text-align: left;
	font-weight: bold;
	background-color: #000;
	padding: 5px 0px 0px 0px;
	margin: 0px;
}

h2 {
	font-size: 14px;
	color: rgb(255,255,203);
	text-align: left;
	font-weight: bold;
	background-color: #000;
	padding: 5px 0px 0px 0px;
	margin: 0px;
}

li {
	list-style-type: none;
	padding: 0px;
}

.center {
	text-align: center;	
}

.right {
	text-align: right;	
}

.left {
	text-align: left;	
}

.highlight {
	color: rgb(240,240,210);
}

.bold {
	font-weight: bold;
}

.font-small {
	font-size:8pt;
}

.font-tiny {
	font-size:7pt;
}

.less-top-margin {
  margin-top: -10px;
}
