#popupWindow {
    height: 450px;
    width: 580px;
    font-family: Arial, Verdana;
    font-size: 14px;
    background-image: url(../../images/backlogo.gif);
    background-repeat: no-repeat;
    background-position: 115px top;
    text-align: left;
    margin: 3px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

#popupWindow #footer {
    text-align: center;
    display: block;
    clear: both;
}
#image {
    display: inline;
    background-color: transparent;
    float: left;
    height: 223px;
    width: 219px;
    text-align: center;
}

#description {
    display: inline;
    background-color: transparent;
    float: left;
    width: 351px;
    text-align: center;
}

#popupWindow #description ul li {
    text-align: left;
}
#popupWindow h2{
    font-weight: bold;
    font-style: italic;
    margin-bottom: 1.4em;
    text-align: center;
}

#popupWindow h3 {
    font-weight: bold;
    font-style: italic;
    text-align: center;
}

#popupWindow h4 {
    font-weight: normal;
    font-style: italic;
    margin-bottom: 1.4em;
    text-align: center;
    margin-top: -20px;
}

#popupWindow .description {
    text-align: justify;
}

#popupWindow #description img {
    text-align: left;
}

#popUpViewList {
	text-align: left;
	display: block;
	list-style-position: outside;
	list-style-type: disc;
	line-height: 1.5em;
	margin-right: 5px;
}
.popUpViewImage {
	text-align: center;
	display: none;
	background-color: #666;
	padding: 8px;
}
#leftCol {
	display: inline;
	float: left;
	text-align: center;
	font-weight: bolder;
	margin-right: 15px;
}

#viewPage1 { display: block; }

#viewPage2 { display: none; }

#viewPage3 { display: none; }

#viewPage4 { display: none; }
