body
{
	font-family: "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

p
{
	padding-top: 0;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	text-align: justify;
}

h1
{
	color: #910006;
	font-size: 2em;
	margin-bottom: 0;
	padding-bottom: 0.2em;
	font-family: Garamond, "Garamond Premier Pro", Georgia, "Times New Roman", Times, serif;
}

h2
{
	color: #110098;
	font-size: 1.5em;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 0.5em;
	font-family: Garamond, "Garamond Premier Pro", Georgia, "Times New Roman", Times, serif;
}

img
{
	border: 0;
}

#page
{
	position: fixed;
	background-color: transparent;
	color: #000000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	min-width: 1020px;
	min-height: 608px;
	z-index: 2;
	
	background-attachment: fixed;
	background-image: url('../images/left_tile.png');
	background-repeat: repeat-y;
}

#page #left_upper_corner-h
{
	position: absolute;
	left: 0;
	top: 0;
	width: 310px;
	height: 90px;
	background-image: url('../images/bg.png');
	background-position: left top;
	z-index: 2;
}

#page #left_upper_corner-v
{
	position: absolute;
	left: 0;
	top: 0;
	width: 90px;
	height: 290px;
	background-image: url('../images/bg.png');
	background-position: left top;
	z-index: 2;
}

#page #right_upper_corner-h
{
	position: absolute;
	right: 200px;
	top: 0;
	width: 520px;
	height: 90px;
	background-image: url('../images/bg.png');
	background-position: right top;
	z-index: 2;
}

#page #right_upper_corner-v
{
	position: absolute;
	right: 200px;
	top: 0;
	width: 190px;
	height: 280px;
	background-image: url('../images/bg.png');
	background-position: right top;
	z-index: 2;
}


#page #left_down_corner-h
{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 400px;
	height: 80px;
	background-image: url('../images/bg.png');
	background-position: left bottom;
	z-index: 2;
}

#page #left_down_corner-v
{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 95px;
	height: 250px;
	background-image: url('../images/bg.png');
	background-position: left bottom;
	z-index: 2;
}

#page #right_down_corner-h
{
	position: absolute;
	right: 200px;
	bottom: 0;
	width: 520px;
	height: 90px;
	background-image: url('../images/bg.png');
	background-position: right bottom;
	z-index: 2;
}

#page #right_down_corner-v
{
	position: absolute;
	right: 200px;
	bottom: 0;
	width: 190px;
	height: 290px;
	background-image: url('../images/bg.png');
	background-position: right bottom;
	z-index: 2;
}

#page #logo
{
	top: 110px;
	right: 430px;
	position: absolute;
	z-index: 5;
	visibility: hidden;
}

#page #top
{
	background-image: url('../images/top_tile.png');
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	width: 100%;
	height: 75px;
	z-index: 1;
}

#page #bottom
{
	background-image: url('../images/bottom_tile.png');
	background-position: bottom;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 90px;
	z-index: 1;	
}

#page #right
{
	background-image: url('../images/right_tile.png');
	background-position: top right;
	position: absolute;
	top: 0;
	right: 200px;
	bottom: 0;
	width: 189px;
	z-index: 1;
}

#page #button1
{
	width: 30px;
	height: 20px;
	position: absolute;
	bottom: 250px;
	right: 250px;

	z-index: 3;
}

#page #button2
{
	width: 30px;
	height: 20px;
	position: absolute;
	bottom: 225px;
	right: 250px;

	z-index: 3;
}

#page #button3
{
	width: 30px;
	height: 20px;
	position: absolute;
	bottom: 200px;
	right: 250px;

	z-index: 3;
}

#page #button4
{
	width: 30px;
	height: 20px;
	position: absolute;
	bottom: 175px;
	right: 250px;

	z-index: 3;
}

#page #button5
{
	width: 30px;
	height: 20px;
	position: absolute;
	bottom: 150px;
	right: 250px;

	z-index: 3;
}

#page #button6
{
	width: 30px;
	height: 20px;
	position: absolute;
	bottom: 125px;
	right: 250px;

	z-index: 3;
}

#content
{
	background: transparent fixed;
	/*padding-left: 90px;
	padding-top: 80px;
	padding-right: 400px;
	padding-bottom: 120px;*/
	text-align: left;
	z-index: 5;
	position: absolute;
	min-width: 520px; 
	min-height: 440px; 
	overflow: auto;
	left: 90px;
	top: 85px;
	bottom: 85px;
	right: 400px;	
	padding-right: 1em;
	scrollbar-base-color: #835e4f;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-face-color: #835e4f;
	scrollbar-dark-shadow-color: #927163;
	scrollbar-shadow-color: #b1978c;
	scrollbar-3d-light-color: #927163;
}

#content a
{
	color: #000000;
	background-color: transparent;
}

#content a:visited
{
	color: #000000;
	background-color: transparent;
}

#content #leftBig
{
	width: 67%;
	position: relative;
	float: left;
}

#content #rightSmall
{
	width: 29%;
	position: relative;
	float: right;
}


#content #leftEqual
{
	width: 46%;
	position: relative;
	float: left;
}

#content #rightEqual
{
	width: 46%;
	position: relative;
	float: right;
}


#content #noscroll
{
	text-align: left;
	position: relative;
	width: 100%;
}

#content #stop
{
	z-index: 2; 
	right: 35px; 
	top: 70px;
	width: 100px;
	text-align: center; 
	position: absolute; 
	visibility: hidden;
}

#content #stop a
{ 
	color: #8b8b8b; 
}

#content #stop a:visited
{ 
	color: #8b8b8b; 
}

#content .welcome
{ 
	font-size: 1.5em;
	font-weight: bold;
	clear: both;
	width: 100%;
	text-align: left;
	padding-top: 0.5em;
}

#page #ticker
{
	position: absolute;
	width: 100%;
	height: 1em;
	left: 0;
	bottom: 80px;
	z-index: 0;
	padding-left: 50px;
	padding-bottom: 0.8em;
	line-height: 2;
	background-image: url('../images/ticker_bg3.png');
	font-family: inherit;
	font-size: 1.5em;
	color: #FFFFFF;
	font-weight: normal;
	visibility: hidden;
	overflow: hidden;
	background-repeat: repeat-x;
	z-index: 1;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

#page #ticker a
{
	color: #FFFFFF;
}

#right_cover
{
	background-color: #a0a8bf;
	background-image: url('../images/right_bg.png');
	right: 0;
	top: 0;
	bottom: 0;
	width: 200px;
	position: fixed;
	z-index: 5;
}

#right_cover #menuTop
{
	background-image: url('../images/newspaper_bg.png');
	background-repeat: no-repeat;
	position: absolute;
	height: 60px;
	margin: 0;
	padding: 0;
	right: 0px;
	top: 0px;
	width: 100%;
	left: 1px;
}

#right_cover #menu
{
	position: relative;
	background-color: transparent;
	background-image: url('../images/newspaper_tile.png');
	color: #00047d;
	width: 120px;
	padding-left: 40px;
	padding-right: 35px;
	margin-top: 55px;
	top: 0px;
	left: 0px;
	background-repeat: repeat-y;
}

#right_cover #menuBottom
{
	background-image: url('../images/newspaper_bg2.png');
	background-position: left bottom;
	background-repeat: no-repeat;
	position: relative;
	height: 60px;
	left: 0px;
}

#right_cover #menu h1
{
	font-family: Garamond, "Garamond Premier Pro", Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	margin-bottom: 0.5em;
	text-align: center;
}

#right_cover #menu a
{
	color: #000000;
	background-color: transparent;
}

#right_cover #menu a:hover
{
	color: #910006;
	background-color: transparent;
}

#right_cover #menu th
{
	padding-top: 0.3em;
	color: #000000;
	background-color: transparent;
	text-align: left;
}

#right_cover #menu td
{	
	padding-bottom: 0.3em;
	border-bottom: dashed 1px;
	border-color: #000000;
}


#right_menu a
{
	color: #FFFFFF;
}

#right_menu a:visited
{
	color: #cccccc;
}

.page_menu
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.page_menu li
{
	padding-bottom: 7px;
}

.show-list-passed
{
	color: #8b8b8b;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
}

.show-list-newyear
{
	color: #000caa;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
}

.show-list-reddeparture
{
	color: #ce3a3a;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;	
}

#cabnet
{
	right: 10px;
	bottom: 10px;
	position: fixed;
	z-index: 5;
	font-size: 0.7em;
	text-align: right;
}

#cabnet a
{
	color: #FFFFFF;
	background-color: transparent;
}

#cabnet a:visitied
{
	color: #FFFFFF;
	background-color: transparent;
}

