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

body  {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #99CC00;
}

p  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	line-height: 20px;
	text-align: left;
	padding-bottom: 10px;
	margin: 0 50px 0 0;
}

p.tight  {
	font-size: 10px;
	line-height: 15px;
	text-indent: 0;
	padding: 0 0 5px 50px;
	margin-right: 50px;
}

em  {
	font-size: 10px;
	line-height: 15px;
	font-style: italic;
}

strong  {
	color: #000000;
	font-size: 10px;
	line-height: 15px;
	font-weight: 600;
}

b  {
	color: #000000;
	font-size: 10px;
	line-height: 15px;
	font-weight: 600;
}

i  {
	color: #000000;
	font-size: 10px;
	line-height: 15px;
	font-weight: 400;
}

ul  {
	color: #000000;
	font-size: 10px;
	line-height: 15px;
}

li {
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding-bottom: 5px;
}

.txt {
	list-style-type: disc;
}


td  {
	color: #000000;
	font-size: 10px;
	line-height: 12px;
}

th  {
	color: #000000;
	font-size: 10px;
	line-height: 10px;
	text-align: center;
}

h1  {
	color:#660033;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	text-align: left;
	margin: 0 0 10px 0;
}

h2  {
	color: #000000;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	text-align: left;
	text-decoration: none;
	margin: 0;
	padding-bottom: 10px;
}

h3  {
	color: #660033;
	font-size: 12px;
	line-height: 15px;
	font-weight: 600;
	text-align: left;
	margin: 0 0 7px 0;
}

h4	{
	color: #000000;
	font-size: 12px;
	line-height: 20px;
	font-weight: 600;
	text-align: left;
	margin: 0;
	padding-bottom: 10px;
}

h5	{
	color: #666666;
	font-size: 10px;
	line-height: 10px;
	font-weight: 600;
	text-align: center;
	margin: 0;
	padding-left: 10px;
}

h6	{
	color: #660033;
	font-size: 12px;
	line-height: 12px;
	font-weight: 600;
	text-align: center;
	margin: 0;
	padding-bottom: 10px;
}

a:link {
	color:#660033;
	text-decoration: none;
	font-size: 10px;
	font-weight: 600;
	line-height: 20px;
}

a:visited {
	color:#666666;
}

a:hover {
	color:#99cc00;
}

a.event:link {
	color:#660033;
	text-decoration: none;
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	padding-bottom: 6px;
	text-align: center;
}

a.event:visited {
	color:#666666;
}

a.event:hover {
	color:#99CC00;
}

a.event:active {
	font-weight: 600;
}

a.topLink:link{
	color:#000000;
	font-weight: normal;
	font-size: 10px;
	line-height: 15px;
	text-align: center;
}

a.topLink:visited{
	color:#333333;
}

a.topLink:hover{
	color:#99CC00;
}

hr	{
	height: 2px;
	width: 510px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#container {
	position: absolute;
	top: 30px;
	left: 50%;
	width: 880px;
	background: #FFFFFF;
	margin-left: -440px;
	margin-top: 0;
	margin-bottom: 12px;
	text-align: left;
} 

#header {
	margin: 0;
	padding: 0;
	}
	
#logo {
	top: 0;
	left: 0;
	width: 150px;
	margin-top: 0;
	margin-right: 40px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

#navheader {
	position: absolute;
	top: 70px;
	left: 210px;
	height: 35px;
	width: 670px;
	margin: 0;
} 

#home {
	position: absolute;
	top: 40px;
	right: 100px;
	height: 20px;
	width: 100px;
	margin: 0;
	text-align: center;
}

#colOne {
	float:left;
	text-align: center;
	width: 150px;
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	background-color: #E3F786;
	padding: 0 20px 10px 20px;
	margin-right: 20px;
	left: -25px;
	position: absolute;
}


#colThree {
	float: right;
	width: 150px;
	padding: 0 15px 0 0;
	text-align: center;
}

#rightImage {
	float: right;
	width: 250px;
	padding: 0 15px 0 0;
	position: absolute;
	left: 610px;
	top: 155px;
}

#mainContent {
	margin: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 185px;
} 

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	margin: 0px;
	color: #666666;
	background-image: url(Images/VerveFooterBG.jpg);
	background-repeat: repeat-x;
	padding: 0 0 20px 0;
} 

#VerveLogo {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: 600;
	color: #000000;
	margin: 0 100px 0 200px;
}
	
	#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	width: 880px;
	bottom: -20px;
	color: #666666;
	left: 0px;
	z-index: 10;
}

#footer p {
	margin: 0;
	padding: 10px 0; 
}

.fltrt {
	float: right;
	margin-left: 8px;
}

.fltlft {
	float: left;
	margin-right: 8px;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

