@charset "utf-8";

body
{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #000;
	background-image: url(layout/vert_bg_bg.jpg);
	background-repeat: repeat-x;
}

.head
{
	background: url(layout/row1.png) no-repeat center;
	margin: auto;
	height: 191px;
}

.menu { width: 1100px; margin: auto; text-align: middle; }

#row3
{
	background: url(layout/row3.jpg) no-repeat;
	height: 16px;
	width: 1100px;
	margin: auto;
}

.content_area
{
	margin: auto;
	padding: 0;
	background: url(layout/row4_col2.png) repeat-y top right;
	width: 1000px;
}

.content
{
	padding: 20px;
	background: url(layout/row4_col1.png) repeat-y top left;
	width: 700px;
}

.content h1 {
	margin-top: 0;
	color: #B3643B;
	text-align: left;
	padding-right: 0px;
	font-size: xx-large;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.content h2 { color: #900; text-align: left; padding-right: 20px; }

.content { font-size: small; color: #000; }
.content a { text-decoration: none; color: #06C; }
.content a:hover { text-decoration: none; color: #660; }

.knee
{
	background: url(layout/row5.png) no-repeat;
	height: 38px;
	padding-top: 100px;
	width: 1000px;
	margin: auto;
}

.knee p {
	font-size: small;
	color: #694427;
	text-align: center;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	margin: 0;
}

.knee a { color: #583921; text-decoration: none; }
.knee a:hover { color: #39F; text-decoration: none; }

.foot
{
	background: url(layout/row6.jpg) no-repeat;
	padding-top: 150px;
	height: 23px;
	width: 1100px;
	margin: auto;
}

.foot p {
	color: #666666;
	font-size: small;
	text-align: center;
	padding-bottom: 5px;
}

.foot a { color: #069; text-decoration: none; }
.foot a:hover { color: #F60; text-decoration: none; }

.xsmall { font-size: x-small; }
.stylesmallfont {
	font-size:small;
	text-align:left;
	padding-left: 70px;
	padding-right: 20px;
}

/* Box Model */
.box { padding: 10px 0; }
.box_title { font-weight: bold; font-size: large; }
/* End Box Model */

.debug { background-color: #FFF; }
.float { float: left; }
a img { border: 0; }
.item { text-align: right; }

.news_title { font-weight: bold; }

#entries { border-collapse: collapse; }
.odd { background: #DDD; }

/* Calendar */

.CalendarTable { border-collapse: collapse; }
.CalendarDay { border: 1px solid #000; vertical-align: top; }
.CalendarDay ul { list-style: none; margin: 0; padding: 0; }

.scrollable { height: 200px; overflow: auto; }