/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Title : Default CSS
Author : Paul Reid - Thanks to Marc van den Dobbelsteen
URL : http://blog.webbforce.nl/

all.css

Description : CSS Stylesheet for Resolution Dependent Layout

Created : November 12, 2006
Modified : January 15, 2007

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

/* ----- CSS ----- */

/* COLORS 
GREENS:
LIGHT GREEN: #615E39
GREEN: #3E3C1F
DARKEST GREEN: #302D18

BROWNS:
LIGHTEST TAN: #E7E9D1
TAN: #bfc2a3
DARK TAN: #A09474
BROWN: #?????? 

REDS:
DARK RED: #6A0000

*/

/* @group TESTING / TEMP */

.initial {
	background-color: #ff00e2;
}

div#count {
	display: none;
}
/*
#secondaryNav {
	background-color: #a8ff6e;
}
	
#primaryContent {
	background-color: #ff9ad2;
}

#secondaryContent {
	background-image: url(/source/imgs/bkgd_main.gif);
}

#secondaryColOne {
	background-color: #7c95ff;
}

#secondaryColTwo {
	background-color: #ff782e;
}
*/

/* @end */

/* @group prelim */

.form-item{ display: inline; }


* {
	
}

img a {
	border-style: none !important;
	border-width: 0 !important;
}

html {
	margin: 0;
	padding: 0;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {
	margin:0;
	padding:0;
}

body {
	background-image: url(/source/imgs/bkgd_main.gif);
	font-family: "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
	font-size: medium;
	margin: 0;
	padding: 0;
}

* html body {
	font-size: small; /* for IE5/Win*/
	f\ont-size: medium; /* for other Ie versions */
}

.clearfix:after {
	clear:both;
	content:".";
	display:block;
	height:0pt;
	visibility:hidden;
}
.clearfix {
}
* html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}

#container {
	position: relative;
}

/* @end */

/* @group classes */

.strikeme {
	text-decoration: line-through;
}

.faded {
	color: #A09474;
}

.hide {
	display: none;
}

.alert {
	background: #900; 
	color: #FFF; 
	padding-top: 5px;
	padding-bottom: 15px;
	border-top: 1px double black;
}

.alert p {
	text-align: center;
}

.alert a {
	font-weight: bold; 
	color: #FFF; 
	text-decoration: underline; 
	border-style: none;
}


.show {
	display: block;
}

.clearboth {
	clear: both;
}

.nobrdr {
	border-style: none;
}

.centerme {
	text-align: center;
}

.fullwidth {
	width: 100%;
	margin: 0 auto;
}

.fixedwidth {
	width: 500px;
	margin: 0 auto;
}

.offset {
	width: 100%;
	margin-right: -600px;
	float: left;
}

.smtxt {
	font-size: 80%;
}

.floatright {
	float: right;
	margin-left: 20px;
}


.floatleft {
	margin-right: 20px;
	float: left;
}

img.floatleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

/* @end */

/* @group Unused */

/* @group headings */

h1{
font:;
font-size:;
font-weight:;
color:;
margin:;
padding:;
}
h2{
font:;
font-size:;
font-weight:;
color:;
margin:;
padding:;
}
h3{
font:;
font-size:;
font-weight:;
color:;
margin:;
padding:;
}
h4{
font:;
font-size:;
font-weight:;
color:;
margin:;
padding:;
}


/* @end */

/* @group blockquotes */
blockquote p{
}
cite{
font:;
color:;
}
blockquote cite{
}


/* @end */

/* @group code */

pre{
margin:;
padding:;
background-color:;
border:;
font-size:;
overflow:;
}
code{
font-size:;
}
p code{
}
pre code{
}


/* @end */

/* @group text formatting */

strong{
}
em{
}
b{
}
i{
}


/* @end */

/* @end */

/* ---------- */

/* @group Header */

#header {
	background-image: url(/source/imgs/bkgd_main.gif);
}

#headerTop {
	background: url(/source/imgs/bkgd_sanaa.gif) repeat-x 0 bottom;
	height: 30px;
}

#headerTopleft {
	margin-right: 600px;
}

#headerCrnr a{
	width: 42px;
	height: 42px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	background: url(/source/imgs/corner_ahem.gif) no-repeat left top;
	border:0pt none;
	overflow:hidden;
	text-decoration:none;
	text-indent:-1000em;
}

#homelink {
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	background-color: #e7e9d1;
	font-size: 80%;
	text-align: center;
}

#homelink a:link, #homelink a:visited {
	display: block;
	color: #A09474;
	text-decoration: none;
	height: 22px;
	padding-top: 8px;
}

#homelink a:hover, #homelink a:active {
	color: #4c4928;
}

#headerTopright {
	min-height: 30px;
	width: 600px;
	float: right;
	background-color: white;
}

#headerLogin {
	width: 350px;
	float: left;
}

#headerLogin label {
	display: none;
}

#user-bar {
	color: #3E3C1F;
	font-size: 80%;
	padding-top: 5px;
	padding-left: 10px;
}
#user-bar p, #user-bar .item-list, #user-bar .item-list ul, #user-bar .item-list ul li{
	display: inline;
}

#user-login-form .item-list{
	display: none;
}

#user-bar a:link, #user-bar a:visited {
	color: #6A0000;
	text-decoration: none;
	border-bottom: 1px dotted #bfc2a3;
}
#user-bar a:hover, #user-bar a:active {
	color: #302D18;
	text-decoration: none;
	border-bottom: 1px solid #302D18;
}

#headerSearch {
	width: 250px;
	float: right;
}

#search-block-form{
	width: 250px;
	float: right;
	margin-top: 3px;
}

#headerBtm {
	clear: both;
	background: url(/source/imgs/bkgd_navbar.jpg) repeat-x;
	height: 103px;
}

#branding {
	margin-right: 600px;
}


#branding #logo {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}

#logo a:link img, #logo a:visited img, #logo a:hover img, #logo a:active img {
border-style: none;
	border-width: 0;
}

#branding #slogan {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #e7e9d1;
	font-size: 80%;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	margin-top: 10px;
	text-shadow:#000000 2px 2px 2px;
}

/* @group Main Nav */

#nav {
	width: 600px;
	float: right;
}

#nav li#l_nav_about a:hover,
#nav li#l_nav_philos a:hover,
#nav li#l_nav_port a:hover,
#nav li#l_nav_cv a:hover {
	background-color: #3d3b23;
}

#nav li.here a {
	background-image: url(/source/imgs/nav_here.gif);
}

li#l_nav_about a, li#l_nav_about,
li#l_nav_philos a, li#l_nav_philos,
li#l_nav_port a, li#l_nav_port,
li#l_nav_cv a, li#l_nav_cv {
	display:block;
	float:left;
	height:102px;
	width:150px;
}
#mainNav li#l_nav_about a, #mainNav li#l_nav_about {
	background: transparent url(/source/imgs/nav-about.gif) no-repeat scroll center center;
}

#mainNav li#l_nav_philos a, #mainNav li#l_nav_philos {
	background: transparent url(/source/imgs/nav-philos.gif) no-repeat scroll center center;
}

#mainNav li#l_nav_port a, #mainNav li#l_nav_port {
	background: transparent url(/source/imgs/nav-port.gif) no-repeat scroll center center;
}

#mainNav li#l_nav_cv a, #mainNav li#l_nav_cv {
	background: transparent url(/source/imgs/nav-cv.gif) no-repeat scroll center center;
}

#mainNav li a {
	border:0pt none;
	overflow:hidden;
	text-decoration:none;
	text-indent:-1000em;
}
#mainNav ul {
	margin: 0;
	padding: 0;
}
#mainNav ul li{
	float: left;
	list-style-type: none;
	display:inline;
	margin:0pt;
	padding:0pt;
	/*border-left: 1px solid #000;*/
}

/* @end */

/* @end */

/* @group PRIMARY CONTENT */

#primaryContent {
	background-color: #fff;
	color: #3E3C1F;
	font-size: 90%;
}

#primaryContent #main {
	background-color: #fff;
	color: #3E3C1F;
}

#primaryContent a:link, #primaryContent a:visited {
	color: #6A0000;
	text-decoration: none;
	border-bottom: 1px dotted #bfc2a3;
}
#primaryContent a:hover, #primaryContent a:active {
	color: #302D18;
	text-decoration: none;
	border-bottom: 1px solid #302D18;
}

#primaryContent h1 {
	color: #3E3C1F;
	text-align: center;
	background: url(/source/imgs/bar_h1.gif) no-repeat center bottom;
	padding-bottom: 15px;
	font: normal small-caps 180%/130% Georgia, "Times New Roman", Times, serif;
	display: block;
	width: 500px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 15px;
}

#primaryContent h4 {
	clear: both;
	font: small-caps 100% Georgia, "Times New Roman", Times, serif;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #615E39;
	border-bottom: 1px solid #e7e9d1;
	padding-top: 3px;
	padding-bottom: 3px;
	letter-spacing: 1px;
}

#primaryContent h5 {
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 80%;
}

#primaryImages #mainpic {
	float: left;
	margin-left: 10px;
}

#primaryImageExtra {
	width: 180px;
	float: right;
	margin-right: 10px;
	margin-top: 1px;
	height: 235px;
	border-top: 1px solid #bfc2a3;
	border-bottom: 1px solid #bfc2a3;
}

#primaryImageExtra #thumbs {
	height: 190px;
}

#primaryImageExtra img.tn {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
}

h5#thumbsTitle {
	border-bottom: 1px solid #e7e9d1;
	width: 100%;
	font-size: 70%;
	text-align: center;
	padding-top: 3px;
	color: #615E39;
	height: 17px;

	margin-bottom: 0;
	text-transform: none;
	letter-spacing: 0;
}

#thumbsNav {
	border-top: 1px solid #e7e9d1;
	width: 100%;
	font-size: 70%;
	text-transform: uppercase;
	height: 21px;
}

#thumbsNav #navPrev {
	display: block;
	float: left;
	width: 80px;
}

#thumbsNav #navPrev a {
	display:block;
	height: 20px;
	width:80px;
	background: url(/source/imgs/btn_prev.jpg) no-repeat left center;
	border:0pt none;
	overflow:hidden;
	text-decoration:none;
	text-indent:-1000em;
}

#thumbsNav #navPrev a:hover {
	border-bottom: 3px solid #615E39;
}

#thumbsNav #navNext {
	display: block;
	float: right;
	width: 80px;
}

#thumbsNav #navNext a {
	display:block;
	height: 20px;	
	width:80px;
	background: url(/source/imgs/btn_next.jpg) no-repeat right center;
	border:0pt none;
	overflow:hidden;
	text-decoration:none;
	text-indent:-1000em;
}
#thumbsNav #navNext a:hover {
	border-bottom: 3px solid #615E39;
}

#articleMain {
	clear: both;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 5px;
}

#articleMain ul li{
	list-style-image: none;
	list-style-type: none;
}


#articleMain p {
	margin-bottom: 15px;
	line-height: 140%;
}

#articleSub {
	clear: both;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 30px;
}

#primaryContent dl {
	padding-top: 5px;
	border-top: 1px solid #e7e9d1;
	clear: both;
	font-size: 90%;
	display: block;
}

#primaryContent dl dt {
	width: 180px;
	float: left;
	padding-bottom: 5px;
	display: block;
}

#primaryContent dl dd{
	width: 400px;
	float: right;
	padding-bottom: 5px;
	display: block;
}

#primaryContent .block {
	clear: both;
}

#articlesPrev {
	clear: both;
	margin: 10px;
}

#articleList {
	width: 290px;
	float: left;
}

#articleList dl{
	border-bottom: 1px solid #e7e9d1;
	clear: both;
	padding-bottom: 20px;
	margin-top: 5px;
}

#articleList dl dt{
	font: small-caps 150%/100% Georgia, "Times New Roman", Times, serif;
	margin-bottom: 3px;
	width: 100%;
	float: none;
	padding-bottom: 0;
}

#articleList dl dd.postdate{
	width: auto;
	font-size: 70%;
	float: left;
}

#articleList dl dd.articleLink{
	width: auto;
	font-size: 70%;
	float: right;
}

#gsImageView {
	overflow: auto;
}

#primaryContent .messages, #primaryContent .status, #primaryContent .help, #block-admin-display {
	margin: 10px;
	font-size: 90%;
}
#primaryContent .help p{
	margin-bottom: 10px;
}
.messages ul, .status ul {
}
.messages ul li, .status ul li {
	font-size: 90%;
	list-style-type: square;
	list-style-position: inside;
}

#main .collapsible {
	margin-right: 10px;
	margin-left: 10px;
}

/* @group Calendar */

#calendar {
	width: 275px;
	float: right;
}

#calendar h2 {
	display: none;
}

#calendar table {
	border:1px solid #e7e9d1;
	border-collapse:collapse;
	width:100%;
}

#calendar table th {
	text-align:center;
}

#calendar table tr {
}
#calendar td, #calendar th {
	border:1px solid #CCC;
	font-size:0.8em;
	margin:0pt;
	text-align:center;
}


/* @end */

#rssfeeds {
	clear: both;
	margin: 10px 10px 20px;
}

#rssfeeds ul {
	list-style-type: none;
	list-style-image: none;
	margin-top: -10px;
}

#rssfeeds ul li {
	width: 270px;
	height: 25px;
	display: block;
	float: left;
	margin-right: 10px;
	padding-top: 5px;
}

#rssfeeds ul li a{
	width: 258px;
	background: url(/source/imgs/feed-icon-16x16.gif) no-repeat right center;
	height: 25px;
	display: block;
}

#rssfeeds a:link, #rssfeeds a:visited {
	color: #3E3C1F;
	text-decoration: none;
	border-bottom: 1px dotted #bfc2a3;
}
#rssfeeds a:hover, #rssfeeds a:active {
	color: #302D18;
	text-decoration: none;
	border-bottom: 1px solid #A09474;
}

blockquote{
	margin: 10px 50px 20px 50px;
	padding: 0 10px;
	font-style: italic;
	text-align: center;
	border-right: 1px solid #A09474;
	border-left: 1px solid #A09474;
	line-height: 150%;
}

dl.first {
	border-top-style: none !important;
	border-top-width: 0 !important;
	margin-top: -5px;
}

/* @end */

/* @group secondaryNav */

.breadcrumb{
	font-size: 70%;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
}
.breadcrumb a:link, .breadcrumb a:visited {
	color: #3E3C1F;
	text-decoration: none;
	border-bottom: 1px dotted #bfc2a3;
}
.breadcrumb a:hover, .breadcrumb a:active {
	color: #302D18;
	text-decoration: none;
	border-bottom: 1px solid #302D18;
}

#secondaryNav {
	background-image: url(/source/imgs/bkgd_main.gif);
	color: #615E39;
	margin-bottom: 15px;
}

#secondaryNav h2 {
	background: url(/source/imgs/bar_h2.gif) no-repeat center bottom;
	font: small-caps 130% Georgia, "Times New Roman", Times, serif;
	text-align: center;
	margin: 5px auto 10px;
	padding-bottom: 15px;
	padding-right: 10px;
	padding-left: 10px;
}

/* @end */

/* @group optimize me */

/* @group top: login - search */
form#login, form#search {
	position:relative;
	padding: 5px 0 0 6px;
	/*padding:6px;
	border:1px solid grey;*/
}

div#username,
div#password, div#searchterm {
	position:relative;
	float:left;
	margin-right:3px;
}

input#username-field,
input#password-field,
input#search-field {
	width:12em;
	font-size: 70%;
	margin-right: 5px;
}

label.overlabel {
	color:#999;
	font-size: 80%;
}
label.overlabel-apply {
	font-size: 80%;
	position:absolute;
	top:3px;
	left:5px;
	z-index:1;
	color:#999;
}
input.btn {
	margin-top: 2px;
}


/* @end */

/* @end */

/* @group Footer */

#footer{
	clear:both;
	background: url(/source/imgs/bkgd-hills.jpg) 0 center;
	font-size: 90%;
	border-top: 1px solid #A09474;
}

#footTop {
	width: 100%;
}

#footTopWrap {
	float: left;
	width: 100%;
	margin-left: -600px;
}

#footTopWrapOffset {
	margin-left: 600px;
}
#quotetab {
	width: 23px;
	float: right;
	height: 45px;
	background: url(/source/imgs/foot_quote-arrow-left.gif) no-repeat right top;
	margin-top: 10px;
}

#footLocalTime {
	color: white;
	width: 50%;
	float: left;
}

#currTime {
	text-align: center;
	font-size: 75%;
	margin-top: 4px;
	margin-bottom: 4px;
}

#clock {
	background-image: url(/source/imgs/transp_behind_clock.png);
	width: 160px;
	height: 33px;
	margin-right: auto;
	margin-left: auto;
	font-size: 120%;
	text-align: center;
	padding-top: 7px;
}

#quote {
	float: right;
	width: 600px;
	background-color: #e7e9d1;
}

#quoteTitle {
	border-top: 1px solid #A09474;
	border-bottom: 1px solid #A09474;
	height: 30px;
	margin: 15px;
	background: url(/source/imgs/heading_quoteworthy.gif) no-repeat left center;
	overflow:hidden;
	text-decoration:none;
	text-indent:-1000em;
}

.field-field-passage-reference {
	display: none !important;
}

/*
#pics #galtitle {
	background: url(/source/imgs/headg_rand-photos.gif) no-repeat center bottom;
	height: 41px;
	text-align: center;
	width: 200px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
}*/

#quoteBody {
	line-height: 150%;
	font-size: 110%;
	margin: 15px 20px 15px 15px;
	min-height: 130px;
	height: 180px;
	overflow: auto;
	color: #3E3C1F;
}
#quoteBody p{
	margin-right: 5px;
	font-style: italic;
}

#quoteBody p.ref{
	margin-top: 15px;
	text-align: right;
	font-weight: normal;
	font-style: normal;
}

/* @group btmNav */

#footBtmNav {
	font-size: 10px;
	float: right;
	width: 600px;
	background-color: white;
}

#footBtmNav li#l_about a, #footBtmNav li#l_about,
#footBtmNav li#l_philos a, #footBtmNav li#l_philos,
#footBtmNav li#l_port a, #footBtmNav li#l_port,
#footBtmNav li#l_cv a, #footBtmNav li#l_cv {
	display:block;
	float:left;
	height:75px;
	width:149px;
}
#footBtmNav li#l_about a, #footBtmNav li#l_about {
	background: transparent url(/source/imgs/btn_footnav_about.gif) no-repeat scroll center center;
}

#footBtmNav li#l_philos a, #footBtmNav li#l_philos {
	background: transparent url(/source/imgs/btn_footnav_philos.gif) no-repeat scroll center center;
}

#footBtmNav li#l_port a, #footBtmNav li#l_port {
	background: transparent url(/source/imgs/btn_footnav_port.gif) no-repeat scroll center center;
}

#footBtmNav li#l_cv a, #footBtmNav li#l_cv {
	background: transparent url(/source/imgs/btn_footnav_cv.gif) no-repeat scroll center center;
}

#footBtmNav li a {
	border:0pt none;
	overflow:hidden;
	text-decoration:none;
	text-indent:-1000em;
}

#footBtmNav li a:link, #footBtmNav li a:visited {
}

#footBtmNav li a:hover, #footBtmNav li a:active {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #3e3c1f;
}

#footBtmNav ul {
	margin: 0;
	padding: 0 0 10px;
}
#footBtmNav ul li{
	float: left;
	list-style-type: none;
	display:inline;
	margin:0pt;
	padding:0pt;
	border-left: 1px solid #3E3C1F;
}


/* @end */

/* @group btminfo */

#footBtmInfo {
	float: left;
	font-size: 110%;
}

#footBtmInfo a:link, #footBtmInfo a:visited {
	color: #6A0000;
	text-decoration: none;
	border-bottom: 1px dotted #bfc2a3;
	display: block;
}
#footBtmInfo a:hover, #footBtmInfo a:active {
	color: #302D18;
	text-decoration: none;
	border-bottom: 1px solid #302D18;
	display: block;
}

#footBtm {
	clear: both;
	font-size: 10px;
	border-top: 1px solid #A09474;
}

#footBtmInfo dl{
	float: left;
	width: 190px;
	margin-left: 10px;
	margin-top: 7px;
}

dl#footInfoAddress{
	width: 190px;
}

.privacylink {
	float: left;
	margin-top: 7px;
	margin-left: 70px;
}

#infoGroup1 {
	display: block;
	float: left;
	width: 200px;
}

#infoGroup2 {
	display: block;
	float: left;
	width: 200px;
	border-left: 1px solid #A09474;
	padding-bottom: 7px;
}

#footBtmInfo dl dt{
	float: left;
	font-weight: bold;
	width: 50px;
	margin-left: 0;
}

#footBtmInfo dl dd{
	float: left;
	margin-left: 10px;
	text-align: left;
}

#footInfoAddress dd{
	float: left;
	margin-left: 10px;
	text-align: left;
	width: 100px;
	line-height: 100%;
}

/* @end */

#footLocal {
	position: absolute;
	right: 600px;
	left: 0;
	bottom: 0;
}

#footLocalStatus {
	top: 220px;
	position: relative;
	float: left;
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#footLocalDonate {
	height: 248px;
	background: url(/source/imgs/donate.gif) no-repeat center;
	right: 0;
	left: 50%;
	float: right;
	width: 50%;
}


#footLocalDonate a {
	display:block;
	height: 200px;	
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	border:0pt none;
	overflow:hidden;
	text-decoration:none;
	text-indent:-1000em;
	margin-top: 19px;
}
#footLocalDonate a:hover {
	background: url(/source/imgs/donate-hover.gif) no-repeat;
}
/* @end */

/* ---------- */

/* @group gallery */

#gallery {
	font-size: 80%;
}

.gcBackground1 light {
	background-color: #f7f7f2;
}

.gcBackground1 {
	background-color: #f2f3ec;
}

.gcBackground1 {
	background-color: #f2f3e7;
}

.gcBorder1 {
	border-color: #bfc2a3;
}

#gsNavBar div.gbBreadCrumb {
	display: block;
	font-size: 100%;
}

#gsNavBar div.gbSystemLinks {
	float: right;
}

.tbody {
	border-color: #bfc2a3;
}

.gcBackground2 {
	background-color: #E7E9D1;
	background-image: url(/source/imgs/bkgd_main.gif);
}

#gsSidebar {
	font-size: 90%;
}

#gsSidebar a:link, #gsSidebar a:visited {
	color: #6A0000;
	text-decoration: none;
}
#gsSidebar a:hover, #gsSidebar a:active {
	color: #302D18;
	text-decoration: none;
	border-bottom: 1px solid #bfc2a3;
}

#div#gsSidebar div.block-core-PeerList span.current {
	color: #302D18;
	text-decoration: none;
}

#gsFooter {
	display: none;
}

#pg_gal .item-list ul li {
	list-style-image: none;
	list-style-type: none;
}

#pg_gal #primaryContent_wrapper {
	float: right;
	margin-left: -200px;
	width: 100%;
}

#pg_gal #primaryContent {
	margin-left: 200px;
}

#pg_gal #secondaryNav {
	width: 200px;
	float: left;
}

/* @end */

