@charset "utf-8";
/* CSS Document */

/* * This sets gets the page started and sets the default fonts properties padding and margin stuff * */

* {
margin: 0;
padding: 0;
}

body, td, th, p {
font-family: "Times New Roman", Times, serif;
font-size: 14px;
}

body {
background: url(images/BK_BG.gif) repeat;
}

#whole_wrapper {
margin: 0 auto;
width: 775px;
}

/* *  THIS IS THE HEADER PART OF THE PAGE  * */

#header {
width: 773px;
background: #CCCCCC;
height: 210px;
padding: 1px;
margin: 5px 0 0 5px;
}

#header p {
font-weight: bold;
font-size: 1.5em;
}

#header img {
float: right;
padding: 0 2px;
margin: 2px;
}

/* *  THIS IS THE JAVASCRIPT AND SEARCH PART OF THE PAGE  * */
#js_wrap {
width: 775px;
height: 30px;
background: #cccccc;
margin: 0 0 0 5px;
padding: 0;
}

#js {
padding: 2px 1px 2px 5px;
font-weight: bold;
font-size: 1.5em;
}
 
#search {
float: right;
margin: 1px 1px 0 0;
padding: 1px;
width: 210px; 
background-color: #c8c8c8;
}
/* *  THIS IS THE NAVIGATION PART OF THE PAGE  * */
#nav {
width: 775px;
height: 40px;
}

#navigation {
margin: 5px;
padding: 0 0 0 1px;
background: #777777;
list-style-type: none;
width: 775px;
float: left;
}

#navigation li {
margin: 0;
float: left;
}

#navigation a {
float: left;
width: 153px;
text-align: center;
color: #fff;
text-decoration: none;
line-height: 2.5; 
border: 1px solid #cccccc;
}

#navigation .here a {
color: #111111;
background: #cccccc;
}

#navigation a:hover {
color: #111111;
background: #cccccc;
}

/* *  THIS IS THE MAIN BODY PART OF THE PAGE  * */

#main {
background: #ccc;
margin: 0 0 0 5px;
width: 770px;
text-align: left;
padding: 2px 2px 2px 4px;
}

#main ul {
list-style-type: disc;
padding: 0px;
margin: 0px;
}

#main li {
background-image: url(bullet.gif);
background-repeat: no-repeat;
background-position: 0px 5px; 
padding-left: 20px;
}

#xcape {
height: 110px;
margin-bottom: 3px;
}

xcape p {
text-align: left;
margin-left: 2px;
}

#xcape img {
margin: 2px;
float: left;
}

#xcape table {
float: right;
margin-right: 5px;
}

 
/* *  THIS IS THE FOOTER PART OF THE PAGE  * */

#footer {
clear: both;
margin: 5px;
width: 775px;
height: 34px;
background: #CCCCCC;
}

#footer img  {
float: right;
margin: 1px 4px;
}

#footer p {
color: #0000cc;
}