body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	background-attachment: scroll;
	margin-left: auto;	background-image:  url(../images/stretch.gif);
	background-repeat: repeat-y;
	background-position: center;
}

html>body  #wrapper{
	width: 830px;
}
#wrapper{
	text-align: left;
	position: relative;
	width: 850px;
	padding-bottom: 20px;
	margin: 0 auto;

}
#masthead{
	height: 200px;

}
html>body #main{
	left: 10px;
	top: -10px;

}
#main{
	height: 100%;
	position: relative;
	float: right;
	width: 700px;
	padding-bottom: 20px;
	margin-bottom: 10px;
	background-color: #CDC6A9;
	background-repeat: no-repeat;
}

#logo{
	position: relative;
	width: 130px;
}
html>body #sidepanel{
	width: 120px;
}
#sidepanel{
	display: block;
	float: left;
	position: relative;
	width: 150px;
	text-align: right;
	padding-top: 80px;
	padding-right: 10px;
}
html>body #content{
	top: 10px;

}
#content{
	position: relative;
	width: 600px;
	left: 50px;
	background-color: #FFFFFF;
	top: 100px;
}


html>body #nav{

}
#nav{
	position: relative;
	float: right;
	top: 153px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 20px;
}

#nav a {
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:hover {
	color: #000000;


}


html>body #title{
	width: 540px;	
	height: 25px;


}
#title{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: bold;
	top: 150px;
	right: 20px;
	height: 60px;
	width: 600px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}
html>body #text{

}
table {
	font-size: 12px;
}

#text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #423B27;
	padding-top: 25px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	line-height: 150%;
	margin-bottom: 0px;
}

h3{

}


#picture{
	float: right;
	margin-right: 30px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-bottom: 20px;
}
#emptyholder {
	clear: both;
	height: 390px;
	float: none;
}
#clearone{
	clear: both;
	height: 10px;
	float: none;
}
#footer{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	height: 50px;
	color: #666666;
	line-height: 140%;
	font-weight: normal;
	clear: both;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 5px;
}

#footer a:link {
	color: #666666;	
}
#footer a:visited {
	color: #666666;

}
#footer a:active {
	color: #666666;

}
#footer a:hover {
	color: #000000;
}

.admintitle{
	color: #FFFFFF;
	background-color: #666666;
	text-align: center;
}
.admintable{
	font-size: 12px;
}
.adminmenu{
	font-size: 11px;
}


/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}

#adminnav{
	position: absolute;
	top: 1px;
	right: 1px;
}form {
	display: inline;
}
A:link		{
text-decoration: underline;
color: #003399
}
A:visited	{
color: #003399;
text-decoration: underline;
}
A:active	{
color: #003399;
text-decoration: underline;
}
A:hover		{
text-decoration: underline;
color: #9999CC
}

.addmini{
	background-color: #CCCCCC;
}

#getmenus{
	text-align: center;
	clear: both;
	float: none;
}
html>body #menuspacer{
	height: 215px;}
#menuspacer{
	height: 0px;
}

#minimenu{
	font-size: 11px;
	display: block;
	color: #666666;
	text-decoration: none;
	margin-top: 2px;
	margin-right: 6px;
	margin-bottom: 10px;
	margin-left: 6px;
}

#minimenu a:link {
	color: #666666;
	text-decoration: none;
}
#minimenu a:visited {
	color: #666666;
	text-decoration: none;
}
#minimenu a:active {
	color: #666666;
	text-decoration: none;
}
#minimenu a:hover {
	color: #999999;
	text-decoration: underline;
}