/**************** body and tag styles ****************/
	body {
	margin-top: 20px;
	margin-bottom: 30px;
	background-color: #777777;
	background-image: url(../global/bggrad.gif);
	background-repeat: repeat-x;
	  }

	#container {
	width: 810px;
	margin: 2px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.6em;
	color: #666666;
	background-color: #666666;

	  }
	#header {
	width: 810px;
	padding-bottom: 10px;
	padding-top: 10px;
	clear: both;
	border-top: solid #110000;
	border-left: solid #110000;
	border-right: solid #110000;
	border-width: 1px 1px 0 1px;
	background-color: #666666;
	background-image: url(../artwork/logolight.gif);
	height: 120px;
}

	  
	#container2 {
	width: 810px;
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	color: #330000;
	background-color: #eeeeee;
	border: solid #110000;
	border-width: 0 1px 1px 1px;
	background-image: url(../artwork/containergrad.gif);
	background-repeat: repeat-x;
	  }
		
	h1 {
	  font-family: "Courier New", Monospace;
	  font-weight: normal;
	  font-size: 32px;
	  color: #efefef;
	  margin-bottom: 30px;
	  background-color: #666666;
          padding-left: 35px;
	  }
		
	h2 {
	color: #330000;
	font-size: 140%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	padding-left: 20px;
	border:  solid #888888;
	border-width: 1px 1px 1px 1px;
	padding-top: 3px;
	padding-bottom: 2px;
	font-style: italic;
	  }
		
	a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	  }

	a:hover {
	color: #666666;
	font-weight: bold;
	  }

/**************** images styles ****************/		
	a img{
	  border:none;
	  }

	img.left,img.center,img.right {
	  padding: 4px;
	  border: 1px solid #110000;
          background-color: #efefef; 
	  }

	img.left {
	  float: left;
	  margin: 0 12px 5px 0;
	  }

	img.center {
	  display: block;
	  margin: 0 auto 5px auto;
	  }

	img.right {
	  float: right;
	  margin: 0 0 5px 20px;
	  }

/**************** form styles ****************/
	form {
	  float:right;
	  font-size: 9px;
	  }
		
	input {
	  background-color: #FFFFFF;
	  color: #999999;
	  border: 1px solid #2763A5;
	  font-size: 11px;
	  padding: 3px;
	  }
		
	.button {
	  padding: 2px;
	  background-color: #6DA6E2;
	  color: #FFFFFF;
	  border: 1px solid #2763A5;
	  font-size: 11px;
	  }

/**************** header styles ****************/

	#header p { 
	  margin-top: -20px;
	  margin-left: 60px;
	  color: #efefef;
	  }

/**************** menu styles ****************/
      ul.navbar {
	list-style-type:none;
	float:left;
	display:block;
	width:100%;
	line-height:1px;
	clear:both;
	padding:0;
	background-color:#999999;
	margin-left:0px;
	margin-top: 0px;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #110000;
	border-bottom-color: #333333;
	border-left-color: #110000;
}

        ul.navbar li {
         display:inline;
         margin-right:0px;
}

        a.nav:link, a.nav:visited {
	display:block;
	float:left;
	width:auto;
	padding:1em 8px 1em 8px;
	margin:0;
	text-decoration:none;
	background-color:#999999;
	color:#FFFFFF;
	text-align: center;
	border-right: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
}

        a.nav:hover {
	display:block;
	float:left;
	width:auto;
	padding:1em 8px 1em 8px;
	margin:0;
	text-decoration:none;
	background-color:#333333;
	color:#FFFFFF;
	border-right: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
}

        a.nav:active {
	display:block;
	float:left;
	width:auto;
	padding:1em 8px 1em 8px;
	margin:0;
	text-decoration:none;
	background-color:#999999;
	color:#FFFFFF;
}


/**************** content styles ****************/
	#content {
	  width: 560px;
	  padding-left: 10px;
	  padding-right: 10px;
	  padding-top: 5px;
	  float: left;
          margin-top: 5px;
	  }
		
	#content p {
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bbbbbb;
	  }
	  
/**************** sidebar styles ****************/
	#sidebar {
	  width: 188px;
	  padding-left: 21px;
	  padding-right: 10px;
	  padding-top: 5px;
	  float: right;
          border-left: 1px solid #dddddd;
          margin-top: 5px;
	  }
		
	#sidebar p {
	padding-bottom: 10px;
	border-bottom: 1px solid #bbbbbb;
	  }
	  
/**************** footer styles ****************/
	#footer {
	margin-top: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	padding-right: 2px;
	clear: both;
	width: 806px;
	background-color:#CCCCCC;
	border-top: 1px solid #000000;
	  }
		
	#footer p {
	color:#000000;
	padding: 5px;
	text-align: center;
	  }
.style2 {
	font-size: 140%;
	font-weight: bold;
	font-style: italic;
}

.style1 {
	color: #000000
}

		
	#footer p a {
	  color: #efefef;
	  font-weight:100;
	  }
		
	#footer p a:hover {
	  color: #dddddd;
	  text-decoration: none;
	  }
