/* For the Index Page */
html, body {
 width: 100%;
 height: 100%;
 margin: 0px;
 padding: 0px;
 background-color: rgb(153, 204, 255);
 text-align: center; /* Centers the page in IE */
}

/* For every page displayed in the inline frame */
body.content_page {
 margin: 0px;
 padding: 0px;
 background-color: rgb(153, 204, 255);
 text-align: left;
}

/*A catch-all font size/color rule*/
body, dd, div, dl, dt, h1, h2, h3, h4, h5, h6, li, ol, p, table, tbody, td, tfoot, th, thead, tr, tt, ul {
 font-family: Arial, Tahoma, Verdana;
 font-style: normal; 
 font-weight: normal;
 font-size: 12px;
 color: #000033;
}

/*Make the headers larger */
h1 {
 font-size: 22px;
 font-weight: bold;
}

h2 {
 font-size: 18px;
 font-weight: bold;
}

h3 {
 font-size: 14px;
 font-weight: bold;
}

/* These next four rules set the default link color/size/etc. */
a { 
 font-family: Arial, Tahoma, Verdana;
 font-style: normal; 
 font-weight: normal;
 font-size: 12px;
 color: #3333ff;
}
a:hover { color: #3333ff; }
a:active { color: #6666cc; }
a:visited { color: #6633ff; }

table#Container {
 width: 996px;
 height: 596px;
 margin: 0px auto; /*Centers the page in Mozilla/Opera */
 padding: 0px;
 text-align: left; /*Undo the text-aline in the body*/
 
 border-top: 2px outset #CCFFFF;
 border-left: 2px outset #CCFFFF;
 border-right: 2px outset #CCFFFF;
 border-bottom: 2px outset #CCFFFF;
}

table#Navigation {
 width: 200px;
 margin: 0px;
 padding: 0px;
 text-align: center;
}

td#HeaderCell {
 width: 996px;
 height: 200px;
 background-image: url('http://www.raisinriverrrc.org/images/header.png');
}

td#NavCell {
 width: 198px;
 height: 400px; 
 /* This color should match the background color of the header image*/
 background-color: #CCFFFF;
 overflow: hidden;
}

td#ContentCell {
 width: 798px;
 height: 400px;
}

td#FooterCell {
 width: 996px;
 height: 46px;
 /* This color should match the background color of the header image*/
 background-color: #CCFFFF;
} 

img#DogPhoto {
 width: 150px;
 height: 150px;
 border: 0px;
 display: block;
}

p#DogCaption {
 width: 150px;
 display: block;
}
