/* CSS Document */

html, body {
margin : 0;
padding : 0;
padding-top : 20px;
background-image : url(images/bg.gif);
background-repeat : repeat;
}
body {
background-color : #ffffff;
}
table.resizer_table {
width : 100%;
height : 100%;
overflow : hidden;
}
td.resizer_td {
vertical-align : middle;
text-align : center;
}
table {
border : 0;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 12px;
color : #000000;
font-style : normal;
font-weight : normal;
text-align : justify;
}
div {
border : none;
}
div.container {
position : relative;
text-align : left;
margin-left : auto;
margin-right : auto;
width : 950px;
height : 650px;
background-color : #dfb23f;
}
div.nav_logo {
position : absolute;
text-align : left;
width : 224px;
height : 183px;
background-color : #ffffff;
z-index : 4;
}
div.nav_buttons {
position : absolute;
text-align : left;
width : 223px;
height : 337px;
top : 213px;
background-color : #dfb23f;
z-index : 2;
left : 0;
}
div.homepage_image {
position : absolute;
text-align : left;
width : 726px;
height : 214px;
left : 224px;
background-color : #ffffff;
z-index : 5;
top : 0;
}
div.homepage_copy {
position : absolute;
text-align : left;
width : 726px;
height : 439px;
left : 224px;
top : 212px;
background-color : #ffffff;
overflow : auto;
}
.font {
font-family : Arial, Helvetica, sans-serif;
font-size : 13px;
font-style : normal;
}
.heading {
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
font-style : normal;
font-weight : bold;
}
a.nav_button:link {
color : #ffffff;
font-size : 12px;
text-decoration : none;
font-weight : bold;
background-color : #dfb23f;
}
a.nav_button:visited {
color : #ffffff;
font-size : 12px;
text-decoration : none;
font-weight : bold;
}
a.nav_button:hover {
color : #000000;
font-size : 12px;
font-weight : bold;
}
a.nav_button:active {
color : #000000;
font-size : 12px;
font-weight : bold;
}
a.page_on:link {
color : #10cee6;
font-size : 12px;
text-decoration : none;
font-weight : bold;
}
a.page_on:visited {
color : #10cee6;
font-size : 12px;
text-decoration : none;
font-weight : bold;
}
a.page_on:hover {
color : #10cee6;
font-size : 12px;
font-weight : bold;
}
a.page_on:active {
color : #10cee6;
font-size : 12px;
font-weight : bold;
}
.style1 {
font-size : 12px;
}
.navtable {
background-color : #dfb23f;
padding-right : 20px;
width : 100%;
}
.conttable {
background-color : #ffffff;
padding : 20px;
width : 700px;
overflow : auto;
border : 0;
}
.conttable2 {
background-color : #ffffff;
padding : 20px;
width : 330px;
overflow : auto;
border : 0;
}
h1 {
display : inline;
}