body{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0;
	padding: 0;
	background-color: #f2e5c2;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

:link,
:visited,
:active
{
	color: #606060;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div,
select,
table,
form,
img,
p,
ul,
h1,
h2,
h3,
dd,
object
{
	margin: 0;
	border: 0;
	padding: 0;
	font-weight: normal;
	font-size: 100%;
	background-repeat: no-repeat;
	background-position: top left;
}

ul{
	list-style: none;
}

input,
textarea,
select
{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

button
{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}


.delimiter{
	clear: both;
}

.unvisible_delimiter{
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-bottom: -1px;
}

.hidden{
	display: none;
}

.invisible{
	visibility: hidden;
	position: absolute;
}


#root{
	text-align: left;
	padding-bottom: 4px;
	margin: 0 auto;
}

#logo{
	text-align: center;
}

input,
textarea
{
	border: 1px solid #bdc2c6;
	background-color: white;
}


#bottom_frame{
	color: #4c3502;
	height: 1.4em;
	margin-top: 20px;
}

#bottom_frame :link,
#bottom_frame :active,
#bottom_frame :visited
{
	color: #4c3502;
	text-decoration: underline;
}

#bottom_frame em{
	font-style: normal;
}

#credits{
	padding-left: 6px;
	float: left;
}

#copyright{
	float: right;
	padding-right: 6px;
}

#photopage{
	text-align: center;
}

#photopage p span.quotes{
        font-size: 18px;
        font-weight: bold;
        position: relative;
        top: 5px;
        font-family: arial;
        margin-left: 2px;
        margin-right: 2px;
}

#sendmail form{
	margin-top: 20px;
}

#sendmail form p{
	padding-top: 2px;
	padding-bottom: 2px;
}

#sendmail span.label{
	display: block;
	float: left;
        width: 200px;
        text-align: right;
        margin-right: 5px;
}

#sendmail p.submit{
	text-align: right;
	padding-right: 96px;
}

#sendmail h1{
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	margin-bottom: 30px;
}

#interestform form{
	margin-top: 20px;
}

#interestform form p{
	padding-top: 2px;
	padding-bottom: 2px;
}

#interestform span.label{
	display: block;
	float: left;
        width: 200px;
        text-align: right;
        margin-right: 5px;
}

#interestform p.submit{
	text-align: right;
	padding-right: 96px;
}

#interestform h1{
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	margin-bottom: 30px;
}

#popupcalendar{
        border: 4px solid #f0e6c3;
        margin-top: 2px;
	width: 17.9em;
	margin-left: 155px;
}

html>body #popupcalendar{
	margin: 0 auto;
}

#popupcalendar h2{
        color: #7e5c11;
        text-align: right;
        padding-left: 2px;
        padding-right: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
}

#popupcalendar h2 span.title{
        float: left;
}

#popupcalendar table.calendar{
        table-layout: fixed;
        width: 17.9em;
        text-align: center;
}

#popupcalendar table.calendar td{
        vertical-align: middle;
        padding: 4px;
}

#popupcalendar table.calendar thead{
        background-color: #dad1b1;
        color: #7e5c11;
}

#popupcalendar table.calendar tbody{
        background-color: #eeeeee;
        color: #888888;
}

#popupcalendar table.calendar tbody td{
        border: 2px solid #eeeeee;
}

#popupcalendar table.calendar tbody td.selected{
        font-weight: bold;
}

#popupcalendar table.calendar tbody td a,
#popupcalendar table.calendar tbody td :link,
#popupcalendar table.calendar tbody td :active,
#popupcalendar table.calendar tbody td :visited
{
        text-decoration: underline;
}

#popupcalendar table.calendar tbody td.prevmon
{
        color: #b6b6b6;
}

#popupcalendar table.calendar tbody td.nextmon{
        border-color: white;

}

#popupcalendar table.calendar tbody td.future,
#popupcalendar table.calendar tbody td.nextmon,
#popupcalendar table.calendar tbody td.today
{
        background-color: white;
}

#popupcalendar table.calendar tbody td.future{
        color: black;
        border-color: white;
}

#popupcalendar table.calendar tbody td.today{
        color: black;
        border-color: #941400;
}

#popupcalendar table.calendar tbody td.future a,
#popupcalendar table.calendar tbody td.future :link,
#popupcalendar table.calendar tbody td.future :active,
#popupcalendar table.calendar tbody td.future :visited,
#popupcalendar table.calendar tbody td.today a,
#popupcalendar table.calendar tbody td.today :link,
#popupcalendar table.calendar tbody td.today :active,
#popupcalendar table.calendar tbody td.today :visited
{
        color: #941400;
}

#popupcalendar table.calendar tbody td.nextmon
{
        color: #b6b6b6;
}

#popupcalendar table.calendar tbody td.nextmon a,
#popupcalendar table.calendar tbody td.nextmon :link,
#popupcalendar table.calendar tbody td.nextmon :active,
#popupcalendar table.calendar tbody td.nextmon :visited
{
        color: #da7768;
}

#popupcalendar table.calendar tbody td.future.prevmon{
        color: #b6b6b6;
}

#popupcalendar table.calendar tbody td.future.prevmon a,
#popupcalendar table.calendar tbody td.future.prevmon :link,
#popupcalendar table.calendar tbody td.future.prevmon :active,
#popupcalendar table.calendar tbody td.future.prevmon :visited
{
        color: #da7768;
}

#popupcalendar table.calendar tbody td.future.nextmon a,
#popupcalendar table.calendar tbody td.future.nextmon :link,
#popupcalendar table.calendar tbody td.future.nextmon :active,
#popupcalendar table.calendar tbody td.future.nextmon :visited
{
        color: #da7768;
}


#popupcalendar table.calendar tbody td.future a.admin,
#popupcalendar table.calendar tbody td.future a.admin:link,
#popupcalendar table.calendar tbody td.future a.admin:active,
#popupcalendar table.calendar tbody td.future a.admin:visited,
#popupcalendar table.calendar tbody td.today a.admin,
#popupcalendar table.calendar tbody td.today a.admin:link,
#popupcalendar table.calendar tbody td.today a.admin:active,
#popupcalendar table.calendar tbody td.today a.admin:visited
{
        color: black;
}

#popupcalendar table.calendar tbody td.future.nextmon a.admin,
#popupcalendar table.calendar tbody td.future.nextmon a.admin:link,
#popupcalendar table.calendar tbody td.future.nextmon a.admin:active,
#popupcalendar table.calendar tbody td.future.nextmon a.admin:visited,
#popupcalendar table.calendar tbody td.future.prevmon a.admin,
#popupcalendar table.calendar tbody td.future.prevmon a.admin:link,
#popupcalendar table.calendar tbody td.future.prevmon a.admin:active,
#popupcalendar table.calendar tbody td.future.prevmon a.admin:visited
{
        color: #b6b6b6;
}
