/* Font and Body Styles */
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/layout/background.gif);
	background-repeat: repeat-x;
	margin: 0px;
	background-color: #f8f8f8;
}
td {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Link Styles */
a {
	color: #1f4994;
	text-decoration: none;
	font-weight: 600;
}
a:hover {
	text-decoration: underline;
}

.fgwhite {
	color: #a2b3ea;
}
.fgwhite a {
	color: #ffffff;
	text-decoration: none;
	font-weight: 600;
}
.fgwhite a:hover {
	text-decoration: underline;
}

/* Layout Styles */
.centercol {
	background-color: #eee8e9;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}
.bgshadowleft {
	background-image: url(../images/layout/bg_leftshadow.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.bgshadowright {
	background-image: url(../images/layout/bg_rightshadow.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.menubgleft {
	background-image: url(../images/layout/menu_bg_left.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.menubgright {
	background-image: url(../images/layout/menu_bg_right.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.pageheader {
	background-image: url(../images/layout/header.gif);
	width: 732px;
	height: 102px;
}

/* Home Page Styles */
.leftborder {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.bottomborder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

/* General Formatting Styles */
.bgwhite {
	background-color: #FFFFFF;
}
.contentpadding {
	padding: 10px;
}
.headerfgwhite {
	font-weight: 600;
	color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 14px;
}
.headerfgblack {
	font-weight: 600;
	color: #000000;
	font-family: "Trebuchet MS";
	font-size: 14px;
}
.leftnavbackground {
	background-color: #003bb3;
	background-image: url(../images/layout/nav/leftnav_background.gif);
	background-repeat: no-repeat;
}
.leftnavcell {
	text-align: right;
	padding-top: 5px;
	padding-right: 22px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #FFFFFF;
}
.leftnavcell a {
	color: #ffffff;
	text-decoration: none;
	font-weight: 600;
}
.leftnavcell a:hover {
	text-decoration: underline;
}.imageborder {
	border: 1px solid #cfd3dc;
}
.imagepadleft {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 15px;
}

