@charset "utf-8";

/* BASE CSS Document */

html {
	overflow: auto;
}

* {
	margin: 0;
	padding: 0;
}

body {
	background-color:#ffffff;
	letter-spacing: 0px;
	height: 100%;

	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px;
	color: #000000;
	line-height: 1.125em;
	text-shadow: 0 0 0 rgb(255, 255, 255);
}


img {
	border: none;
}


h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 101px;
	font-weight: lighter;
	margin-left: 0px;
	margin-bottom: -10px;
	line-height: 1.0em;
	letter-spacing: 0.0em;
	color: #000000;
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 25px;
	line-height: 1em;
	letter-spacing: 0.0em;
	color: #000000;
}

h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-top: -5px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	line-height: 1.1em;
	letter-spacing: 0.0em;
	color: #000000;
}


hr.thin { 
	border: 0;
	height: 2px;
	color:#000000;
	background:#000000;
	margin-top: -15px;
	margin-bottom: 15px;
}

hr.thick { 
	border: 0;
	height: 10px;
	color:#000000;
	background:#000000;
	margin-top: 0px;
	margin-bottom: 15px;
}


a:link{
	color: #000000;
	text-decoration: none;
}


a:visited{
	color: #000000;
	text-decoration: none;
}


a:hover {
	color: #666666;
	text-decoration: none;
}


a:active {
	color: #000000;
	text-decoration: none;
}

ul {
	list-style-type: disc;
	margin-left: 15px;
	margin-bottom: 20px;
}

li {
	margin-bottom: 8px;
}


#bodyContainer {	
	margin-left: 20px;
	width: 980px;
	height: 100%;
}


#footer {
	margin-left: 188px;
	margin-bottom: 10px;
	width: 675px;

	font-size: 9px;
	color: #000000;
	line-height: 1.2em;
}

#footerLinks {
	margin-top: 0px;
	margin-bottom: 14px;
	margin-left: 0px;

	height: 12px;
	font-size: 12px;
	color: #000000;
}


#footerLinks a:link{
	color: #000000;
	text-decoration: none;
	border: none;
}


#footerLinks a:active {	
	color: #000000;
	text-decoration: none;
	border: none;
}


#footerLinks a:visited{
	color: #000000;
	text-decoration: none;
	border: none;}


#footerLinks a:hover {
	color: #666666;
	text-decoration: none;
	border: none;
}

#footerLogo {
	margin-left: 730px;
	margin-top: 10px;
	position: relative;
}



#imageLink {
	border: none;
}


/* MENU CONTAINER */

#menuContainer{
	width: 190px;
	height: 100%;
	position: absolute;
	left: auto;
	top: 30px;
	z-index: 2;
}


#logo{
	left: -3px;
	margin-bottom: 4px;
	position:absolute;
}



/* MAIN MENU */

#mainMenu {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 200;
	margin-top: 50px;
	
	position: relative;
	z-index: 100;
	padding-left: 0px;
	line-height: 20px;
}


#mainMenu a:link{
	border: none; 
	text-decoration: none;
	color: #000000;
}


#mainMenu a:active {	
	border: none; 
	text-decoration: none;
	color: #000000;
}


#mainMenu a:visited{
	border: none; 
	text-decoration: none;
	color: #000000;
}


#mainMenu a:hover {
	border: none; 
	text-decoration: none;
	color: #666666;
}

#subMenu {
	margin-left: 15px;
}



