/* General Layout */
body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00125C;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/bg.gif);
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
a {
	color: #DC3F16;
	text-decoration: underline;
}
a:hover {
	color: #00125C;
	text-decoration: none;
}
strong {
	font-weight: bold;
}

#bodyblockouter {
	WIDTH: 770px;
	position: relative;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}#container {
	width: 770px;
	margin: 0px;
	padding: 0px;
}
#leftcont {
	float: left;
	width: 200px;
	clear: left;
}
#leftcont #logo {
	text-align: center;
	height: 38px;
}
/* Navigation */
#nav1{
	height: 150px;
}
#nav1 ul {
	list-style-type: none;
	text-align: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
#nav1 li {
	padding-bottom: 3px;
}
#nav1 #current a {
	background-color: #7D87AA;
	color: #FFFFFF;
}
#nav1 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #00125C;
	display: block;
	padding-right: 8px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin: 0px;
	padding-left: 0px;
}
#nav1 a:hover {
	color: #DC3F16;
	text-decoration: none;
	background-color: #A8AEC6;
}
#leftcont #leftpanel2 {
	background-color: #A8AEC6;
	margin-top: 7px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 11px;
	height: 211px;
}
#leftpanel2 a {
	color: #00125C;
}

#leftcont p {
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#leftcont #theset a {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

/* Main Content area */
#rightcont {
	float: right;
	width: 560px;
	background-color: #FFFFFF;
	margin-bottom: 15px;
	padding-bottom: 5px;
}
#header {
	height: 185px;
	background-color: #E5E7EE;
	padding-bottom: 10px;
}

#header img {
	display: block;
}

#rightcont h1 {
	font-size: 17px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #00125C;
	padding-right: 0px;
	padding-left: 0px;
	line-height: normal;
}

#maincontentarea {
	font-size: 12px;
	padding-left: 15px;
	width: 395px;
	float: left;
	line-height: 16px;
}
#maincontentareawide {
	font-size: 12px;
	padding-left: 15px;
	float: left;
	line-height: 16px;
	padding-right: 15px;
}
#maincontentarea p, #galleryintro p, #bejewelledintro p, #maincontentareawide p, {
	margin: 0px;
	padding-bottom: 10px;
}
#maincontentareawide ol, #maincontentareawide ul {
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}




#rightpicsarea {
	float: right;
	width: 145px;
	text-align: right;
	padding-top: 15px;
}
#rightpicsarea img {
	display: inline;
	margin-right: 15px;
	margin-bottom: 15px;
}
/* Footer */
#footer {
	background-color: #A8AEC6;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 5px;
	font-size: 11px;
}

