﻿/* CSS layout */
.mcontainer {
	margin: 0px auto;
	width: 968px;
}
#masthead {
	border-bottom: medium #FF0000 solid;
	color: #FFFFFF;
	background: #99CCFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-weight: bold;
}

#top_nav {
	font-family: Arial, Helvetica, sans-serif;
	font: medium serif;
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {
	margin-right: 200px;
	margin-left: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}

#page_title {
	margin-right: 200px;
	margin-left: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
}


#right_col {
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
}

#footer {
	font: small "Arial Narrow";
}

.style1 {
	text-align: center;
}
.twoColFixRtHdr #sidebar1 a {
	font-style:normal;
	font-weight: bold;
	color: #0033FF;
}
.style2 {
	margin-top: 166px;
}
.container {
	background-color: #C0C0C0;
}
.style3 {
	font-family: "Times New Roman";
}
.language {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
a {
	color: #800080;
}
a:active {
	color: #800080;
}
a:hover {
	color: #800080;
}
