
body {
    font-family: Tahoma, "Lucinda Grande", Arial, sans-serif;
    text-align: center;
}

#brownbag {
    width: 780px;
    margin: 0px auto 0 auto;
    text-align: left;
    background-color: #fff;
}

#maincol {
    float: left;
}

h1 {
    color: darkblue;
    background: none;
    font-size: 1.5em;
    margin-bottom: 5px;
    text-align: center;
}

h2 {
    color: darkblue;
    background: none;
    font-size: 2em;
    font-weight: bold;
    text-transform: uppercase:;
}

h4 {
    color: darkblue;
    background: none;
    font-size: 1.1em;
    font-weight: bold;
    text-align: left;
    margin: 0;
    margin-top: 5px;
}

.extratop { margin-top: 80px;}

h5 {
    color: grey;
    background: none;
    font-size: .9em;
    font-weight: bold;
    text-align: center;
    margin: 0;
    margin-top: 5px;
}

p {
    font-weight: none;
    margin-bottom: 10px;
    margin-top: 0;
    font-size: .8em;
}

.leftsidebar {
    color: #000;
    width: 220px;
    float: left;
    margin: 5px;
    padding: 8px;
    background: #cc9 top no-repeat;
}

.leftsidebar li {
    list-style: none;
    font-weight: none;
    padding-left: 0;
    margin-left: -30px;
    color: black;
    font-size: .8em;
}

ul.TextList {
    font-size: 1em;
    margin-left: 30;
    margin-bottom: 15px;
    padding: 0;
}

ul.NavText {
    list-style: none;
    font-size: 80%;
    vertical-align: top;
    width: 488px;
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    float: top right;
    text-align: center;
    line-height: 1em;
}

ul.NavText li {
    display: inline;
}

ul.centraltext {
    width: 488px;
    font-weight: none;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 0px;
    margin-top: 0;
    color: black;
    background: none;
    text-align: left;
}

.CentralText {
    width: 488px;
    font-weight: none;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 0px;
    margin-top: 0;
    color: black;
    background: none;
    text-align: left;
}

.pictext {
    font-weight: none;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 0px;
    margin-top: 0;
    color: black;
    background: none;
    text-align: left;
}

.pagetext {
	text-align: center;
	text-transform: none;
	font-size: .9em;
	color: #333;
	margin: 15px;
}

.FaqText li { 
	 list-style-type: none; 
	 text-align:left;	
}

.FaqText {
    width: 450px;
    font-weight: none;
    font-size: .9em;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 0px;
    margin-top: 0;
    color: black;
    background: none;
    text-align: left;
}

.CapsBold {
    font-weight: none;
    margin-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0;
    color: blue;
    background: none;
    text-transform: uppercase;
    text-align: left;
}
	
div.photo {
    border: 7px solid #cc9;
    color: #333;
    text-transform: uppercase;
    text-align: center;
    font-size: .9em;
    background-color: #cc9;
    margin-bottom: 10px;
    padding-bottom: 0;
    width: 488;
}

div.photo-gal {
    border: 7px solid #cc9;
    color: #333;
    text-transform: uppercase;
    text-align: center;
    font-size: .9em;
    background-color: #cc9;
    margin-bottom: 10px;
    padding-bottom: 0;
    width: 488;
}

div.photo-gal p {
    margin-top: 5px;
    margin-bottom: 1px;
}

div.photo p {
    margin-top: 5px;
    margin-bottom: 1px;
}

.PhotoG {
    color: #333;
    text-transform: uppercase;
    text-align: center;
    font-size: .9em;
    background-color: #cc9;
    margin-bottom: 10px;
}

.hd-center {
    text-align: center;
}

.PhotoDetail {
    color: #333;
    font-size: .75em;
    background-color: #fff;
    margin-bottom: 0;
}

.tableDetail {
	padding: 0;
	margin: 0;
	padding: 5px;
	width: 488;	
}

.captioncol-l {
  text-align: right;
  font-size: 1em;
  padding-right: 5px;
}

.captioncol-r {
  text-align: left;
  font-size: 1em;
  padding-left: 5px;
}

.SmallText {
    font-size: .9em;
}

.Footer {
    font-weight: light;
    color: grey;
    background: none;
    font-size: .7em;
    text-align: center;
}

p.right {
    text-align: right;
}

p.left {
    text-align:left;
}

p.center {
    text-align: center;
}

a:hover {
    background-color : #FFC966;
}

