/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: normal;
	line-height: 115%;
	color: #303030;
	margin: 0;
}

links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 100%;
	color: #303030;
	margin: 0;
}

a:link{
	color: #d50d0d;
	text-decoration: underline;
	}
a:active {
	color: #d50d0d;
	text-decoration: underline;
	}
a:visited {
	color: #d50d0d;
	text-decoration: underline;
	}
a:hover {
	color: #66ae17;
	text-decoration: underline;
	}

/* -- HEADER -- */
#header {
	width: 740px;
	height: 202px;
	}
	
	
/* -- MENU -- */
#menu-container {
	width: 740px;
	height: 217px;
	padding: 0 0 6px 0;
}
#menu-main {
	width: 170px;
	height: 217px;
	}
.navbg {
	background-image: url(graphics/nav/bg_graphic_vs02.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	}
#menu-middle {
	width: 326px;
	height: 217px;
	}
#menu-swoosh {
	width: 326px;
	height: 58px;
	text-align: left;
	}
#menu-right {
	width: 238px;
	padding: 0 0 0 6px;
	}
.class-ql-1 {
	width: 238px;
	height: 105px;
	padding: 0 0 0 6px;
	}
.class-ql-2 {
	width: 238px;
	height: 112px;
	padding: 0 0 0 6px;
	}
#menu-globes {
	width: 210px;
	height: 40px;
	float: right;
	/*padding: 6px;*/
	}


/* -- LEFT -- */
#left-content {
	width: 496px;
	padding: 0 6px 0 0;
	text-align: left;
	}
#left-header {
	width: 496px;
	height: 31px;
	margin-bottom: 2px;
	}
#left-text {
	width: 463px;
	padding: 0 21px 20px 12px;
	}

/* -- RIGHT -- */
#right-content {
	width: 238px;
	padding: 0 0 20px 0;
	text-align: left;
	}
.class-right-header {
	width: 238;
	height: 27px;
	margin: 0 0 2px 0;
	}
.class-right-text {
	width: 210px;
	padding: 10px 14px 10px 14px;
	}
#right-images {
	width: 210px;
	padding: 10px 14px 10px 14px;
	}



/* -- FOOTER -- */
#footer {
	width: 577px;
	height: 124px;
	background-image: url(graphics/footer.jpg);
	background-position: top right;
	background-attachment: scroll;
	background-repeat: no-repeat;
	text-align: left;
	padding: 18px 10px 0 153px;
	}
#footer-swish {
	width: 238px;
	height: 37px;
	background-image: url(graphics/footer_swish_wide.gif);
	background-position: center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	float: right;
	}


/* content classes */
h1 {
	color: #303030;
	font-size: 120%;
	}	
h2 {
	color: #303030;
	font-size: 110%;
	}
h3 {
	color: #303030;
	font-size: 105%;
	}
.intro {
	font-size: 115%;
	}
.green {
	color: #66ae17;
	}
.lightblue {
	color: #00a5d5;
	}
.darkgrey {
	color: #333333;
	}
.small {
	font-size: 85%;
	}
.imgleft {
	float: left;
	margin: 0 10px 10px 0;
	}
.imgright {
	float: right;
	margin: 0 0 10px 10px;
	}
