/* CSS Document */

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

/* CSS Document */

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

body {
	background:#0e2e46 url(../images/background.gif) repeat-y scroll 50% 0pt;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#4c5056;
	font-size:13px;
}

* html body {
	padding-left:1px;
}

#header_wrapper {
	width:100%;
	height:84px;
	background-image:url(../images/header_bg.gif);
	background-repeat:repeat-x;
	background-position:center;
	padding-bottom:11px;
}

#header {
	width:900px;
	height:84px;
}

#breadcrumbs {
	width:870px;
	font-family:Helvetica, Arial, sans-serif;
	color:#68727a;
	font-size:13px;
	background-color:#cccccc;
	padding:4px 15px 7px 15px;
}

#breadcrumbs a {
	color:#68727A;
	text-decoration:none;
}

#breadcrumbs a:hover {
	color:#2F6FB9;
}

#content {
	background-image:url(../images/content_bg.gif);
	width:900px;
}

#main_col {
	width:700px;
	float:right;
	margin-left:-200px;
}

#main_col_pad {
	padding:28px 33px 28px 33px;;
	line-height:19px;
}

#left_col {
	padding-top:25px;
	float:left;
	width:200px;
}

#footer {
	width:700px;
	padding-top:180px;
	margin-top:20px;
	background-image:url(../images/footer_water.gif);
	background-repeat:no-repeat;
}

.left_col_title {
	text-align:left;
	background-image:url(../images/title_bg.gif);
	background-color:#e6e6e6;
	width:180px;
	color:#328fd1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	padding:6px 10px 5px 10px;
	margin-bottom:4px;
	display:block;
}

#subpages {
	width:200px;
	background-color:#8F9CA7;
	padding:10px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:13px;
}

#subpages a {
	color:#FFFFFF;
}

.subpage {
	padding:0px 10px 12px 10px;
	display:block;
}

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

table {

}

a {
	color:			#1f84c5;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

p, ol, ul {
	margin: 		0 0 18px 0;
}

.alttext1 {
	font-size:		15px;
}

.alttext2 {
	font-size:		18px;
}

.header1 {
	font-family:Helvetica, Arial, sans-serif;
	color:			#1f84c5;
	font-size:		22px;
	font-weight:	bold;
	line-height:	30px;
}

.header2 {
	font-family:Helvetica, Arial, sans-serif;
	color:			#1f84c5;
	font-size: 		18px;
	font-weight:	bold;
	line-height:	23px;
}

.header3 {
	font-family:Helvetica, Arial, sans-serif;
	color:			#1f84c5;
	font-size:		15px;
	font-weight:	bold;
	line-height:	19px;
}

h1 {
	font-family:Helvetica, Arial, sans-serif;
	color:			#1f84c5;
	font-size:		22px;
	font-weight:	bold;
	line-height:	30px;
	margin:			0 0 12px 0;
}

h2 {
	font-family:Helvetica, Arial, sans-serif;
	color:			#1f84c5;
	font-size: 		18px;
	font-weight:	bold;
	line-height:	23px;
	margin:			0 0 8px 0;
}

h3 {
	font-family:Helvetica, Arial, sans-serif;
	color:			#1f84c5;
	font-size:		15px;
	font-weight:	bold;
	line-height:	19px;
	margin:			0 0 3px 0;
}

.header1 a, .header2 a, .header3 a, h1 a, h2 a, h3 a {
	color:			#1f84c5;
	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:	20px;
	margin-bottom:	10px;
}

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

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

.title {
	font-family:Helvetica, Arial, sans-serif;
	color:#1f84c5;
	font-size:17px;
	line-height:26px;
	font-weight:bold;
}

.copyright {
	text-align:right;
	color:#878787;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	margin-bottom:20px;
	margin-right:33px;
	line-height:17px;
}

.copyright a {
	color:#1f84c5;
}

.sidebar-form label {
	display:		block;
	margin-bottom:	1px;
}

.sidebar-form .sidebar-field {
	margin-bottom:	10px;
}

/* 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;
}

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