/*******************************************************************************
	Layout (Basic)
*******************************************************************************/

html, table, td, form, body, form, div, table, tr, th, td, p, span, a, h1, h2, h3, h4, h5, h6, ul, ol, li, img, input, select, textarea
{
	margin:					0px;
	padding:				0px;
	font-family:			tahoma, sans-serif;
	font-size:				12px;
	color:					#000000;
}

body
{
	margin:					5px;
	text-align:				center;
	background:				#deeeee;
}

div
{
	position:				relative;
	z-index:				1;
	text-align:				left;
}

td, th
{
	text-align:				left;
	vertical-align:			top;
}

img
{
	border:					0px;
}

div#container
{
	clear:					both;
	margin:					auto;
	width:					750px;
	border:					1px solid #000000;
	background:				#ffffff;
}

div#header1
{
	clear:					both;
	height:					83px;
	padding:				5px;
	border-bottom:			1px solid #000000;
	background-image:		url('../images/eagles.png');
	text-align:				right;
}

div#header2
{
	clear:					both;
	padding:				5px;
	font-weight:			bold;
	letter-spacing:			5px;
	background:				#dcdcff;
	border-bottom:			1px solid #000000;
}

div#col-left
{
	float:					left;
	width:					150px;
	padding:				5px;
}

div#col-middle
{
	float:					left;
	width:					404px;
	padding:				5px;
}

div#col-right
{
	float:					right;
	width:					160px;
	padding:				5px;
}

div#footer
{
	clear:					both;
	padding:				5px;
	text-align:				right;
}

img
{
	border:					0px;
}

h1
{
	font-size:				16px;
	letter-spacing:			3px;
	padding-bottom:			10px;
	text-align:				center;
}

h2
{
	font-size:				14px;
	letter-spacing:			2px;
	padding-bottom:			5px;
	text-align:				center;
}

h3, h4, h5, h6
{
	font-size:				13px;
	letter-spacing:			1px;
	text-align:				center;
}

p
{
	padding:				5px;
	text-align:				justify;
}

ul
{
	margin-left:			25px;
	padding:				5px;
	list-style-type:		square;
	list-style-position:	outside;
}

.bu
{
	font-size:				10px;
	font-weight:			bold;
}

/*******************************************************************************
	Layout (Calendar)
*******************************************************************************/

.calendar
{
	border-spacing:			1px;
}

.calendar thead th
{
	padding:				2px;
	text-align:				center;
}

.calendar tbody td
{
	padding:				2px;
	text-align:				right;
	border:					1px solid #000000;
	background:				#eaeaea;
}

.calendar tfoot td
{
	padding:				2px;
	text-align:				center;
}

.calendar .today
{
	color:					#ffffff;
	background-color:		#66b3b3;
}

/*******************************************************************************
	Layout (Links)
*******************************************************************************/

a
{
	color:					#404040;
	font-weight:			bold;
	text-decoration:		none;
}

a:hover
{
	font-weight:			bold;
	text-decoration:		underline;
}

.thin 
{
	color:					#ff0000;
	font-weight:			normal;
	text-decoration:		underline;
}

.thin:hover
{
	color:					#ff0000;
	font-weight:			normal;
	text-decoration:		underline;
}

/*******************************************************************************
	Layout (Content)
*******************************************************************************/

.content
{
	width:					100%;
	border-collapse:		collapse;
}

.content thead th
{
	color:					#ffffff;
	padding:				5px;
	font-weight:			bold;
	border:					1px solid #000000;
	background-color:		#66b3b3;
}

.content tbody td
{
	padding:				5px;
	border:					1px solid #000000;
	text-align:				justify;
}

/*******************************************************************************
	Layout (Dates)
*******************************************************************************/

.dates
{
	width:					100%;
	border-collapse:		collapse;
}

.dates thead th
{
	color:					#ffffff;
	padding:				5px;
	background-color:		#66b3b3;
}

.dates tbody td
{
	padding:				5px;
	border:					1px dashed #000000;
	vertical-align:			middle;
}

.dates tfoot td
{
	padding:				5px;
	font-size:				10px;
	font-weight:			bold;
	text-align:				right;
}

.dates .event
{
	background-color:		#dcdcff;
}
