/* CSS Document */

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

body {
	background:url(../images/background.gif);
	font-family:Times New Roman,Times,serif;
	font-size:16px;
	line-height:20px;
	padding:20px;
	margin:0px;
	text-align:left;
}

#main_wrapper {
	width:690px;
}

#header {
	width:650px;
	height:27px;
	background-image:url(../images/header-bg.jpg);
	padding:176px 0 0 40px;
	text-align:left;
	color:#EEEEEE;
}

#navbar {

}

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

#main_col {
	width:428px;
	float:right;
	margin-left:-222px;
	padding:20px;
	text-align:left;
}

#left_col {
	float:left;
	width:192px;
	padding:15px;
	color:#FFFFFF;
}

#footer {
	color:#FFFFFF;
	background-color:#000000;
	padding:15px;
}

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

table {
}

a {

}

a:hover {

}

p {
	margin: 0px 0px 20px 0px;
}

.nav_link {
	display:block;
	padding:5px 5px 5px 12px;
	margin-bottom:3px;
	color:#FFFFFF;
	text-decoration:none;
	text-align:left;
	font-style:italic;
	font-size:18px;
}

.nav_link:hover {
	background-color:#303030;
	text-decoration:none;
}

.title {

}

.subtitle {
	color:#888888;
}

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

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

.header1 {
	color:#330033;
	font-family:Times,serif;
	font-size:22px;
	font-weight:bold;
	line-height:normal;
}

.header2 {
	color:#330033;
	font-family:Times,serif;
	font-size:18px;
	font-weight:bold;
	line-height:normal;
}

.header3 {
	color:#330033;
	font-family:Times,serif;
	font-size:14px;
	font-weight:bold;
	line-height:normal;
}

h1 {
	color:#330033;
	font-family:Times,serif;
	font-size:22px;
	font-weight:bold;
	margin-top:0;
	margin-bottom:14px;
	line-height:normal;
	text-align:center;
}

h2 {
	color:#330033;
	font-family:Times,serif;
	font-size:18px;
	font-weight:bold;
	margin-top:0;
	margin-bottom:12px;
	line-height:normal;
}

h3 {
	color:#330033;
	font-family:Times,serif;
	font-size:14px;
	font-weight:bold;
	margin-top:0;
	margin-bottom:10px;
	line-height:normal;
}

.header1 a, .header2 a, .header3 a, h1 a, h2 a, h3 a {
	color:#000000;
	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:#ded1b3;
	border-top:1px solid #ad9a6d;
	border-bottom:1px solid #ad9a6d;
	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;
}