/* CSS Document */
body {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#53554B;
text-align:center; /*needed to center text for IE */
padding:0;   /* reset padding on browser */
margin:0;   /* reset margin on browser */
background: #D8D7D3 url(images/buildings.jpg) repeat-x bottom;
}
#wrapper {
width: 836px;
margin: 20px auto 30px;
background: url(images/center.jpg) repeat-y top;
}
#content {
width:767px;
padding-bottom: 5px;
text-align:left;
}

/*basic links*/
a:link {
color: #53554B;
}
a:hover, a:focus {
color: #C97F0B;
}
a:visited {
color:#8B8B8B;
}

/*top nav style */
#top_nav {
font-size: 10px;
padding: 5px;
text-align:right;
*height: 1%;
}
#top_nav a{
text-decoration:none;
}
#top_nav a:hover, a:focus {
color: #C97F0B;
}

/*DIFFERENT TABLES*/

/*grey table parts */
#grey_table {
background-color: #EDEDEE;
border: 1px solid #D9D9D9;
}
#grey_table .header {
background-color: #DADADA;
}
#grey_table .footer {
background-color: #E7E7E8;
padding:4px;
}
#grey_table .footer a {
text-decoration: none;
}
#grey_table ul li{
list-image-style: url(images/arrow_grey.gif);
}

/*orange table parts */
#orange_table {
background-color: #F5EFDE;
border: 1px solid #E7CA9B;
}
#orange_table .header {
background-color: #E7CA9B;
}
#orange_table .footer {
background-color: #F0E3C8;
padding:4px;
}
/*blue table parts */
#blue_table {
background-color: #E8F5F9;
border: 1px solid #C0DBE5;
}
#blue_table .header {
background-color: #C0DBE5;
}

/*other parts */
.main_text {
margin: 10px 0;
padding: 0;
}
ul {
list-style-image: url(images/arrow_grey.gif);
}
.bold_title {
color:#46626D;
font-weight: bold;
}
#breadcrumbs {
margin: 10px 0 10px 5px;
font-size: 11px;
}
#breadcrumbs a{
text-decoration: none;
}
.orange_arrow{
color:#C97F0B;
}
.grey_background {
background-color: #EDEDEE;
}
.brown_header {
background-color: #E5C592;
}
.bottom_border {
border-bottom: 1px solid #484A43;
}

.border {
border: 1px solid #484A43;
}

#main_footer {
background-color: #E7E7E8;
padding:8px;
text-align:center;
font-size: 11px;
}
#main_footer a{
text-decoration: none;
}
#main_footer a:hover, a:focus {
color: #C97F0B;
}

