/* CSS Document */
body {
margin: 0; border: none; padding: 0;
width: 100%; height: 101%; 
 }
#logo {
	position:absolute;
	z-index: 2;
	width: 25.75em;
	height: 11.875em;
}
#logo a:visited, a:hover, a:link, a:active {
	background-color:transparent;
}
#header {
	z-index:1;
	background-color: #6b0000;
	position: absolute;
	height: auto;
	width: 100%;
	}
#province {
	color:#FFFFFF;
	font-weight:bold;
	font-size:1em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
	margin-left: 2em;
}
#sidebarContainer {
	z-index: 1;
	width: 17.3125em;
	background-color:#FFFFFF;
	position: absolute;
	margin-top: 95px;
	}
#sidebar {
	background-color: #6b0000;
	width: 12.875em;
	padding-top: 100px;
	padding-bottom: 1.25em;
}
#sidebar ul li {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	display:block;
	list-style:none;
	margin-left: -1.8em;
	margin-right: .8em;
	padding-top: .4em;
	padding-bottom: .4em;
	border-bottom: 1px solid #FFFFFF;
	}
#areYou {
	background-color:#FFFFFF;
}
#areYou img{
	width:29.6875em;
	height:22em;
}
.center {
	text-align:center;
}

#sidebarBottom {
	background-color:#FFFFFF;
	width:17.3125em;
	height:24.1875em;
}
.menuItems {
	padding-left: 400px;
	padding-top: .4em;
	margin-bottom: .5em;
}
.menuItems ul li {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
	color:#FFFFFF;
	display: inline;
	padding-right: .5em;
	line-height: 1.5em;
	}
#header a:link, #header a:visited, #header a:active {
	color:#FFFFFF;
	background-color:#6b0000;
	text-decoration:none;
}
#sidebar a:link, #sidebar a:visited, #sidebar a:active {
	color:#FFFFFF;
	background-color:#6b0000;
	text-decoration:none;
}

#header a:hover, #sidebar a:hover{
	text-decoration:underline;
}

#sidebar a:hover{
	color:#6b0000;
	background-color:#FFFFFF;
	text-decoration:none;
}

#textContainer {
	position:relative;
	width:100%;
	min-height:100%;
	}
.text{
	padding-top:184px;
	padding-left:18em;
	padding-right:1em;
	font-family:Georgia, "Times New Roman", Times, serif;
	height:120%;
}
.text a:link, .text a:visited {
	color: #6b0000;
	text-decoration:none;
	font-weight:bold;
}
.text a:hover {
	text-decoration:underline;
}
.cap {
float: left;
margin-top: .3em;
padding-right:.1em;
}
#rightBox {
float:right;
padding-left: .5em;
margin-left: .5em;
color: #FFFFFF;
border: 5px solid #6b0000;
width: 17em;
background-color:#6b0000;
padding-bottom: 0em;
	font-size: .8em;
	font-weight:bold;
}
#rightBox ul li {
	list-style-type:disc;
	font-size: 1em;
	font-weight:normal;
}
.headline {
	text-align:center;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-variant:small-caps;
	font-weight:bold;
}
.worldimg {
	width: 17.3125em;
	height: 24.1875em;
}

h2 {
	color:#6b0000;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
	font-size:1.2em;
	}

#footer {
	background-color: #FFFFFF;
	color: #6b0000;
	border-top: 2px solid #6b0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: .6em;
	margin-top: 5em;
	padding: 0em 1em 1em 1em;
}

.floatRight {
	float: right;
	margin:1em 1em 0em 1em;
}

.floatRight a:link, .floatright a:visited, .floatright a:hover {
	background-color: transparent;
}