/* Commonalities */
body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

a, a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #157040;
}

a:hover {
	text-decoration: underline;
	background-color: #b9d8c9; 
}

.hideme {
	display: none;
}


/* Container Box */
#full-frame {
	width: 85%;
	margin: 10px auto;
	border: 1px solid #157040;
}


/* Site Net Header Navigation */
#sitenethead {
	margin: 0px;
	padding: 1px 5px;
	background-color: #157040;
}

#sitenethead h3 {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	color: #deebe4;
	font-weight: normal;
	font-size: 20px;
	letter-spacing: 5px;
}


/* Header Bar */
#header {
	margin: 0px
	padding: 0px;
	background-color: #b9d8c9;
	background-image: url(varos-green.jpg);
	background-repeat: no-repeat;
	border-bottom: 1px solid #157040;
}

#header h1 {
	margin: 0px;
	padding: 0px 5px;
	background-color: transparent;
	color: #157040;
	font-weight: normal;
	font-size: 50px;
	text-align: left;
}


/* Page Navigation */
#navigate {
	float: right;
	width: 130px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#navigate a:hover
{
	background-color: #b9d8c9;
	color: #157040;
}

#navigate ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#navigate li {
	margin: 0px;
}

#navigate li a {
	display: block;
	width: 125px;
	padding: 2px 0px 2px 5px;
}

#navigate li li a {
	display: block;
	width: 120px;
	padding: 2px 0px 2px 10px;
}

#navigate li li li a {
	display: block;
	width: 115px;
	padding: 2px 0px 2px 15px;
}


/* Content Box */
#content {
	margin-right: 130px;
	padding: 5px;
	border-right: 1px solid #157040;
}

#content .nav {
	padding: 1px 0px;
	border-top: 1px solid #b9d8c9;
	border-bottom: 1px solid #b9d8c9;
	font-size: 11px;
}

#content h2 {
	margin: 0px;
	background-color: transparent;
	color: #157040;
	font-weight: normal;
	font-size: 36px;
	text-align: left;
}

#content h3 {
	margin: 10px 0px 0px 0px;
	background-color: transparent;
	color: #157040;
	font-weight: normal;
	font-size: 24px;
	text-align: left;
}

#content h4 {
	margin: 10px 0px 0px 0px;
	background-color: transparent;
	color: #157040;
	font-weight: normal;
	font-size: 18px;
	text-align: left;
}

#content p {
	margin: 0px 0px 10px 0px;
}

#content p.quote {
	font-variant: small-caps;
}

#content strong {
	font-weight: bold;
}

#content em, cite {
	font-style: italic;
}

#content table {
	margin: 0px;
	width: 100%;
}

#content table th {
	margin: 0px;
	padding: 1px;
	background-color: #157040;
	color: #deebe4;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	vertical-align: top;
}

#content table td {
	margin: 0px;
	padding: 1px;
	border-bottom: 1px solid #157040;
	text-align: left;
	vertical-align: top;
}

#content table td.light {
	background-color: transparent;
}

#content table td.dark {
	background-color: #deebe4;
}

#content table .byline {
	font-size: 11px;
	font-style: italic;
}

#content dl {
	margin: 0px 0px 10px 0px;
}

#content dt {
	margin: 0px;
	font-weight: bold;
}

#content dd {
	margin: 0px 0px 5px 10px;
}

#content ol {
	margin: 0px 0px 10px 25px;
}

#content ul {
	margin: 0px 0px 10px 25px;
}

#content ul ul {
	margin: 0px 0px 10px 25px;
}

#content li {
	margin: 0px;
}

#content .clear {
	clear: both;
}

#content .wgnav {
	padding: 1px 0px;
	border-top: 1px solid #b9d8c9;
	border-bottom: 1px solid #b9d8c9;
	font-size: 11px;
}

#content .wgtag {
	background-color: #deebe4;
	font-size: 11px;
	font-weight: bold;
	color: #157040;
}

#content .limg {
	margin: 0px 5px 5px 0px;
	padding: 5px;
	float: left;
	width: auto;
	background-color: #deebe4;
	border: 1px solid #157040;
	font-size: 11px;
	text-align: left;
}

#content .rimg {
	margin: 0px 0px 5px 5px;
	padding: 5px;
	float: right;
	width: auto;
	background-color: #deebe4;
	border: 1px solid #157040;
	font-size: 11px;
	text-align: right;
}

#content .gallery {
	float: left;
	width: 100px;
	height: 110px;
	margin: 0px 5px 5px 5px;
	padding: 5px;
	background-color: #deebe4;
	border: 1px solid #157040;
	font-size: 11px;
	text-align: center;
}

#content .award {
	margin: 0px 5px 5px 5px;
	padding: 5px;
	float: left;
	width: 200px;
	height: 250px;
	background-color: #deebe4;
	border: 1px solid #157040;
	font-size: 11px;
	text-align: center;
}


/* Footer Bar */
#footer {
	clear: both;
	margin: 0px;
	padding: 1px 5px;
	background-color: #deebe4;
	border-top: 1px solid #157040;
	font-size: 11px;
	text-align: right;
}

