/*Designed by Martin Management*/
/*http://www.virtualprofessional.ca*/
/* CSS Document */

a:link, a:visited {
	color: #663399;
}
a:active, a:hover {
	color: #A4CE39;
}
a.grey:link, a.grey:visited {
	color: #666666;
	text-decoration: none;
}
a.grey:active, a.grey:hover {
	color: #663399;
	text-decoration: underline;
}
a.no_underline:link, a.no_underline:visited {
	text-decoration: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #FFFFFF;
	margin: 0;
	font-size: .8em;
	line-height: 160%;
	background-image: url(../images/top-grey-fade.jpg);
	background-repeat: repeat-x;
}	

div.mainBox {
	width: 785px;
	margin: 18px auto;
	background-image: url(../images/body-back.gif);
	background-repeat: repeat-y;
}
h1 {
	font-family: Tahoma;
	font-size: 1.6em;
	font-weight: normal;
	margin: 0;
}
h2 {
	font-family: Tahoma;
	font-size: 1.4em;
	font-weight: normal;
	margin: 0;
}
h3 {
	font-family: Tahoma;
	font-size: 1.2em;
	font-weight: normal;
	margin: 0;
}
p {
	font-family: Tahoma;
	margin: 10px 0 10px 0;
	text-align: justify;
}
#newsEvents p {
	font-size: .8em;
	text-align: left;
	line-height: 140%;
	font-family: Tahoma;
}
div.top {
	height: 105px;
	background-image: url(../images/box-top.jpg);
	background-repeat: no-repeat;
}
	img.logo {
		margin: 30px 0 0 30px;
	}
div.menu {
	width: 767px;
	margin-left: 9px;
	height: 29px;
	background-color: #663399;
}
	img.menuItem {
	border: 0;
	float: left;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 20px;
	}
div.header {
	width: 767px;
	height: 100px;
	margin-left: 9px;
	margin-top: 1px;
	background-image: url(../images/virtuall-logo-header2.png);
	background-repeat: no-repeat;
	background-position: top;
}

div.clearBoth {
	clear: both;
	line-height: 0;
}
div.content {
	float: left;
	width: 708px;
	padding: 30px 0 30px 30px;
	margin: 0px 0 0 9px;
	display: inline;
}
div.contentLeft {
	float: left;
	width: 181px;
	padding: 30px 0 30px 30px;
	margin: 0px 0 0 9px;
	display: inline;
}
div.contentRight {
	display: inline;
	float: left;
	width: 497px;
	padding: 30px;
	margin:  0 0 0 0;
}
img.imgLeft {
	margin-right: 20px;
	margin-bottom: 10px;
}
div.box {
	border: 1px solid  #CCCCCC;
	padding: 13px;
	background-image: url(../images/box-grey-fade.jpg);
	background-repeat: repeat-x;
}
div.bodyBottom {
	height: 11px;
	background-color: #FFFFFF;
	background-image: url(../images/body-bottom.gif);
	background-repeat: no-repeat;
}
	div.footer {
		width: 767px;
		margin: 0 0 0 9px;
		padding: 7px 0 0 0;
		text-align: center;
		font-size: x-small;
	}
	
	
p.leftMenuItem {
	margin: 0;
	padding: 6px 0 5px 13px;
	background: url(../images/arrow_bullet.htm) no-repeat 0px 10px;
	line-height: 120%;
	text-align: left;
}




