/* So basic frame div can be centered */
html
{
    overflow: scroll;
}

/* General body padding */
.body_text { 
    padding: 0px 120px 25px 120px;
    text-align : left;
}

.banner_text { 
    position: absolute; 
    top: 50px; 
    left: 100px; 
    width: 500px; 
    text-align : left;
    font-size: 14pt;
    font-weight : bold;
}

.banner_blank { 
    position: relative; 
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 800px; 
    height: 110px;
    background-image: url(../images/banner_other.jpg); 
    background-repeat: no-repeat; 
}

#banner_blank_link { 
    position: absolute; 
    top: 8px; 
    left: 700px; 
    width: 83px; 
    height: 83px;
    background-color: transparent; 
    border: 0px solid;
}

.sub_header { 
    text-align : left;
    font-size: 14pt;
    font-weight : bold;
}

TD
{
    font-family: Arial, Helvetica, SunSans-Regular, sans-serif;
    font-size: 10pt;
    color: #808080;
    text-align:left
}
.header
{
    font-family: Arial, Helvetica, SunSans-Regular, sans-serif;
    font-size: 12pt;
    color: #000000;
    text-align:left
}
.bodyMain {
    margin: 25px 0px 25px 0px;
    padding: 0px;
    background:#333333;
    text-align: center; /* Centers Container in IE*/
 }

/* Container pane */

.divContainer {
	background: url(../images/bg.gif) no-repeat;
	width: 778px;
	height: 800px;
	margin-left: auto; /* centers table in Safari */
	margin-right: auto; /* centers table in Safari */
	}

/* End basic frame div's */

/* Common header stuff */


.divLinkBar {
    text-align: center; /* centers table in IE */
    position: relative;
    top: 15px;
}

.tableLinkBar {
	margin-left: auto; /* centers table in Safari */
	margin-right: auto; /* centers table in Safari */
	border:0px none;
    width:724px;
	height:24px;
   	background-image:url(../images/title_bar.gif);
   	background-repeat: no-repeat; /* needed for some non IE browsers */
}

.tdLinkBar {
	text-align: center;
}

:link.barLink {
	text-decoration: none;
	color: #FFFFFF;
}
:visited.barLink {
	text-decoration: none;
	color: #FFFFFF;
}
:hover.barLink {
	text-decoration: underline;
	color: #FFFFFF;
}
:active.barLink {
	text-decoration: none;
	color: #FFFFFF;
}

/* End header stuff*/

/* Regular hyperlink */
.aReg {
	color: #D82231;
	text-decoration: none;
}

:link.aReg {
	text-decoration: none;
}
:visited.aReg {
	text-decoration: none;
}
:hover.aReg {
	text-decoration: underline;
}
:active.aReg {
	text-decoration: none;
}
.aReg2 {
	color: gray;
	text-decoration: none;
}

:link.aReg2 {
	text-decoration: none;
}
:visited.aReg2 {
	text-decoration: none;
}
:hover.aReg2 {
	text-decoration: underline;
}
:active.aReg2 {
	text-decoration: none;
}

/* Footer stuff*/

.tableFooter {
	margin-left: auto; /* centers table in Safari */
	margin-right: auto; /* centers table in Safari */
	border:0px none;
    width:724px;
	height:24px;
}

.tdFooter {
	text-align: center;
	font-size:10pt;
	color: gray
}

.right_image {
	float: right;
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.left_image {
	float: left;
	padding-right: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
}
