/* ================================ GENERAL ================================ */
/* ================================ GENERAL ================================ */
/* =========================== CSS TAG REDEFINES ================================ */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	height: 100%;
	background-image: url(../images/envelope.png);
	font-size: 0.9em;
	
}

p {
	margin-top: 0px;
	line-height: 1.416em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

h1 /* for headlines */
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #333333;
	line-height: 1.3em;
	margin: 0px;
}

h2 /* for subheadlines */
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #45a1d6;
	line-height: 1.3em;
	margin: 0px;
}

h3	/* for article main headers */ 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.9em;
	font-weight: bold;
	color: #333333;
	line-height: 1.1em;
	margin-top: 0px;
}

h4 {
	font-weight: bold;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


/* =========================== ADVANCED: ID's & CSS Selectors ================================ */

a:link {
	text-decoration: underline;
	color: #333333;
}

a:visited {
	color: #858688;
}

/* ================================ CUSTOM STYLES (CLASS) ================================ */

.container {
	min-height: 100%; /* ====== ADDED AS PART OF NEW FOOTER ===== */
	height: 100%;
	width: 900px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 1.1em;
	margin-left: auto;
	line-height: 1.3em;
	position: relative;
}


.header {
	height: 160px;
	width: 250px;
	clip: rect(auto,auto,auto,auto);
	float: left;
	text-align: right;
	margin-bottom: 20px;
}

.header2 {
	height: 160px;
	width: 650px;
	clip: rect(auto,auto,auto,auto);
	float: right;
	margin-bottom: 20px;
}

.navbar2 {
	height: 30px;
	width: 900px;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.button {
	height: 20px;
	width: 100px;
	float: left;
}

.page_column {
	width: 900px;
	height: 100%;
	float: left;
	min-height:100%;
	background-image: url(../images/env_sides.png);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}


.page_top_alt {
	display: inline;
	float: left;
	width: 900px;
	height: 120px;
	overflow: auto;
	margin-top: 30px;
}



/* ==================================== MAIN ARTICLE ==================================== */


.mainarticle_textcolumn {
	width: 600px;
	height: 100%;
	float: left;
	padding-left: 50px;
	padding-top: 0px;
	padding-bottom: 20px;
	margin-right: 60px;
}

.mainarticle_titlebox {
	display: inline;
	float: left;
	width: 600px;
	margin-bottom: 25px;
	margin-top: 10px;
	height: 26px;
}

.mainarticle_credits {
	width: 600px;
	height: 100%;
	float: left;
	padding-left: 0px;
	padding-top: 30px;
	font-size: 1em;
	font-weight: bold;
}

/* ==================================== SUB ARTICLE ==================================== */


.subarticle_textcolumn {
	width: 150px;
	height: 100%;
	float: left;
	padding-left: 10px;
	padding-top: 0px;

}


.subarticle_picturebox {
	display: inline;
	float: left;
	width: 90px;
	overflow: visible;
	margin-bottom: 17px;
	margin-top: 5px;
	margin-right: 0px;
}

.subarticle_picturebox_blank {
	display: inline;
	float: left;
	width: 90px;
	overflow: visible;
	margin-right: 0px;
	margin-bottom: 15px;
}


/* ==================================== NEW FOOTER ==================================== */

#footer {
	position: relative;
	margin-top: -158px; /* negative value of footer height */
	height: 158px;
	clear:both;
	background-position: center bottom;
	text-align: center;
	background-image: url(../images/env_foot.png);
	background-repeat: no-repeat;
} 

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
}

.imagesfornavi {
	margin-right: 18px;
	margin-left: 18px;
}

.tablecss {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 30px;
}

.timetablecss {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
}
