/* CSS Document */

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

body {
	background-color:#f0f3ea;
	font-family:"Lucida Grande",Arial,Verdana,sans-serif;
	font-size:12px;
	color:#262626;
	margin:0px;
	padding-top:8px;
}

#main_wrapper {
	width:900px;
}

#header {
	width:900px;
	border-top:solid #424241 7px;
	height:59px;
	background-image:url(../images/header_bg.gif);
}

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

#content_home {
	width:870px;
	background-image:url(../images/content_home_bg.gif);
	padding:0px 15px 0px 15px;
}

#main_col {
	width:661px;
	float:right;
	margin-left:-239px;
}

#main_home_col {
	width:352px;
	float:left;
	margin-right:-518px;
}

#main_pad {
	padding:16px 32px 12px 16px;
	line-height:18px;
}

#main_home_pad {
	padding:22px 20px 12px 20px;
	line-height:18px;
}

#left_col {
	float:left;
	width:224px;
	padding-left:15px;
}

#right_home_col {
	float:right;
	width:518px;
}

#left_col_title {
	background-image:url(../images/left_col_title_bg.gif);
	height:29px;
	width:200px;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:19px;
	line-height:19px;
	padding:5px 12px 0px 12px;
	margin-bottom:10px;
}

#footer {
	width:900px;
	height:65px;
	background-image:url(../images/footer_bg.gif);
}

#footer_home {
	width:900px;
	height:57px;
	background-image:url(../images/footer_home_bg.gif);
}

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

a {
	color:#7d8864;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.subpages {
	margin:0px 0px 0px 30px;
	padding:0px;
	font-size:13px;
	line-height:18px;
}

.subpages a {
	text-decoration:none;
	font-size:15px;
	color:#262626;
}

.subpages a:hover {
	text-decoration:none;
	color:#9ba584;
}

h1 {
	font-family:Garamond, "Times New Roman", Times, serif;
	color:#606651;
	font-size:22px;
	margin-top:0;
	margin-bottom:0;
}

.title {
	font-size:16px;
	color:#606651;
	line-height:24px;
}

.subtitle {
	font-size:14px;
	color:#606651;
	line-height:20px;
}

.title, subtitle a {
	color:#606651;
}

h2 {
	margin-top:0;
	margin-bottom:0;
}

h3 {
	margin-top:0;
	margin-bottom:0;
}

h4 {
	margin-top:0;
	margin-bottom:0;
}

#copyright {
	font-size:11px;
	color:#FFFFFF;
	padding:4px 8px 0px 8px;
}

#copyright a {
	color:#FFFFFF;
}

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