/*--  Change your body background color  --*/
body {
background-color:#000000;
text-align:center;
margin-top:10px;
margin-bottom:10px;
}

/*--  This is the horizontal area that contains the logo  --*/
#banner {
width: 700px;
height: 120px;
margin-left: auto;
margin-right: auto;
background-color: #000000;
border: 2px solid #A46434;
margin-bottom: 0px;
}

/*--  The second horizontal area just under the top logo/header area  --*/
#menu {
width: 704px;
margin-top: 5px;
margin-left: 0px;
margin-right: 0px;
background-color: #000000;
border: 0px solid #A46434;
margin-bottom: 0px;
padding: 0px;
padding-left: 0px;
}

#menu a {
color: #ffffff;
text-decoration: underline;
font-size: 12px;
}

#menu a:Hover {
color:#000000;
cursor : pointer; cursor: hand;
text-decoration: underline;
}

/*--  Change the spacing around the outside border. Also change the width of outside border  --*/
#wrap {
font-family:"Times New Roman", Times, serif;
font-size:9px;
position:relative;    
text-align:center;
width:700px;
margin-left:auto;
margin-right:auto;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
}

/*--  This area includes the Main Content area and the right Menus Column  --*/
#bodywrap {
align: center;
width: 704px;
border: 2px solid #A46434;
background-color:#000000;
}

/*--  Main Content area minus the right menus column  --*/
#main {
float:left;
background-color:#000000;
width:520px;
margin-left:auto;
margin-right:auto;
padding-top:6px;
padding-bottom:6px;
text-align: left;
}

#main a {
color: #006FFF;
}

#main a:Hover {
color: #0000FF; 
cursor : pointer; cursor: hand;
}

#insidemain a {
color: #A46434;
}

#insidemain {
width: 511px;
margin-left: 3px;
margin-right: 6px;
}

#insidemain a:Hover {
font-style:oblique;
}

/*--  Holds the shape of the Menus column in the index and articles template  --*/
#sidebarwrap {
float:left;
background-color:#000000;
width:180px;
margin-left:auto;
margin-right:auto;
padding-top:6px;
padding-bottom:6px;
}

/*--  Attributes of the Subscription Menu Area  --*/
#sidebar {
font-weight: bold;
text-decoration: none;
color: #006FFF; 
border: 0px dashed #A46434;
width: 171px;
margin-left: 6px;
margin-right: 3px;
}

#sidebar a {
color: #A46434;
font-size: 14px;
}

#sidebar a:Hover {
color:#000000;
cursor : pointer; cursor: hand;
text-decoration: underline;
}

/*--  Attributes of the horizontal Footer Area  --*/
#footer {
font-family: Arial;
font-size: 11px;
color: #FFFFFF;
text-align: center;
margin-top: 0px;
width: 704px;
height: 25px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
padding: 1px;
clear:both;
}

/*--  How the Footer Area links look in all pages  --*/
#footer a {
font-family: Arial;
font-size: 11px;
color: #FFFFFF;
text-decoration: underline;
}

/*--  How the Footer Area links look all pages when hovered over with the mouse  --*/
#footer a:Hover {
color: Yellow; 
font-family: Arial;
font-size: 11px;
cursor : pointer; cursor: hand;
text-decoration: underline;
}

/*--  General look of links not effected by any of the links entires of this file  --*/
.alink {
color: #0000FF; 
font-family: Arial;
font-size: 12px;
cursor : pointer; cursor: hand;
text-decoration: underline;
font-weight: normal;
}

.title {
color: #FFFFFF;
font-weight: bold;
font-size: 14px;
}

.title2 {
color: #A46434;
font-weight: bold;
font-size: 14px;
}

.active_tab {
background-color: #A46434;
}

.inactive_tab {
background-color: #F9C359;
}

.submenu { 
background-color: #F9F3D9;
font-size: 12px;
}

.pageslabel_bar {
background-color: #F9C359;
}

.selected_page {
text-decoration:none;
}

.sidebar_bg {
background-color: #F9E399;
}

.sidebar_bg2 {
background-color: #000000;
}

.content_area {
background-color: #F9E399;
color: #844414;
font-size: 14px;
text-align: justify;
}

.image_bg {
background-color: #F9F3D9;
}

.image_table {
background-color: #F9E399;
color: #844414;
border-color: #A46434;
border-style: none;
}

.table_header {
background-color: #F9C359;
color: #844414;
border-style: none;
font-size: 12px;
}

.list_table {
background-color: #F9E399;
color: #844414;
border-color: #A46434;
border-style: none;
font-size: 12px;
}

.list_row {
background-color: #F9F3D9;
}

.label_box {
background-color: #F9E399;
border-style: none;
font-size: 12px;
}

.label_title {
background-color: #F9C359;
color: #844414;
border-style: none;
font-size: 16px;
}

.label_description {
background-color: #F9E399;
color: #844414;
border-style: none;
font-size: 16px;
}
-->