
#pad {height:140px;}
#dropline {padding:0 0 0 30px; margin:0 0 0 5px; list-style:none; height:40px; background:url(/links/ulback.gif) repeat-x; position:relative;}
#dropline table {border-collapse:collapse: width:0; height:0; margin:-3px -10px;}

#dropline li {float:left;}
#dropline li a {display:block; height:40px; line-height:40px; padding:0 20px 0 0; float:left; color:#fff; text-decoration:none; font-family:tahoma, sans-serif; font-size:12px;}
#dropline li a b {display:block; height:40px; float:left; padding:0 0 0 20px; cursor:pointer;}
#dropline li a:hover {background:url(/links/tab_a.gif) no-repeat right top; line-height:36px; height:44px}
#dropline li a:hover b {background:url(/links/tab_b.gif) no-repeat left top; line-height:36px;}

#dropline li:hover > a {background:url(/links/tab_a.gif) no-repeat right top; line-height:36px; height:44px}
#dropline li:hover > a b {background:url(/links/tab_b.gif) no-repeat left top; line-height:36px;}

#dropline ul {padding:0; margin:0; list-style:none; position:absolute; height:25px; width:880px; background:#f8f8f8; left:-9999px; top:44px; z-index:10; border-bottom:1px solid #fff;}
#dropline ul li {height:25px; line-height:25px;}
#dropline ul.right li {float:right;}
#dropline ul li a {color:#000; padding:0 10px 0 10px; height:25px; line-height:25px; border-right:1px solid #9F1F63; font-weight:bold; font-size:11px;}
#dropline ul li a:hover {height:25px; line-height:25px; background:transparent; color:#c60;}
#dropline ul.right li a {border-left:1px solid #e60; border-right:0;}
#dropline ul li a.last {border:0;}


#dropline :hover ul {left:0;}

#dropline li.current ul {left:0; z-index:1;}
#dropline li.current a {background:url(/links/tab_a.gif) no-repeat right top; line-height:36px; height:44px}
#dropline li.current a b {background:url(/links/tab_b.gif) no-repeat left top; line-height:36px;}
#dropline li.current ul li a {color:#000; padding:0 10px 0 10px; height:25px; line-height:25px; background:transparent;}
#dropline li.current ul li.current_sub a {color:#9F1F63;}
#dropline li.current ul li a:hover {color:#9F1F63;}

body{
	background-color:#000000;
	font-family:Tahoma;
    background-image:none;
    font-size:10pt;
}
h1{
	font-size:16pt;
    font-weight:normal;
    color:#9F1F63;
}
h2{
	color:#9F1F63;
    font-size:14pt;
}
h3{
	color:#9F1f6e;
    font-size:14pt;
    }
h4{
	font-size:16pt;
    font-weight:normal;
    color:#FFF;
    padding-top:15px;
    margin-bottom:5px;
}
img{ 
margin-left: 12px;
margin-right: 12px;
}
#header{
	background-color:#FFFFFF;
}
#wrapper{
	background-color:#F6F6F6;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
#links{
	text-align:center;
    padding-bottom:20px;
    }
table{
	width:100%;
}
#content{
	margin-left:65px;
	margin-right:65px;
	text-align:justify;
    margin-top:15px;
}
#contentright{
    float:right;
    margin-left:65px;
	margin-right:65px;
	text-align:justify;
}
#menu{
	text-align:center;
    padding-bottom:20px;
}
#menuleft{
    text-align:center;
}
#footer{
	text-align:center;
}
#ic a{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:8pt;
	font-weight:bold;
	color:#906;
}
#errmsg{
	font-size:10pt;
	background-color:#FC9; 
	border:solid 1px #900;
}
.searchtitle        {
    background: #7A0004;
    color:      #ffffff;
    font-size:  10pt;
    padding:    2px;
}
.searchResult1 {
    background: #FFEBCE;
    color: #840008;
    font-size: 10pt;
    }
.searchResult2 {
    background: #FFDBAD;
    color: #840008;
    font-size: 10pt;
    }
.subsearchtitle        {
    background: #0D4270;
    color:      #ffffff;
    font-size:  7pt;
    padding:    2px;
}
.subsearchResult1 {
    background: #3698D1;
    color: #fff;
    font-size: 7pt;
    }
.subsearchResult2 {
    background: #42B9FF;
    color: #fff;
    font-size: 7pt;
    }

/* 
  -- Even more rounded corners with CSS: Base stylesheet --
*/

.dialog {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:540px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#fff;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.dialog .content,
.dialog .t,
.dialog .b,
.dialog .b div {
 background:transparent url(/links/dialog-purple-800x1600.png) no-repeat top right;
 _background-image:url(/links/dialog2-blue.gif);
}

.dialog .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 30px 0px 15px;
}

.dialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialog .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog .b,
.dialog .b div {
 height:30px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog .b {
 background-position:bottom right;
}

.dialog .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.dialog .hd,
.dialog .bd,
.dialog .ft {
 position:relative;
}

.dialog .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.dialog h1,
.dialog p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.dialog h1 {
 padding-bottom:0px;
}

#booth{
	margin-bottom:10px;
    margin-top:10px;
    background-color:#fff;
    }
#title {
	font-size: 16pt;
    color:#545454;
    text-align:left;
}
#text {
	font-size: 9pt;
    margin-left:10px;
    margin-right:10px;
}
#rightimage {
	 position:absolute;
 	top:0;
 	right:0;
 	width:200px;
    }
#leftimage {
	float:left;
    }
.content a {
color:#fff;

font-weight:bold;
}