html,body
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: #eeeeee;
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x;
	color: #373737;
	line-height: 12pt;
	margin: 0px auto 0px auto;
	text-align: center;
	padding: 0;
}

a {
	color: #2795d5;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/* Structure Design */

div.vlcd-frame {
	width: 100%;
	background-image: url('images/bg-clouds.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0;
}

div.vlcd-header {
	width: 968px;
	height: 95px;
	margin: 0 auto 0 auto;
	text-align: left;
}

div.vlcd-menu {
	width: 962px;
	height: 31px;
	margin: 0 auto 0 auto;
	text-align: left;
	background-image: url('images/menu-bg.jpg');
	background-repeat: repeat-x;

}

div.vlcd-content {
	width: 960px;
	background-image: url('images/shadow-side.png');
	background-repeat: repeat-y;
	padding: 0 4px 0 4px;
	margin: 0 auto 0 auto;
	text-align: left;
	clear: both;
}

div.vlcd-content div.vlcd-inner-content {
	width: 100%;
	background-color: #FFFFFF; 
	background-image: url('images/content-fade.jpg');
	background-repeat: repeat-x;
	padding: 5px 0 10px 0;
}

div.vlcd-content-end {
	width: 962px;
	height: 3px;
	background-image: url('images/shadow-bottom.jpg');
	background-repeat: repeat-x;
	margin: 0 auto 0 auto;
	clear: both;
}

div.vlcd-footer {
	width: 960px;
	margin: 5px auto 0 auto;
	padding: 5px 0 0 0;
	font-size: 8pt;
	text-align: left;
	clear: both;
}




/* Header & Menu styles */

div.vlcd-header img {
	border: 0px;
}

div.vlcd-menu img.right {
	float: right;
}

div.vlcd-menu img.left {
	float: left;
}

div.vlcd-top-bar {
	width: 940px;
	padding: 0 10px 5px 10px;
	font-size: 8pt;
	color: #000000;
	clear: both;
}


div.vlcd-menu a {
	display: block;
	color: #FFFFFF;
	float: left;
	margin: 9px 8px 0 5px;
	font-size: 11pt;
	font-weight: 700;
}

div.vlcd-menu a:hover {
	text-decoration: none;
	color: #d4ffc9;
}


/* Content Styles */


div.vlcd-header div.welcome-message {
	font-size: 1.2em;
	color: #FFFFFF;
	width: 500px;
	float: right;
	margin: 70px 10px 0 0;
	text-align: right;
}

div.vlcd-header div.welcome-message a {
	color: #FFFFFF;
	text-decoration: underline;
}

div.vlcd-header div.welcome-message a:hover {
	text-decoration: none;
}

div.vlcd-break {
	width: 100%;
	clear: both;
}

