/* Website: http://www.victoriajungiananalyst.ca */
/* Author: Isaac Butt */
/* W3C Valid CSS :) */

body {
	background-color: #e9e7d0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#mydiv {
	position:absolute;
	top: 50%;
	width: 100%;
	height:460px;
	margin-top: -230px; /*set to a negative number 1/2 of your height*/
	background-color: #000000;
	overflow: hidden;
}
.ast {
	font-family: "Copperplate Light", "Century Gothic", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#CC0000;
	text-align:justify;
	line-height:18px;
}
.mainText {
	font-family: "Copperplate Light", "Century Gothic", Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #000000;
	text-align:justify;
	line-height:18px;
}
.list li { 
	color:#CC0000;
}
.list li span { color:#000000; }
.headerText {
	font-family: "Copperplate Light", "Century Gothic", Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #000000;
	font-weight:bold;
	line-height:18px;
}
.credentials {
	font-family: "Copperplate Light", "Century Gothic", Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	font-weight:bold;
	line-height:18px;
}
.headerText2 {
	font-family: "Copperplate Light", "Century Gothic", Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #000000;
	font-weight:bold;
	text-align:justify;
	line-height:18px;
}
.picture {
	padding-right: 5px;
}
.picture2 {
	padding-left: 5px;
}
.hr {
	color: #CC0000;
	background-color: #CC0000;
	height: 2px;
}
