* {margin: 0; padding: 0;}

body {
background: #fff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 17px;
color: #222;
margin: 0;
padding: 0;
height: 100%;
}
img {border:none}

a {text-decoration: none;color: #FF9600;}
a:hover {text-decoration: underline;color: #111;}

#wrap { margin: 0 auto; width: 640px; }
#header {background: #fff url(images/header.jpg) no-repeat; height:180px;}

h1 { padding: 10px 0 0 5px; font-size:18px; color:#000;}
h1 a {padding: 10px 0 0 5px; font-size:18px; color:#000; font-weight:100; text-decoration:underline;}

#content { padding: 0 20px; background:#fff url(images/content.jpg) repeat-y;}
#content h2 { font-weight:bold; height:24px; line-height:24px; background: #FF9600; font-size:14px; font-weight:bold; padding-left:10px; text-transform:uppercase; color:#fff;}
#content h2 a { color: #fff; text-decoration:none; }
#content h2 a:hover { color: #fff; text-decoration:none;}

.right { float:right; width:440px; text-align:justify; }
.right ul { list-style:none; }
.right ul li { margin-bottom:25px; }
.right ul li .newsTitle {padding: 0 0 3px 5px; margin:0px; font-size:1.875em; color:#000;}
.right ul li .newsNote {padding:0 0 10px 5px; color:#434343; font-style:italic; font-size:0.875em;}
.right ul li .newsMore { text-align:right; padding:0 0 10px 5px; color:#434343; font-style:italic; font-size:0.875em;}

#content .left { float:left; width:150px; height:100%; height: auto !important; }
.left h2 { padding-left:10px; height:24px; line-height:24px; background:#FF9600; color:#fff; font-size:13px;}
.left ul { padding: 10px 0 15px 20px; color: #FF9600;}
.left ul li a {text-decoration: none;font-weight: 600;}
.left ul li a:hover {}
.articles { padding: 10px;}

#bottom { background: #fff url(images/bottom.jpg) no-repeat; padding: 10px 0; }

#footer {text-align: center;font-size: 11px;color: #aaa;padding-bottom: 10px;}
#footer a { color: #aaa; }
#footer a:hover { color: #111; }

#popup1 {
        position: absolute;
        visibility: hidden;
        width: 640px;
        height: 500px;
        left: 120px;
        top: 40px;
        background-color: #ccc;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12pt;
        border: 1px solid #000;
        padding: 10px;
}

#close { float: right;}
