--- /dev/null
+body {
+ background-color:#737F76;
+ background-image:url(../images/bgfade.png);
+ background-repeat: repeat-x;
+ background-position:0px 150px;
+ margin:0px;
+ font-family: sans-serif;
+ color:#294359;
+
+ text-align:center; /* ie hack */
+ min-width:1000px; /* moz ?hack */
+}
+div.header {
+ height:150px;
+ margin:0px;
+ padding:0px;
+ background-color:#DFE5E1;
+}
+div.header_block {
+ position:relative;
+ margin: 0 auto;
+ width:1000px;
+ text-align:left;
+ top:10px;
+ height:130px;
+ margin-bottom:5px;
+}
+div.header_logo {
+ position:absolute;
+ background-image:url(../images/headerlogo.png);
+ height:100px;
+ width:142px;
+ top:5px;
+}
+div.nav_menu {
+ position:absolute;
+ left:155px;
+ top:1px;
+ line-height:15px;
+}
+div.body_box {
+ position:relative;
+ margin:0 auto;
+ margin-top:35px;
+ width:1000px;
+ text-align:left;
+ border:1px solid #DFE5E1;
+ background-color:#FFFFFF;
+ padding-bottom:25px;
+}
+div.body_item {
+ position:relative;
+ margin-left:35px;
+ margin-top:20px;
+ width:670px;
+ border:1px solid #737F76;
+}
+div.sidebar_item {
+ position:relative;
+ margin-top:20px;
+ width:240px;
+ border:1px solid #737F76;
+}
+div.body_item_title {
+ font-size:10pt;
+ padding:5px 0px 5px 0px;
+ border-bottom:1px solid #737F76;
+ font-weight:bold;
+ background-color:#B2B29B;
+ color:#42342C;
+}
+div.body_item_content {
+ font-size:9pt;
+ padding:5px 10px 5px 10px;
+ background-color:#DFE5E1;
+}
+div.sidebar_box {
+ position:absolute;
+ right:35px;
+ //border:1px solid black;
+ height:300px;
+ top:0px;
+ width:240px;
+ float:right;
+}
+div.footerbox {
+ background-color:#294359;
+ width:1000px;
+ margin:0 auto;
+ margin-bottom:25px;
+ color:#DFE5E1;
+ font-size:8pt;
+ text-align:left;
+}
+div.footertext_left {
+ position:relative;
+ padding:10px;
+ float:left;
+}
+div.footertext_right {
+ position:relative;
+ text-align:right;
+ padding:10px;
+ right:10px;
+}
+table.sections_box {
+ margin:0 auto;
+ font-size:8pt;
+ text-align:center;
+ margin-top:-11px;
+}
+td.section_item td.section_left td.section_right {
+ height:26px;
+ margin:0px;
+ padding:0px;
+}
+td.section_item {
+ height:26px;
+ line-height:25px;
+ background-image:url(../images/tabback.png);
+ background-repeat:repeat-x;
+ z-index:0;
+ //color:#42342C;
+}
+td.section_left {
+ width:11px;
+ background-image:url(../images/tableft.png);
+}
+td.section_right {
+ width:11px;
+ background-image:url(../images/tabright.png);
+}
+td.section_select_left {
+ width:10px;
+ background-image:url(../images/tableftselect.png);
+}
+td.section_select_right {
+ width:10px;
+ background-image:url(../images/tabrightselect.png);
+}
+td {
+ vertical-align:top;
+}
+td.break {
+ width:25px;
+ border-left:1px solid #B2B29B;
+}
+#col1 {
+ width:90px;
+}
+#col2 {
+ width:70px;
+}
+#col3 {
+ width:90px;
+}
+#col4 {
+ width: 90px;
+}
+a {
+ color:#294359;
+ text-decoration:none;
+ font-weight:bold;
+}
+a.title_link {
+ color:#DFE5E1;
+}
+a.nav_menu_item {
+ color:#294359;
+ font-size:8pt;
+ padding:1px;
+ font-weight:normal;
+}
+a.nav_menu_item:hover {
+ background-color:#294359;
+ color:#DFE5E1;
+}
+div.site_title {
+ margin-top:5px;
+ margin-bottom:2px;
+}
+ul.news_list {
+ //list-style-position:inside;
+ padding-left:15px;
+}
+
+p.blog_footer {
+ color:#737F76;
+ text-align:right;
+}
+span.item_title_left {
+ position:relative;
+ background-color:#294359;
+ color:#DFE5E1;
+ padding:5px;
+ padding-right:30px;
+ padding-left:15px;
+ background-image:url(../images/subheading_title_transition.png);
+ background-position:top right;
+ background-repeat:no-repeat;
+}
+span.item_title_right {
+ position:absolute;
+ right:10px;;
+ color:#42342C;
+}
+