html
{
    background-color:#000000;
    font-family: Tahoma, Verdana, Arial;
}
body 
{
    text-align:center;
    margin:0px;
    padding:0px;
    font-size:0.8em;
    color: #d6d7d9;
}
#wrapper
{
    width:1000px;
    text-align:left;
    margin:0px auto;
    background-color: #000000;
}
#left
{
    background-image: url(image/penman_logo.gif);
    background-repeat:no-repeat;
    background-position:left top;
    float:left;
    width:191px;
    padding-top:120px;
    text-align:center;
}
#main
{
    background-image: url(image/pinktopblock.gif);
    background-repeat:repeat-x;
    background-position:left top;
    float:left;
    width:809px;
}
#footer
{
    clear:both;
    width:980px;
    background-color: #e2e2e2;
    padding-top:2px;
    padding-bottom:2px;
    margin-top:-4px;
    color: Black;
    padding-left:20px;
    height:15px;
}
#footer A:hover
{
    color:Black;
}
#credits
{
    float:right;
    margin-right:10px;
}
#credits A
{
    color:Black;
}
#menu
{
    padding-top:40px;
}
img
{
    padding:0px;
    margin:0px;
}
A
{
    color: #da1d53;
}
A:hover
{
    color: #ffffff;
}
#content
{
    float:left;
}
#promoright
{
    float:right;
    width:400px;
    margin-left:20px;
}
#commonleft img
{
    margin-top:5px;
}
H3
{
    font-size:1.1em;
    font-weight:bold;
    margin-bottom:0px;
    padding-bottom:0px;
}
#maincopy
{
    margin-top:50px
}
.watermarked 
{
	height:14px;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
}	
.unwatermarked 
{
	height:14px;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
}	
.error
{
    color: red
}
.exhibitorsletters
{
    width:80px;
    margin-right:40px;
}
.links1
{
    width:500px;
    margin-top:10px;
    clear:both;
}
.links2
{
    float:left;
    width:120px;
    height:120px;
    margin-right:10px;
}
.links3
{
    float:left;
    width:370px;
}
h1
{
    color: #da1d53;
    font-size:18px;
    margin-bottom:4px;
}
h2
{
    color: #da1d53;
    font-size:14px;
    margin-bottom:3px;
}


/*Modal Popup*/
.modalBackground {
	background-color:gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#000000;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:450px;
	padding:8px;
	text-align:left;
	color:#FFFFFF;
}
.ticker
{
	color:#FFFFFF;
	font-size:1.1em;
}
.ticker A
{
	color:#FFFFFF;
	text-decoration:none;
}
.front1 A
{
	color:#FFFFFF;
	text-decoration:none;
}
.front1 A:hover
{
	color:#F0F0F0;
	text-decoration:underline;
}
.btn
{
	width:158px;
	height:26px;
	color:#FFFFFF;
	font-size:12px;
    background-image: url(image/btn_bg.gif);
    background-repeat:repeat-x;
    background-position:left top;
    margin-bottom:2px;
    text-align:left;
    cursor:pointer;
    padding-left:10px;
}
.btntext
{
	margin-top:5px;
	margin-left:5px;
}
.btntext A
{
	text-decoration:none;
	color:#FFFFFF;
}
.nodecoration
{
	text-decoration:none;
	color:#FFFFFF;
}

