/* CSS Document */

a:link {font-weight:normal; color:#0000FF; text-decoration:none; }
a:visited {font-weight:normal; color:#0000FF; text-decoration:none; }
a:hover {font-weight:normal; color:#FF0000; text-decoration:none; } 

body {
	background-color: #959595;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000080;
}

hr {
	color:#000066;
	width: 80px;
}

h1 {
	font-family: Helvetica, Arial, Tahoma, sans-serif;
	font-size:130%;
	font-style:normal;
	font-weight:bolder;
	margin-top: 10px;
}

h2 {
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	margin-top:0px;
	padding-left:0px;
	background-color:#eeeeee;
}

h3 {
	font-family: Helvetica, Arial, Tahoma, sans-serif;
	font-size:130%;
	font-style:normal;
	font-weight:bolder;
	margin-top: 10px;
}

h4 {
	font-size: 11px;
	font-style:normal;
	font-weight:bolder;
}

h5 {
	font-size: 8px;
	color:#FFFFFF;
	font-style:italic;
	font-weight:normal;
}

.mainframe {
	position:absolute;
	left:30px;
	top:0px; 
	width:850px;
	z-index:1;
	background-color: #008080;
	height:890px;
}

.innerframe {
	position:absolute;
	left:35px;
	top:5px; 
	width:840px;
	z-index:2;
	background-color: #cccccc;
	height: 880px;
}

.header {
    position:absolute;
	left: 40px;
	top: 10px;
	width: 830px;
	height:85px;
	padding-top:0px;
	padding-left:0px;
	background-color:#000080;
	z-index:3;
}

.menu {
    position:absolute;
	left: 40px;
	top: 100px;
	width: 150px;
	height:740px;
	line-height: 150%;
	padding-top: 0px;
	padding-left: 10px;
	background-color:#eeeeee;
	z-index:3;
}

.content {
    position:absolute;
	left:205px;
	top:100px;
	width:605px; 
	height:740px;
	z-index:3;
    background: #eee;
	padding-top: 0px;
    padding-left: 10px;
	padding-right: 50px;
	font-size: 11px;
    font-style:normal;
	line-height:16px;
}

.content_left {
    position:absolute;
	left:205px;
	top:100px;
	width:280px; 
	height:740px;
	z-index:3;
    background: #eee;
	padding-top: 0px;
    padding-left: 10px;
	font-size: 11px;
    font-style:normal;
	line-height:16px;
}

.content_right {
    position:absolute;
	left:490px;
	top:100px;
	width:380px; 
	height:740px;
	z-index:3;
    background: #eee;
    padding-top: 0px;
	font-size: 11px;
    font-style:normal;
	line-height:16px;
}

.footer {
    position:absolute;
	left: 40px;
	top: 845px;
	width: 830px;
	height: 35px;
	font-size: 9px;
	color: #66cc99;
	line-height:10px;
	padding:0px;
	background-color:#000066;
	z-index:3;
}

.iframe {
	background-color: #eeeeee;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#000080;
}

/*  styles for long pages   */

.mainframe_long {
	position:absolute;
	left:30px;
	top:0px; 
	width:850px;
	z-index:1;
	background-color: #008080;
	height:1310px;
}

.innerframe_long {
	position:absolute;
	left:35px;
	top:5px; 
	width:840px;
	z-index:2;
	background-color: #cccccc;
	height: 1300px;
}

.menu_long {
    position:absolute;
	left: 40px;
	top: 100px;
	width: 150px;
	height:1160px;
	line-height: 150%;
	padding-top: 0px;
	padding-left: 10px;
	background-color:#eeeeee;
	z-index:3;
}

.content_long {
    position:absolute;
	left:205px;
	top:100px;
	width:605px; 
	height:1160px;
	z-index:3;
    background: #eee;
	padding-top: 0px;
    padding-left: 10px;
	padding-right: 50px;
	font-size: 11px;
    font-style:normal;
	line-height:16px;
}

.footer_long {
    position:absolute;
	left: 40px;
	top: 1265px;
	width: 830px;
	height: 35px;
	font-size: 9px;
	color: #66cc99;
	line-height:10px;
	padding:0px;
	background-color:#000066;
	z-index:3;
}

/*  styles for extra-long pages   */

.mainframe_xlong {
	position:absolute;
	left:30px;
	top:0px; 
	width:850px;
	z-index:1;
	background-color: #008080;
	height:2500px;
}

.innerframe_xlong {
	position:absolute;
	left:35px;
	top:5px; 
	width:840px;
	z-index:2;
	background-color: #cccccc;
	height: 2490px;
}

.menu_xlong {
    position:absolute;
	left: 40px;
	top: 100px;
	width: 150px;
	height:2350px;
	line-height: 150%;
	padding-top: 0px;
	padding-left: 10px;
	background-color:#eeeeee;
	z-index:3;
}

.content_xlong {
    position:absolute;
	left:205px;
	top:100px;
	width:605px; 
	height:2350px;
	z-index:3;
    background: #eee;
	padding-top: 0px;
    padding-left: 10px;
	padding-right: 50px;
	font-size: 11px;
    font-style:normal;
	line-height:16px;
}

.footer_xlong {
    position:absolute;
	left: 40px;
	top: 2455px;
	width: 830px;
	height: 35px;
	font-size: 9px;
	color: #66cc99;
	line-height:10px;
	padding:0px;
	background-color:#000066;
	z-index:3;
}

.livecam {
	position:absolute;
	left: 10px;
	width: 640px;
}