/* CSS Document */

/******************** LAYOUT **************************/

body {
	margin: 		0;
	padding: 		0;
	background: 	#89925c;
	font-family: 	Arial, Helvetica sans-serif;
	color:			#000000;
	text-align:		left;
	font-size: 		81.3%;
	line-height:	1.5em;
}

#main_wrapper {
	width:			749px;
}

#header {
	width:			749px;
	height:			302px;
	background:		url(../images/header-bg.gif) no-repeat;
}

#navbar {
	height:			26px;
	width:			747px;
	margin:			0 1px;
	background:		url(../images/nav-bg.gif) repeat-x;
	color:			#FFF;
	font-size:		1.154em;
	font-weight:	bold;
	padding:		4px 0 0 0;
}

#navbar a {
	color:			#FFF;
	text-decoration:none;
}

#navbar a:hover {
	color:			#FFFF66;
}

#content {
	width:			749px;
	background:		url(../images/content-bg.gif) repeat-y;
}

#main_col {
	background:		url(../images/content-top.gif) -186px 0 no-repeat;
	width:			523px;
	float:			right;
	margin-left:	-186px;
	text-align:		left;
	padding:		20px;
}

#left_col {
	background:		url(../images/content-top.gif) 0 0 no-repeat;
	float:			left;
	width:			166px;
	text-align:		left;
	padding:		10px;
}


#left_col a:hover {
	color:			#FFFF66;
	text-decoration:none;
}

#footer {
	text-align:		center;
	font-size:		0.846em;
	font-weight:	bold;
	padding-top:	30px;
}

.left_col_title {
	color:#FFFFFF;
	font-size:1.2em;
	display:block;
	margin-bottom: 10px;
}

.left_col_subpage {
	color: #FFFFFF;
	display:block;
}

/******************** STYLES **************************/

table {

}

a {
	color:			#999999;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

p {
	margin: 		0 0 1.5em 0;
}

.nav_link {
	display:		block;
	padding:		5px 3px 3px 12px;
	color:			#303030;
	font-size:		1em;
	text-decoration:none;
	text-align:		left;
}

.nav_link:hover {
	background:		#303030;
	padding:		5px 3px 3px 12px;
	color:			#e8dac1;
	text-decoration:none;
}

.utility {
	font-size:		.9em;
	text-transform:	uppercase;
}

.subtitle {
	color:			#888888;
}

.alttext1 {
	font-size:		1.308em;
	font-weight:	bold;
}

.alttext2 {
	font-size:		1.154em;
	font-weight:	bold;
}

.header1 {
	color:			#1B315C;
	font-family:	Georgia,Times New Roman,Times,serif;
	font-size:		1.692em;
	font-weight:	bold;
	line-height:	1em;
}

.header2 {
	color:			#1B315C;
	font-family:	Georgia,Times New Roman,Times,serif;
	font-size: 		1.385em;
	font-weight:	bold;
	line-height:	1em;
}

.header3 {
	color:			#1B315C;
	font-family:	Georgia,Times New Roman,Times,serif;
	font-size:		1.154em;
	font-weight:	bold;
	line-height:	1em;
}

h1 {
	color:			#1B315C;
	font-family:	Georgia,Times New Roman,Times,serif;
	font-size:		1.692em;
	font-weight:	bold;
	margin:			0 0 .88em 0;
	line-height:	1em;
}

h2 {
	color:			#1B315C;
	font-family:	Georgia,Times New Roman,Times,serif;
	font-size: 		1.385em;
	font-weight:	bold;
	margin:			0 0 1.075em 0;
	line-height:	1em;
}

h3 {
	color:			#1B315C;
	font-family:	Georgia,Times New Roman,Times,serif;
	font-size:		1.154em;
	font-weight:	bold;
	margin:			0 0 1.3em 0;
	line-height:	1em;
}

.header1 a, .header2 a, .header3 a, h1 a, h2 a, h3 a {
	color:			#222222;
	text-decoration:none;
}

.header1 a:hover, .header2 a:hover, .header3 a:hover, h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration:underline;
}

.image_on_right {
	float:			right;
	margin-left:	10px;
	margin-bottom:	10px;
}

.image_on_left {
	float:			left;
	margin-right:	10px;
	margin-bottom:	10px;
}

.keywords {
	background-color:#EEEEEE;
	border-top:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
	padding:5px;
}

/* Comments */

.commentContent {
	border-top:1px dotted #999999;
	padding-top:10px;
}

.commentInfo {
	padding-top:4px;
	padding-bottom:10px;
}

/* Calendar */

.cal_header {
	font-weight: bold;
	text-align: left;
	font-size: 14px;
}

.calendar {
	width:100%;
	border: 1px solid #DDDDDD;
	border-collapse: collapse;
}

.calendar td {
	border: 1px solid #DDDDDD;
	vertical-align: top; 
}

.calendar td.today {
	background-color:#FFFFCC;
}

.calendar td.other_day {
	background-color:#FFFFFF;
}

.dayofweek {
	background-color: #333333;
	color:#FFFFFF;
	font-size:13px;
	font-weight:normal;
	padding:2px;
}

.empty_day {
	background-color:#DDDDDD;
}

.highlight {
	background-color: #FFE7D0;
}

.day {
	background-color:#EEEEEE;
	font-size:11px;
	color:#4F4F45;	
	padding:2px;
}

.day_today {
	background-color:#DDDDDD;
	font-size:11px;
	color:#4F4F45;	
	padding:2px;
}

.day a, .day_today a {
	color:#4F4F45;
	text-decoration:none;
}

.calendar hr {
	border: none 0;
	height: 1px;
	border-top: 1px dotted #B9B9A2;
}

.gray {
	color:#CCCCCC;
}

.author {
	font-weight:normal;
}

.author a {
	color:#000000;
	text-decoration:none;
}

.author a:hover {
	text-decoration:underline;
}

.form {
	font-size:11px;
}

.form select, textarea {
	font-family:"Lucida Grande",LucidaGrande,Arial,sans-serif;
	font-size:11px;
	border:1px solid #CCCCCC;
}

.form_element {
	font-family:"Lucida Grande",LucidaGrande,Arial,sans-serif;
	font-size:11px;
	border:1px solid #CCCCCC;
}

.copyright {

}

.copyright a {

}

.error {
	text-align:left;
	padding:6px;
	background-color:#FFFFCC;
	border:solid #FFCC33 2px;
}
