/* ========Text Definition========*/

h1 {
font-family : Arial, San-Serif;
font-size   : 16px;
line-height : 16px;
font-weight : bold;
color       : #000000;
}

h2 {
font-family : Arial, San-Serif;
font-size   : 14px;
line-height : 14px;
font-weight : bold;
color       : #000000;
}

h3 {
font-family : Arial, San-Serif;
font-size   : 10px;
line-height : 14px;
font-weight : bold;
color       : #000000;
}

p {
font-family : Arial, San-Serif;
font-size   : 12px;
line-height : 14px;
font-weight : none;
color       : #000000;
text-align  : justify
}

#list {
font-family : Arial, San-Serif;
font-size   : 12px;
line-height : 14px;
font-weight : none;
color       : #000000;
text-align  : justify
}

table {
font-family : Arial, San-Serif;
font-size   : 12px;
line-height : 14px;
font-weight : none;
color       : #000000;
text-align  : justify
}

/* ========Content Definition========*/

/* The Content */
div.content {
position: absolute;
top: 130px;
left: 25px;
width: 475px;
margin:0px;
background-color:#FFFFFF;
border: none;
}

/* The Menu */
div.menu {
position: absolute;
top: 103px;
left: 530px;
width: 170px;
margin:0px;
background-color:#D2D2D2;
border: none;
}


/* ========Advertisements======== */


/* ========Image Definitions========*/

/* The Logo */
div.ilogo {
position: absolute;
top: 0px;
left: 0px;
width: 113px;
height: 98px;
margin:0px;
background-color:#FFFFFF;
border: none;
}

/* Text Logo */
div.tlogo {
position: absolute;
top: 15px;
left: 130px;
width: 474px;
height: 48px;
margin:0px;
background-color:#FFFFFF;
border: none;
}

/* Top Horizontal Rule */
div.rule {
background: url('images/rule.gif') repeat-x;
position: absolute;
top: 98px;
left: 0px;
width: 700px;
height: 5px;
margin:0px;
background-color:#FFFFFF;
border: none;
}

/* Home and Bookmark Buttons */
div.buttons {
position: absolute;
top: 70px;
left: 527px;
width: 175px;
height: 20px;
margin:0px;
background-color:#FFFFFF;
border: none;
}

/* Space for Left-Hand Ad */
#adspace {
float: left;
margin: 0px, 0px, 0px, 0px;
}

/* Space for Right-Hand Ad */
#adspace2 {
float: right;
margin: 0px, 0px, 0px, 0px;
}
