* {
   border : none;
   margin : 0 auto;
   padding : 0;
   text-align : center;
   text-decoration : none;
}
body, html {
   background : #878787; 
   color : #333;
   font-size : 8pt;
   height : 100%;
   margin : 0;
}
p,div {
	font-family : Tahoma, Helvetica, sans-serif;
}
#page_top {
   background : url('shadow_top.jpg') no-repeat bottom left;
   height : 20px;
   width : 769px;
}
#page_content {
   background : url('shadow_middle.jpg') left #fff;
   width : 769px;
}
#page_bottom {
   background : url('shadow_bottom.jpg') no-repeat top left;
   height : 20px;
   width : 769px;
}
#header {
   background : url('header.png') no-repeat top center;
   height : 69px;
   width : 749px;
}
#footer {
   background : url('footer.png') repeat-x top center;
   color : #888;
   font-size : 11px;
   line-height : 15px;
   margin-top : 10px;
   padding-top : 17px;
   width : 749px;
}
#footer a {
   color : #888;
   text-decoration : underline;
}

#navigation {
   background : url('menu_bg.png') no-repeat top center;
   height : 18px;
   width : 749px;
}

#menu {
   margin-left : 155px; 
   /*margin-right : auto;
   white-space : nowrap;
   width : 58em;*/
}

#menu_l {
   background : url('menu_left.png') no-repeat top right;
   float: left;
   height: 18px;
   width : 12px;
}

#menu_c {
   background : url('menu_item.png') repeat-x top;
   float: left;
}

#menu_r {
   background : url('menu_right.png') no-repeat top left;
   float: left;
   height : 18px;
   width : 12px;
}

#menu ul {
   list-style : none;
}

#menu li {
	background : url('menu_spacer.png') top left no-repeat;
	float: left;
}

#menu li a {
   color : #000;
   display : block;
   float: left;
   font-family : Tahoma, Helvetica, sans-serif;
   /*font-size : 11px;*/
   font-weight : normal;
   height : 18px;
   line-height : 18px;
   padding : 0 15px;
   text-decoration : none;
}

#menu li a:hover {
   color : #00f;
}

#menu li a#active {
   background : url('menu_hover.png') top right repeat-x #aaa;
   color : #fff;
}

#main {
   padding : 0 15px;
   width : 740px;
}

#main span {
   font-family : Garamond, 'Times New Roman', Halvetica, sans-serif;
   font-size : 14px;
}


.box_top {
   background: url('box_top.png') bottom left no-repeat;
   height : 10px;
   width : 740px;
}
.box {
   border-left : 1px solid #aaa;
   border-right : 1px solid #aaa;
   line-height : 16px;
   padding : 20px;
   text-align : left;
}
.box_bottom {
   background : url('box_bottom.png') top left no-repeat;
   height : 10px;
   width : 740px;
}
.component_link {
   margin : 5px auto;
}
.tab_row:hover {
   background : #ddd;
   color : #000;
}

h1 {
   font-size : 175%;
   font-family : Garamond, 'Times New Roman', Halvetica, sans-serif;
   text-align : left;
}
h2 {
   font-size : 100%;
   font-weight : bold;
   margin-bottom : 11px;
   text-align : left;
}

.textbody {
   padding : 0 25px;
   text-align : justify;
}

hr {
   background : #aaa;
   color : #aaa;
   height : 1px;
   margin-bottom : 5px;
}
