* {margin:0;padding:0}

/* blue - #165AA6
   orange - #FB6111 
   main border - #EBF0F8
   footer top border -  #E1E7EF
   
   
*/
   

body {
  color:#165AA6;
  font-family:arial;
}

#container {
  width:600px;
  height:595px;
  border-bottom:5px solid #165AA6;
}

#main {
  border:1px solid #EBF0F8;
  margin:1px;
  height:504px;
}

#header {
  height:81px;
  border-bottom:6px solid  #165AA6;
}

#header h1 {
  font-size:21px;
  font-weight:normal;
}
#header h2 {
  font-size:14px;
  font-weight:normal;
  margin-left:1px;
}

#logo {
	background:url('../images/logo_popup.jpg');
	float:left;
	width:121px;
	height:60px;
	margin:10px 15px 0;
}

#header .title {
	float:left;
	height:54px;
	padding:5px 0 0 11px;
	border-left:2px solid #165AA6;
	margin-top:14px;
}

#main h1 {
  padding: 5px 0 0 13px;
  height:35px;
  background:url('../images/popup_title_bg.gif');
  font-size:22px;
font-weight:normal;
}

#content {
  padding:20px 20px 20px 35px;
  font-size:14px;
  height:426px;
overflow:auto;
}



#article {
  border-top:6px solid #EFF3F6;
}

#content li,
.articles li
{
	background:transparent url(../images/popup_bullet.gif) no-repeat scroll 0 5px;
	list-style-type:none;
	padding-left:14px;
	margin-bottom:14px;
}

.articles li {
  margin-bottom:3px;
}

.articles li a {
  color:#4C91DF;
}

.articles  {
font-size:14px;
}

.articles ul {
  margin:10px 0 10px 35px;
}

#article {
  padding:15px;
  overflow:auto;
  height:300px;
  color:#093C75;
  font-size:13p;x
}

#article p {
 margin-bottom:1em;
}

#article h1 {
  background:none;
  padding:0;
  font-size:20px;
  color:#4A91DE;
}

#footer {
  width:580px;
  margin:0 auto;
  border-top:1px solid #E1E7EF;
  height:40px;
  background:transparent url(../images/popup_credit.jpg) no-repeat scroll 10px 5px;
  
}

