﻿
/* basic elements  */
body {
	margin: 30px 4% 4% 4%;
	font-family: Arial, sans-serif;
	color: #663300;
	font-size: 10pt;
	font-weight: normal;
	background-color: #4B1904;
}
#vls_wrapper {
	border-style: none;
	border-radius: 12px;
	width: 1000px;
	font-family: Arial, sans-serif;
	color: #532900;
	font-size: 10pt;
	font-weight: bold;
	margin: 0 auto;
	padding: 3px;
	height: 100%;
	overflow: auto;
	background-color: #FFFFFF;
}
#vls_wrapper2 {
	border-style: none;
	border-radius: 12px;
	width: 1000px;
	font-family: Arial, sans-serif;
	color: #532900;
	font-size: 10pt;
	font-weight: bold;
	margin: 0 auto;
	padding: 3px;
	height: 100%;
	background-color: #4B1904;
}
#header1 {
	margin: 0 auto;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
}

#header2 {
	background-position: center;
	margin: 0 auto;
	padding-top: 8px;
	padding-bottom: 2px;
	text-align: center;
	background-image: url('Images/header_vls.jpg');
	height: 140px;
	background-repeat: no-repeat;
}
#header {
	background-position: center;
	margin: 0 auto;
	padding-top: 8px;
	padding-bottom: 2px;
	text-align: center;
	background-image: url('Images/header_vls.jpg');
	height: 140px;
	background-repeat: no-repeat;
}
#menutop {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 984px;
	z-index: 100;
	height: 120px;
}
#maincontent {
	margin: auto;
	width: 900px;
	background-color: #FFFFFF;
	height: 100%;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
}
#content {
	padding: 10px;
	margin: 0px auto 0px auto;
	width: 750px;
	height: 100%;
	float: right;
	text-align: center;
}
p {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	color: #5B2E00;
	font-weight: bold;
}

.plaque {
	border-style: solid;
	border-width: 6px;
	border-color: #A04B2C #472318 #472318 #A04B2C;
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #DFC8BD;
	background-image: url('Images/wood.jpg');
	margin: 0 auto;
	display: block;
	width: 300px;
	vertical-align: middle;
	text-align: center;
	font-variant: small-caps;
}

	.uppercase {text-transform: uppercase}
	.lowercase {text-transform: lowercase}
	.capitalize {text-transform: capitalize}
	.smallcaps {font-variant:small-caps}
	
.small {
	font-size: small;
}
.xsmall {
	font-size: x-small;
}
.xxsmall {
	font-size: xx-small;
}
.small_em {
	font-size: .8em;
	font-weight: normal;
}
.justify {
	text-align: justify;
}
.center {
	text-align: center;
}
h11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 16pt;
	font-variant: small-caps;
	font-weight: bold;
	line-height: 150%;
	color: #663300;
}
h1 {
	padding: 4px 10px 10px 10px;
	margin: 10px;
	font-size: 3em;
	font-family: 'Philosopher', sans-serif;
	font-weight: bolder;
	text-align: center;
	display: block;
	color: #663300;
}

H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font: 12pt; 
	text-align: center; 
	font-weight: bold;
	line-height:150%;
	color: #663300;
	}

h3 {
	font-size: 2em;
	font-family: 'Philosopher', sans-serif;
	font-weight: bolder;
	text-align: center;
	display: block;
	padding-bottom: 10px;
	color: #983307;
}

figcaption {
	text-align: center;
	font-size: small;
}

	ul.disc {list-style-type: disc}
	ul.circle {list-style-type: circle}
	ul.square {list-style-type: square}
	ul.none {list-style-type: none}
.table500 {
	margin: auto;
	width: 500px;
	text-align: center;
}
.table600 {
	margin: auto;
	width: 600px;
	text-align: center;
}

.table700 {
	margin: auto;
	width: 700px;
	text-align: center;
}
.table700_just {
	width: 700px;
	text-align: justify;
}
.table700borders {
	border: 6px outset #663300;
	width: 700px;
	text-align: justify;
}
.table900 {
	padding: 10px;
	margin: 8px auto 8px auto;
	width: 900px;
	text-align: center;
}
.td_centerBold {
	text-align: center;
	font-weight: bolder;
}
.td_right {
	text-align: right;
}
.td_left {
	text-align: left;
}
.td_paddedcntr {
	padding: 8px;
	margin: 2px;
	text-align: center;
}
a:link {
	color: #663300;
}
a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #422100;
}
a:active {
	font-weight: bold;
	text-decoration: underline;
	color: #800000;
}
a hover {
	font-weight: bold;
	text-decoration: underline;
	color: #800000;
}
img.displayed {
	margin: auto;
	display: block;
}

	
img.right {
	margin: auto;
	display: block;
	text-align: right;
}
img.center {
	margin: auto;
	display: block;
	text-align: center;
}
.callout {
	  -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin: auto;
	text-align: center;
	border: 1px inset #472318;
	padding: 8px;
	width: 500px;
	background-color: #DBCCC8;
	font-size: 20px;
	font-variant: normal;
}
.calloutsmall {
	  -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin: auto;
	text-align: center;
	border: 1px inset #472318;
	padding: 3px;
	width: 500px;
	font-size: small;
	font-variant: normal;
	font-weight: bold;
}
.callout_cntr {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: auto;
	text-align: center;
	border: 3px inset #472318;
	padding: 8px;
	width: 500px;
	background-color: #DDD3B9;
	font-size: 20px;
	font-variant: normal;
	background-image: url('Images/LtStucco.jpg');
	font-family: 'Abril Fatface', cursive;
}
.calloutsmall_rt {
	  -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin: 8px;
	text-align: center;
	border: 1px inset #472318;
	padding: 3px;
	width: 250px;
	font-size: 12px;
	font-variant: normal;
	font-weight: bold;
	float: right;
}
.calloutsmall_lt {
	  -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin: 8px;
	text-align: center;
	border: 1px inset #472318;
	padding: 3px;
	width: 250px;
	font-size: small;
	font-variant: normal;
	font-weight: bold;
	float: left;
}
.callout_news {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	border: 3px groove #472318;
	padding: 8px;
	width: 550px;
	background-color: #FFFAF4;
	background-image: none;
	font-size: 14px;
	font-variant: normal;
	margin-right: auto;
	margin-left: auto;
}

.calloutwide {
	  -moz-box-sizing: border-box;
    box-sizing: border-box;
	text-align: center;
	border: 1px inset #472318;
	padding: 8px;
	width: 560px;
	background-color: #FFFFFF;
	font-size: 18px;
	font-variant: normal;
	margin-right: auto;
	margin-left: auto;
}
.calloutwideGrand {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	border: 1px inset #000066;
	padding: 8px;
	width: 650px;
	background-color: #FFFFFF;
	font-size: 18px;
	font-variant: normal;
	margin-right: auto;
	margin-left: auto;
}
.callout_newsinverse {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	border: 3px groove #FFFAF4;
	padding: 8px;
	width: 550px;
	background-color: #472318;
	background-image: none;
	font-size: 14px;
	font-variant: normal;
	margin-right: auto;
	margin-left: auto;
	color: #FFFAF4;
}
.callout_newsinverse a {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	padding: 8px;
	width: 550px;
	background-color: #472318;
	background-image: none;
	font-variant: normal;
	margin-right: auto;
	margin-left: auto;
	color: #FFFAF4;
}
.callout_cal {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: auto;
	text-align: center;
	border: 3px inset #472318;
	padding: 8px;
	width: 900px;
	background-color: #003366;
	font-variant: normal;
	color: #FFFFFF;
}
.page_title {
	padding: 4px 10px 10px 10px;
	margin: 10px;
	font-size: 3em;
	font-family: 'Philosopher', sans-serif;
	font-weight: bolder;
	text-align: center;
	display: block;
	color: #663300;
}
.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-variant: small-caps;
	color: #FF0000;
}
.titles_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-variant: small-caps;
	color: #000000;
	text-align: center;
}

.page_subtitle {
	font-size: 2em;
	font-family: 'Philosopher', sans-serif;
	font-weight: bolder;
	text-align: center;
	display: block;
	padding-bottom: 10px;
	color: #983307;
}
.page_subtitle2 {
	font-size: 14px;
	font-family: 'Philosopher', sans-serif;
	font-weight: bolder;
	text-align: center;
	display: block;
	padding-bottom: 10px;
	color: #983307;
	font-variant: small-caps;
}
.page_subtitleBlue {
	font-size: 2em;
	font-family: 'Philosopher', sans-serif;
	font-weight: bolder;
	text-align: center;
	display: block;
	padding-bottom: 10px;
	color: #000066;
}
.sitemenu {
	text-align: center;
	color: #FFFFFF;
}
.sitemenu_a {
	color: #FFFFFF;
}
.sm_caps_red {
	font-variant: small-caps;
	font-size: medium;
	color: #FF0000;
}
.sm_caps_red_cnt {
	font-variant: small-caps;
	font-size: medium;
	color: #FF0000;
	text-align: center;
}
.redboldcapscntr {
	color: #FF0000;
	font-weight: bold;
	font-size: 1.2em;
	font-variant: small-caps;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
.redboldcapscntr a {
	color: #FF0000;
	font-weight: bold;
	font-size: 1.2em;
	font-variant: small-caps;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
.redcapslarge {
	color: #FF0000;
	font-weight: bold;
	font-size: 1.5em;
	font-variant: small-caps;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
.redboldcapscntrButton{
	padding: 6px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-weight: bold;
	font-size: 1em;
	font-variant: small-caps;
	text-align: center;
	border: 2px solid #5B2E62;
	border-radius: 19px;
	width: 100px;
	height: 20px;
	text-decoration: none;
	background-color: #F0FFF0;
}
.redboldcapscntrButton a{
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-weight: bold;
	font-size: 1em;
	font-variant: small-caps;
	text-align: center;
	border: 2px solid #5B2E62;
	border-radius: 19px;
	width: 100px;
	height: 20px;
	text-decoration: none;
	background-color: #F0FFF0;
}
.hilight {
	font-weight: 700;
	background-color: #FFFF99;
}
