    body {
                margin: 0;
                padding: 0;
                background-color: #073662;
                text-align: center;
            }
            #container {
                margin: 0 auto;
                text-align: left;
                background-image: url('/images/bodyBG.png');
                width: 746px;
            }
            #title {
                float: left;
                margin: 30px;
            }
            #title a {
                width: 236px;
                height: 19px;
                display: block;
                background-image: url('/images/title.png');
            }
            #logo {
                float: right;
                margin: 3px 15px;
            }
            #navbar {
                clear: both;
                background-image: url('/images/navbarBG.png');
                height: 23px;
                padding-top: 12px;
                margin: 0 11px;
                padding-left: 5px;
            }
            #navbar a {
                height: 13px;
                display: block;
                padding: 5px 10px;
                font-size: 12px;
                font-family: Helvetica;
                font-weight: bold;
                background-color: #888;
                color: #fff;
                text-align: center;
                text-decoration: none;
                float: left;
                margin: 0 5px;
            }
            #navbar a:link , #navbar a:visited {}
            #navbar a:hover , #navbar a:focus {
                background-color: #4b7b8f;
            }
            #navbar a:active {
                background-color: #8f4b4b;
            }
            .activeTab {
                background-color: #f5f7f9 !important;
                color: #000 !important;                
            }
            #leftSide {
                margin-left: 31px;
                width: 500px;
                float: left;
                margin-right: 6px;
            }
            #rightSide {
                float: left;
                width: 180px;
		margin: 10px;
            }
            .article {
                margin: 10px 0;   
            }
            .article .title {
                color: #074c69;
                font-size: 20px;
                font-family: Helvetica;
                display: block;
                text-decoration: none;
            }
            .article .date {
                margin-top: 3px;
                font-family: Arial;
                font-weight: bold;
                color: #578f00;
                font-size: 14px;
            }
            .article .articleText {
                font-family: Georgia;
                font-size: 14px;
                line-height: 24px;
            }
            .rightBox {
                background-image: url('/images/rightsideBox.png');
                background-repeat: no-repeat;
                width: 159px;
                padding: 10px;
                font-family: Arial;
            }
            .rightBox ul {
                padding-left: 15px;
		margin-left: 0px;
            }
            .rightBox a {
                color: #0a3f70;
                font-size: 12px;
                font-weight: bold;
            }
            .rightBox li {
                margin: 3px;
            }
            .rightBox a:link , .rightBox a:visited {}
            .rightBox a:hover , .rightBox a:focus {
                color: #8f4b4b;
            }
            .rightBox a:active {
                color: #907929;
            }
            .rightBox h3 {
                text-align: center;
                font-family: Arial;
                color: #4f7e92;
                font-size: 14px;
                margin-top: 0px;
            }
		.designItemImage {
			display: block; 
			float: right; 
			text-align: center; 
			padding: 2px; 
			text-decoration: none;
		}
a .title {}
a.title:link , a.title:visited {}
a.title:hover , a.title:focus {
	color: orange;
}
a.title:active {
	color: red;
}