html {
	padding:0;
	margin:0;
	height:100%;
	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;
}
body {
	padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    line-height: 130%;
	color:#000000;
	background-color:#687972;
	height:100%;
	text-align:left;
}
img {
	border:0px;
}

a:link, a:active, a:visited {
	color:#303f80;
	text-decoration:none;
}
a:link .img, a:active .img, a:visited .img {
	color:#303f80;
	border:2px solid;
	padding: 2px;
}
a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
a:hover .img {
	color:#FFFFFF;
	border:2px solid;
	padding: 2px;
}

table tr td {
	text-align:left;
	vertical-align:top;
}
.heading {
	color:#303f80;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	border-bottom:2px solid #303f80;
	padding-bottom:5px;
	padding-left:5px;
	vertical-align:bottom;
}
.top {
	background-image:url(../images/layout/top.gif);
	background-repeat:no-repeat;
	background-position:top left;
}
.menu_bg {
	background-image:url(../images/layout/menu_bg.gif);
	background-repeat:no-repeat;
	background-position:top left;
}
.main_wrap {
	background-image:url(../images/layout/main_wrap.jpg);
	background-repeat:repeat-y;
	background-position:top left;
}
.bottom_top {
	background-image:url(../images/layout/bottom_top.gif);
	background-repeat:no-repeat;
}
.bottom_left {
	background-image:url(../images/animations/bottom_left/bottom_left.jpg);
	background-repeat:no-repeat;
}
.bottom_center {
	background-image:url(../images/animations/bottom_center/bottom_center01.jpg);
	background-repeat:no-repeat;
}
.bottom_right {
	background-image:url(../images/animations/bottom_right/bottom_right01.jpg);
	background-repeat:no-repeat;
}
.fade_main {
	width:716px;
	height:268px;
	margin:5px;
	text-align:center;
	border:2px solid #000000;
	background-image:url(../images/animations/main/ani_01.jpg);
	background-repeat:no-repeat;
}

.title {
	font-size:18px;
	font-weight:bold;
	line-height:140%;
	color:#741E2D;
}
.subheader {
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
	color: #012D78;
}
.boldblue {
	color:#1B4F82;
	font-weight:bold;
}
.cardinal img {
	margin:5px;
}
.image_thumbs img {
	border:2px solid #303f80;
	padding: 2px;
	margin:5px;
}