/* CSS Document */

body {
	background-image: url(images/bgmatrix.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #0053a0;
	background-attachment: fixed;
}

/* The following makes pages 100% height */
html, body, form
{
	margin: 0px;
	padding: 0px;
	height: 100%;
	text-align: center;
}
/* end 100% height stuff */

img {
	border: 0px;
}
#content {
	position: relative; /* Needed for Safari */
	margin: auto; /* Takes care of horizontal alignment in standards compliant browsers */
	width: 670px;
	z-index: 5;
}

/* Container owns everything on the page */
table.Container
{
	height: 100%;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 0px;
	margin: 0px;
}
td.Container
{
	vertical-align: top;
	height: 100%;
	width: 100%;
	padding: 0px;
}
/* end container */

a {
    font-weight: bold;
	text-decoration: none;
}
a:link {
	color: #0053a0;
}
a:visited {
	color: #0053a0;
}
a:hover {
	color: black;
}
a:active {
	color: #A80532;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
}
.fullSz {
	width: 100%;
	height: 100%;
}
.Red {
	color: #A80532;
}
.Blue {
	color: #0053a0;
}
.BlueHdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #0053a0;
}
.BlueNavHdr {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #0053a0;
	font-size: 9px;
}
.RedHdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #A80532;
}
.BlkHdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: black;
}
.BlueNav {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #0053a0;
	font-size: 13pt;
}
.RedNav {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #A80532;
	font-size: 13pt;
}
.BlkNav {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: black;
	font-size: 13pt;
}
.BlueNavSub {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #0053a0;
	font-size: 11px;
}
.BlueNavSub10 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #0053a0;
	font-size: 10px;
}
.RedNavSub {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #A80532;
	font-size: 11px;
}
.BlkNavSub {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: black;
	font-size: 11px;
}
.BlueItlSub {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #0053a0;
	font-size: 11px;
	font-weight: normal;
}
.RedHdgMin {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	font-weight: bold;
	color: #A80532;
	font-style: normal;
}
.RedHdgSub {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: bold;
	color: #A80532;
	font-style: normal;
}
.RedBullet {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #A80532;
	font-size: 13pt;
	font-style: normal;
}
.RedBulSub {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #A80532;
	font-size: 11px;
	font-style: normal;
}
.RedBulSub10 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #A80532;
	font-size: 10px;
	font-style: normal;
}
.BlueHdgMin {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	font-weight: bold;
	color: #0053a0;
	font-style: normal;
}
.BlueHdgSub {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: bold;
	font-style: normal;
	color: #0053a0;
}
.BlueBulSub {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0053a0;
	font-size: 11px;
	font-style: normal;
}
.BlkItl {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: black;
	font-size: 13pt;
	font-weight: normal;
}
.BlkItlSub {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: black;
	font-size: 11px;
	font-weight: normal;
}
.BlueItl {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #0053a0;
	font-size: 13pt;
	font-weight: normal;
}
.RedItl {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #A80532;
	font-size: 13pt;
	font-weight: normal;
}
.BgDgnl {
	background-image: url(images/bg_dgnl.gif);
	background-position: top;
	background-repeat: repeat-x;
	width: 100%;
}
.BgDgnlTop {
    padding: 0px;
	background-image: url(images/bg_dgnl_top.gif);
	background-position: top;
	background-repeat: repeat-x;
	width: 100%;
}
.BgDgnlHdr {
    background-image: url(images/bg_dgnl_sm.gif);
    background-position: top;
	background-repeat: repeat-x;
	padding: 0px;
	width: 100%;
}
.BgDgnlNav {
	background-image: url(images/bg_dgnl.gif);
	background-position: top;
	background-repeat: repeat-x;
	width: 100%;
	height: 100%;
}
.BgDgnl180 {
	background-image: url(images/bg_dgnl_180.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	width: 100%;
}
.BgGradBlueBody {
	background-image: url(images/bgmatrix_body.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	background-attachment: fixed;
	padding: 0px;
	width: 500px;
}
.BgGradBlueNav {
	background-image: url(images/bgmatrix_body.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	background-attachment: scroll;
	width: 160px;
	padding: 0px;
}
.GradHoriz {
    height: 3px;
	background-image: url(images/gradient_horiz.jpg);
	background-position: center;
	background-repeat: repeat;
}
.GradVert {
	width: 3px;
	height: 100%;
	background-image: url(images/gradient_vert.jpg);
	background-position: top;
	background-repeat: repeat;
	padding: 0px;
}
#a1pmenu {
	width: 100%;
	height: 100%;
}
#a1pmainmenu {
	height: 400px;
	visibility: hidden;
}
#a1pmenudiv {
	height: 400px;
	left: 0px;
	position: absolute;
}
#a1pslide {
	padding: 0px;
	width: 100%;
	height: 374px;
	background-attachment: scroll;
}
#loading {
	width: 500px;
	position: absolute;
	z-index: 5;
	left: 0px;
}
#pagenumbers  
#pagenumbers a:active,
#pagenumbers a.selected:link, 
#pagenumbers a.selected:visited, 
#pagenumbers a.selected:active {
	color: #A80532;
	font-size: 11pt;
}
#pagenumbers a:hover,
#pagenumbers a.selected:hover {
    color: black;
}
.photoTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: black;
	font-size: 10pt;
}
#natbat {
    position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 5;
}
#floatingSidebar {
	width: auto;
	height: auto;
	padding: 1px;
	position: absolute;
}
.glosCell {
	padding: 0 0 14pt 5px;
}

.ohCrap {
	background-color: ffffa0;
	border: 1px #a80532 dashed;
	color: #a80532;
	font-size: 12pt;
	padding: .25em;
}

.uloadfrm {
	width: 100%;
	height: 225px;
}
