body {
	
	background-color: #A4A1AA;
	font-family: Arial, Helvetica, sans-serif; 
}

#header {
  width: 994px ;
  margin-left: auto ;
  margin-right: auto ;
}

#menu {
  width: 994px ;
  margin-left: auto ;
  margin-right: auto ;
}

#content {
  width: 994px ;
  margin-left: auto ;
  margin-right: auto ;
  background-color:#FFFFFF ;
  text-align:left ; font-size:14px ; 
}
#footer {
width: 994px ;
  margin-left: auto ;
  margin-right: auto ;
  background-color:#FFFFFF ;
  text-align:center ; line-height: 16px;
  font-family: Arial, Helvetica, sans-serif ; font-size:10px ; }
  
  
a:link { color:#560799; 
	
}

a:visited { color:#CC9900; 
	
}




.body-text {margin-left:30px ; margin-right:30px ; margin-top: 20px ;
}
.body-headline { font-family: Arial, Helvetica, sans-serif; font-size:18px; font-weight:bold; margin-left:30px ; margin-right:30px ; margin-top: 20px ;
}

.body-bold { font-family: Arial, Helvetica, sans-serif; font-size:18px; font-weight:bold;
}

.body-large-font { font-family: Arial, Helvetica, sans-serif; font-size:18px; margin-left:30px ; margin-right:30px ;
}

.body-headline-link { font-family: Arial, Helvetica, sans-serif; font-size:18px; font-weight:bold; margin-left:30px ; margin-right:30px ; margin-top: 20px ; color: #990066; text-decoration: none;
}

.image-border {outline:solid; outline-color: #A4A1AA; outline-width: 5px ; margin-bottom: 10px; margin-left: 10px; margin-right: 10px; margin-top: 10px;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/snowstorm.html
Copyright (c) 2005-2010 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* Menu*/

.image {width:994px; height:40px; padding-top:0px; padding-left:px; margin:0 auto; border-bottom:1px solid #ddd;}
.container {width:994px; height:36px; margin-left: auto ;
  margin-right: auto ;}

/* default styling */
.nav,
.nav ul {list-style-type:none; margin:0; padding:0; float:left;}
.nav a {text-decoration:none;}
.nav {font-family: verdana, sans-serif; font-size:12px; margin-bottom:-1px;}
.menu-header {font-size:15px; font-weight:bold; }

/* style the links */
.nav a {float:left; background:#ddd; color:#000; text-align:center; line-height:16px; padding:4px 0; border:1px solid #fff; margin-bottom:-1px;}
.nav a.sub-a {background:#bbb;}

.nav a:hover,
.nav a:focus,
.nav a:active {outline:0; color:#fff; background:#222;}

/* this is for the path highlight in all browsers except IE6 and lower */
.nav li:hover >  a {color:#fff; background:#222;}

/* WIDTH change this WITH CARE to suit your requirements */
.nav {width:142px; margin-right:auto;}
.nav a {width:140px; margin-right:-140px;} /* take into account the borders when calculating the link width, margin-right = total link width - 1px */
.nav ul li {max-width:142px;} /* fix for IE8 */

/* flyout TOP positions */
.nav ul.fly {top:-25px;} /* position the top of the flyout first sub-limenus */
.nav ul.fly2 {top:-41px;} /* position the top of the flyout sub-limenus with previous text on two lines */

/* flyout LEFT/RIGHT positions */
.nav ul.fly {left:141px;}
.nav .left ul.fly {left:auto; right:141px;}


/* DO NOT CHANGE ANYTHING BELOW THIS LINE */
/* ---------------------------------------------------------------------------- */
.nav ul {position:relative; margin-bottom:-10000px;} 
.nav ul li {float:left; clear:left;}
.nav a {position:relative;}
.sub-li {margin-top:-10000px;}
.sub-a {margin-top:10000px;}

/* The bit that does ALL the work to bring the sub-limenus into view */
.sub-li a:hover,
.sub-li a:focus,
.sub-li a:active {margin-right:0;}

/* OPERA fix */
.nav ul:hover {clear:left;}

/*IE5-7 fixes*/
.nav .sub-li {width:100%;}
a:active {}
/* ---------------------------------------------------------------------------- */