/* CSS Document */

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

body {
	background-color:#999933;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	padding:10px;
	margin:0px;
	text-align:left;
}

#main_wrapper {
	width:700px;
}

#header {
	height:189px;
	width:700px;
	margin:0;
	padding:0;
}

#navbar {

}

.nav_link {
	display:block;
	height:40px;
	text-decoration:none;
}

.nav_link:hover {
	background-color:#FFFFFF;
	filter:alpha(opacity=10);
	opacity: 0.1;
	-moz-opacity:0.1;
}

.nav_link span {
	display:none;
}

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

#main_col {
	border-top:2px solid #FFFFFF;
	width:536px;
	float:right;
	margin-left:-160px;
	padding:0 2px 2px 2px;
}

#center_col {
	float:left;
	width:424px;
	margin-right:-112px;
	text-align:left;
}

#content_pad {
	padding:10px;
}

#right_col {
	float:right;
	width:110px;
}

#left_col {
	background:url(../images/left_nav.jpg) top no-repeat;
	float:left;
	width:160px;
	padding-top:54px;
}

#footer {
	padding:5px;
}

.footer_links {
	font-size:15px;
	font-weight:bold;
}

.footer_links a {
	color:#003366;
}

.footer_links a:hover {
	color:#003366;
}

.copyright {

}

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

table {
	font-size:12px;
}

a {

}

a:hover {

}

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

.title {

}

.subtitle {
	color:#888888;
}

.alttext1 {
	color:#333333;
	font-size:16px;
	font-weight:bold;
}

.alttext2 {
	color:#333333;
	font-size:14px;
	font-weight:bold;
}

.header1 {
	color:#666699;
	font-size:20px;
	font-weight:bold;
	line-height:normal;
}

.header2 {
	color:#666699;
	font-size:17px;
	font-weight:bold;
	line-height:normal;
}

.header3 {
	color:#666699;
	font-size:14px;
	font-weight:bold;
	line-height:normal;
}

h1 {
	color:#666699;
	font-size:20px;
	font-weight:bold;
	margin-top:0;
	margin-bottom:14px;
	line-height:normal;
}

h2 {
	color:#666699;
	font-size:17px;
	font-weight:bold;
	margin-top:0;
	margin-bottom:11px;
	line-height:normal;
}

h3 {
	color:#666699;
	font-size:14px;
	font-weight:bold;
	margin-top:0;
	margin-bottom:9px;
	line-height:normal;
}

.header1 a, .header2 a, .header3 a, h1 a, h2 a, h3 a {
	color:#666699;
	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;
}