@charset "UTF-8";
/* CSS Document */

body {
	background-color: #6699FF;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin: 0em;
	font-size: 1em;
	color: #000000;
}.blue {
	font-weight: normal;
	background-color: #000099;
	color: #FFCC33;
	text-align: center;
	text-indent: 4px;
	border: 2px inset #000066;
}
.yellow {
	background-color: #FFCC00;
}

/* All the rest is for the main text content of the site. */

#main-content {
	margin-right: 25px;
	margin-left: 25px;
	background-color: #2061DA;
	position: relative;
	z-index: 5;
	border-top: 2px #002d77 solid;
	border-left: 2px #002d77 solid;
	border-bottom: 2px #002d77 solid;
	border-right: 2px #002d77 solid;
}

body.toc #main-content {background-color: #3b77e7;}

#main-content p {
	padding-left: 1.6em;
	padding-right: 1.5em;
	line-height: 110%;
	color: #000000;
}

#main-content ul {padding-left: 1.5em;}

#main-content ol {padding-left: 1.5em;}

#main-content li {line-height: 1.6em;}

#main-content a:link {text-decoration: none;
color: white;
background-color: #3b77e7;}

#main-content a:visited {text-decoration: none;
color: #bcd3ff;
background-color: #3b77e7;}

#main-content a:hover {text-decoration: none;
color: white;
background-color: #2102c2;}
.main-content2 {
	margin-right: 25px;
	margin-left: 25px;
	background-color: #3b77e7;
	border-top: 2px #002d77 solid;
	border-left: 2px #002d77 solid;
	border-bottom: 2px #002d77 solid;
	border-right: 2px #002d77 solid;
	text-align: left;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	font-size: medium;
}
.toc .main-content2 #footer {
	font-size: 0.8em;
	text-align: center;
	margin-bottom: 10px;
}

.toc .main-content2 .logo {
	z-index: 7;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}
.toc .main-content2 .rightcolumn {
	margin-right: 10px;
}
ul {
	list-style-position: outside;
	list-style-type: circle;
	margin-left: 30px;
	padding-left: 0px;
}
.toc .main-content2 p {
	margin-left: 20px;
}
.blueCentered {
	font-weight: normal;
	background-color: #000099;
	color: #FFCC33;
	text-align: center;
	text-indent: 4px;
	border: 2px inset #000066;
}
#Tempandviz {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	font-style: normal;
}
.toc .main-content2 .emphasise {
	font-size: large;
	font-weight: bold;
}

