/* ================= Body Elements ================= */
body {
	Background-color:#ffffff;
	background-attachment: fixed;
	background-image: url(common/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/* ================= Hyperlinks ================= */
a:link {
	color: #003399;
	text-decoration: none;
	}
a:visited {
	color: #003399;
	text-decoration: none;
	}
a:hover {
	color: #666666;
	text-decoration: none;
	}
a:active {
	color: #003399;
	text-decoration: none;
	}
a.hyper2:link {
	color: #999999;
	text-decoration: none;
	}
a.hyper2:visited {
	color: #999999;
	text-decoration: none;
	}
a.hyper2:hover {
	color: #cccccc;
	text-decoration: none;
	}
a.hyper2:active {
	color: #999999;
	text-decoration: none;
	}
a.hyper3:link {
	color: #002A68;
	text-decoration: none;
	}
a.hyper3:visited {
	text-decoration: none;
	color: #002A68;
	}
a.hyper3:hover {
	text-decoration: none;
	color: #cccccc;
	}
a.hyper3:active {
	text-decoration: none;
	color: #002A68;
	}
/* ================= Typography ================= */

.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 20px;
}
.body_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003399;
	font-weight: bold;
}
.navtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 20px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
/* ================= Design Elements ================= */

.gutter_header {
	background-image:  url("images/gutter_header.gif");
	background-repeat: repeat-y;
	background-position: left top;
}
.gutter_body {
	background-image:  url("images/gutter_body.gif");
	background-repeat: repeat-y;
	background-position: left top;
}
.fade_name {
	background-image:  url("images/bg_fade.jpg");
	background-repeat: repeat-y;
	background-position: left top;
}
.border_top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.border_right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
.border_left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
.border_bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
/* ================= Margins - top, right, bottom, left ================= */
.navmargin {
	MARGIN: 5px 5px 5px 5px
}

.bg_nav {
	background-image: url(common/bg-navigation.jpg);
	background-repeat: repeat-y;
}
.bg_body {
	background-image: url(common/bg-body.gif);
	background-repeat: repeat-y;
}

