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

#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;
}

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

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

a:hover {
	text-decoration:underline;
}


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

.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;
}

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