/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	background-color:#fff;
	background-image:url(../struc_images/bg.gif);
	}
	
* {margin:0; padding:0;}	
	
* html body {
  font-size:medium; /* for IE5/Win */
  f\ont-size:medium; /* for other IE versions */
  }
  
#container {
	margin: 25px auto 0 auto;
	width: 776px;
	}
/* Logo and top header section */
	
#header {
	width: auto;
	height: 64px;
	background:#ffffff url(../struc_images/logo_white.gif) no-repeat left;
	text-align:right;
	color:#fff;
	font-weight:100;
	border-bottom:1px solid #000000;
	}
	
#header h2 {
	padding:10px;
	}	

/* End Logo and top header section */

/* Main Images section */
	
#images {
	width: auto;
	height:171px;
	background-color:#ccc;
	background-image:url(../struc_images/header1.jpg);
	border-bottom:1px solid #ffffff;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	}
	
/* End Main Images section */

/* Top Horizontal Navigation */

#hnav {
	background-color:#000;
	text-align:right;
	color:#fff;
	padding:5px 0 5px 0;
	font-size:0.875em
	}
	
#hnav a, #hnav a:visited {
	color:#fff;
	text-decoration:none;
	padding:5px 10px;
	}
	
#hnav a:hover {
	background-color:#CC0099;
	}		
	
/* End Top Horizontal Navigation */

/* Main Content and Navigation Section */	
	
#main {
	background:#ffffff url(../struc_images/bg_main.gif) repeat left;
	float:left;
	width: 775px;
	height: 100%;
	border-right:1px solid #000;
	}

/* Vertical Main Navigation */
	
#vnav {
	float:left;
	width:150px;
	background-color:#f6f7f7;	
	border-left:1px solid #000;
	}
	
#vnav ul {
	list-style:none;
	}
	
#vnav li {
	position: relative;
	}
	
#vnav a, vnav a:visited {
	display:block;
	text-decoration:none;
	margin:10px;
	padding:5px;
	background-color:#ffffff;
	border:1px solid #cccccc;
	color:#666;
	font-size:0.6875em;	
	}	
	
#vnav a:hover {
	border:1px solid #000000;
	color:#000000;
	}	
	
#vnav ul ul ul {
	position: absolute;
	top: -10px;
	left: 132px; /* to position them to the right of their containing block */
	width: 100%; /* width is based on the containing block */
	}

div#vnav ul ul ul
	{display: none;
	}

div#vnav ul ul li:hover ul
	{display: block;}
	
div#vnav ul ul li ul li a
	{margin-bottom:-10px;
	 background-color:#f6f7f7;}	
	 
div#vnav ul ul li ul li a:hover
	{background-color:#fff;}		 
	

		
/* End Vertical Main Navigation */	

/* Content Section */
	
#content {
	float:right;
	width:584px;
	background-color:#fff;
	padding:40px 20px 20px 20px;
	line-height:17px;
	font-size:0.75em;
	}

#content h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:250%;
	font-weight:100;
	}
	
#content img {
	padding:5px;
	border:1px solid #cccccc;
	margin:5px;
	}	

#content a img,
#content a:visited img {
	padding:5px;
	border:1px solid #cccccc;
	margin:5px;
	}
	
#content a:hover img {
	border:1px solid #000000;
	}
	
#content a, #content a:visited {
	font-weight:bold;
	color:#cc0099;
	text-decoration:none;
	}
	
#content a:hover {
	text-decoration:underline;
	}
	
#content ul {
	padding-left:20px;
	}
	
#content li {
	padding-bottom:10px;
	}
		
/* End Content Section */
	
/* End Main Content and Navigation Section */	

/* Footer Section */

#footer {
	clear:both;
	width:auto;
	background-color:#000000;
	color:#fff;
	text-align:center;
	padding:5px 0;
	font-size:0.625em;
	}
	
#footer a, #footer a:visited {
	color:#fff;
	text-decoration:none;
	padding:5px 10px;
	}	
	
#footer a:hover {
	background-color:#CC0099;
	}		
	
/* End Footer Section */	