body {
	background: #999;
	margin-left: 0px;
	margin-top: 0px;
	font-family: "Myriad Pro", "Arial";
}

.style1 {
	font-family: "Myriad Pro";
	font-size: 12px;
}

.style2 {
	color: #FF6666;
	font-weight: bold;
}

.style3 {
	color: #003399;
	font-weight: bold;
}

.style4 {
    color: #003399;
    font-weight: bold;
    font-size: 16px;
}

.style5 {
	font-family: "Myriad Pro", "Arial";
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
}

DIV#maincontainer{
    position:relative;
    margin-left:auto;
    margin-right:auto;
    margin-top:15px;
    width: 790px; /*Width of main container*/
}

DIV#header {
    background-image: url(../images/hotspot/hs2/header.png);
	width:790px;
	height:124px;
}

IFRAME#login_iframe {
	position:absolute;
	left:452px;
	top:10px;
	width:319px;
	height:120px;
	border:none;
	background-color:transparent;
}

DIV#content {
    width:790px;
    background-image: url(../images/hotspot/hs2/mainbox_px.png);
    background-repeat: repeat-y;
}

TABLE#contentTable {
    width:790px;
    margin-left:auto;
    margin-right:auto;
    background-image: url(../images/hotspot/hs2/middle_image.png);
    background-position: center top;
    background-repeat: no-repeat;
}

TABLE#navigation {
    height:30px;
    width:790px;
    background-image: url(../images/hotspot/hs2/menu_bar.png);
    background-position:center center;
    background-repeat:no-repeat;
}

TABLE#navigation td {
    color:#FFFFFF;
    line-height:30px;
}
TABLE#navigation a {
    color:#FFFFFF;
    text-decoration:none;
}


DIV#navigation ul {
    list-style-type: none;
    margin:0px;
    padding:0px;
}
DIV#navigation ul li { display:inline; }
DIV#navigation ul li a { 
    text-decoration: none;
    padding: .2em 1em;
    color: #FFF;
}
.activeLink {
    color: #FFFF00;
}
.faqLink {
    color: #FF0000;
    font-weight: bold;
}

TD#leftcol {
    padding-top:20px;
    width:203px;
}

TD#rightcol {
    padding-top:20px;
}

DIV#articletop {
    position:relative;
    background-image: url(../images/hotspot/hs2/whitebox_top.png);
    background-repeat:no-repeat;
    width:567px;
    height:15px;
}

DIV#article {
    position:relative;
    background-image: url(../images/hotspot/hs2/whitebox_middle.png);
    width:567px;
    min-height:500px;
}

DIV#networkNewsPanel {
}
DIV#faqPanel {
    display:none;
}

DIV#articlebottom {
    position:relative;
    background-image: url(../images/hotspot/hs2/whitebox_bottom.png);
    background-repeat:no-repeat;
    width:567px;
    height:15px;
}

DIV#footer {
    clear:both;
    width:790px;
    height:20px;
    background-image: url(../images/hotspot/hs2/footer.png);
    background-repeat: no-repeat;
}