/* Standard Elements */
body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, sans-serif;
	color: #666666;
	text-align: center;
	background: url(bg_light.gif);
}

p {
margin:0.2em 0 1.2em 0; padding:0.3em;}

h1 {
padding:0; margin:0;font-size:250%; font-weight:normal; font-style:italic;
color:#2E45A3;}

h2 {
	color: #078542;
	font-size: 130%;
	font-weight: normal;
	font-style: italic;
}

h3 {
	color: #59436F;
	font-size: 130%;
	font-weight: normal;
	font-style: italic;
}

a:link,{
	color: #078542;
	text-decoration: underline;
}
a:visited {
	color: #078542;
	text-decoration: none;
}
a:hover {
color:#078542; text-decoration:underline;
}
a:active {
color:#078542; text-decoration:none;
}

/* Page Elements - Titel Page */

.intro {
	position:absolute;
	overflow: hidden;
	left:50%;
	width:800px;
	height: 515px;
	margin-top:10px;
	margin-left:-400px;
	padding:0px;
	/*
	background-image: url(Globe_Intro.jpg);
	background-repeat: no-repeat;
	*/
	}

.introcontent {
	position: absolute;
	overflow: hidden;
	left: 50%;
	width: 800px;
	height: 526px;
	margin-top: 10px;
	margin-left: -400px;
	padding: 15px;
	background-image: url(VCC_Intro.jpg);
	background-repeat: no-repeat;

}
.menubar {
	position: absolute;
	left: 50%;
	width: 150px;
	height: 250px;
	margin-top: 200px;
	margin-left: -390px;
	padding: 5px 0px 5px 5px;
	text-align: left;
	font-size: 12px;
	line-height: 12px;
	/*background-color: white;*/
}
a.menu:link, a.menu:visited, a.menu:active {

	text-decoration:none;
	color: #59436F;
	font-weight: normal;
 }
 
a.menu:hover {
	text-decoration: none;
	color: #59436F;
	font-weight: bold;
}

/*Pop Ups */
.popbg {
	background-color: #F7FAFC;
	left: 50%;
	z-index: 1;
	border-left: 2px solid #FFFFFF;
	border-top: 2px solid #FFFFFF;
	border-right: 1px solid #95B6D0;
	border-bottom: 1px solid #95B6D0;
	-moz-opacity: 0.7;
	filter: alpha(Opacity=70, FinishOpacity=70);
}

.poptxt {
	left: 50%;
	z-index: 2;
	color: #0F5DA4;
	font-size: 10px;
	line-height: 12px;
	text-align: left;
	padding: 10px;

}
.poptxt2 {
	position: absolute;
	width: 250px; 
	height: 50px; 
	margin-left: 85px; 
	top: 70px;
	left: 50%;
	z-index: 3;
	color: #078542;
	font-size: 14px;
	line-height: 14px;
	text-align: right;
	font-weight: bold;
	padding: 0px;
}
/* Page Elements - Content Page */


ul.navbar {
	list-style-type: none;
	float: right;
	display: block;
	width: 800px;
	line-height: 0px;
	clear: both;
	margin: 0;
	padding: 0;
	background-color: #999999;
}

ul.navbar li {
display:inline;}

a.nav:link, a.nav:visited, a.nav:active {
display:block; float:left; width:19.5%; padding:1.2em 0 1.2em 0; margin:0;
text-decoration:none; background-color:#999999; color:#FFFFFF;}

a.nav:hover {
	display: block;
	float: left;
	width: 19.5%;
	padding: 1.2em 0 1.2em 0;
	margin: 0;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #59436F;
}


.container {
background-color:#FFFFFF; margin:0 auto 0 auto; padding:0; width: 800px;}

.content {
}

.titleblock {
	padding: 0px 0px;
	margin: 0;
	text-align: right;
	width: 100%;
	height: 175px;
	background-image: url(VCC_Page.jpg);
	background-repeat: no-repeat;
	background-position: Top center;
}


.rightcontainer {
float:right; clear:both; font-size:80%; width:15em; margin:1em 0 0 0; padding:0;}

.rightbox {
margin:0.5em; padding:0.3em; border:1px solid #999999; text-align:center;}

