/**************** body and tag styles ****************/
	body {
	  margin-top: 0px;	  
	  margin-bottom: 30px;
	  }

	#container {
	  width: 750px;
	  margin: 0 auto;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 11px;
	  line-height: 1.6em;
	  color: #333333;
	  }
	  
	#container2 {
	width: 746px;
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	  }

	h1 {
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-weight: normal;
	  font-size: 20px;
	  color: #990000;
	  margin-bottom: 16px;
	  background-color: #FFFFFF;
	  }
		
	h2 {
	  color: #333333;
	  font-size: 16px;
	  font-family: Arial, Helvetica, sans-serif;
	  background-color: #FFFFFF;
	  }

	h3 {
	  color: #333333;
	  font-size: 12px;
	  font-family: Arial, Helvetica, sans-serif;
	  background-color: #FFFFFF;
	  }

	a {
	  color: #990000;
	  background-color: #FFFFFF;
	  text-decoration: none;
	  font-weight: bold;
	  }

	a:hover {
	  color: inherit;
	  font-weight: bold;
	  text-decoration: underline;
	  }
		

/**************** header styles ****************/
	
#header {
	background: #000000 url(header.gif) no-repeat 100% 0;
	border-bottom: 4px solid #fff;
	border-top: 5px solid #fff;
	padding: 28px 30px;
	}	
#header h5 {
	margin: 0;
	color: #ffffff;
	font-size: 1.8em;
	font-weight: normal;
	cursor: default;
	font: eurostile;
	}	

/**************** menu styles ****************/

#nav {
	background: #000000; 
	border-bottom: 4px solid #fff;
	margin: 0; 
	padding: 0;
	height: 2.2em;
	}
#nav li {
	list-style-type: none;
	display: inline;
	line-height: 20px;
	}		
#nav li a { 
	text-decoration: none; 
	color: #fff;
	background-color: #000000;
	border-right: 4px solid #fff; 
	border-bottom: 0;
	padding: 3px 8px;
	font-size: 1em;
	float: left;
	font-weight: bold;
	}
#nav li a:hover {
	background-color: #FFFFFF;
	color: #990000;
	border: 1;
}
#nav li a.on { background-color: #990000; color: #FFFFFF; }

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

	img.left,img.center,img.right {
	  padding: 4px;
	  border: 1px solid #a0a0a0;
	  }

	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 12px;
	  }

/**************** 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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	  }

/**************** content styles ****************/
	#content {
	  width: 520px;
	  padding-left: 10px;
	  padding-right: 10px;
	  padding-top: 10px;
	  float: left;
	  }
		
	#content p {
	  padding-bottom: 10px;
	  border-bottom: 1px solid #DDDDDD;
	  }

/**************** menu styles ****************/

	#menu {
	border: thin solid #990000;
	text-align: center;
	line-height: 1.2em;
	font: Arial;
	background-color: #FFFF99;
	font-size: small;
	}

	#menu a {
	  color: inherit;
	  background-color: #FFFF99;
	  font-weight: normal;
	  text-decoration: none;
	  }

	#menu a:hover {
	  color: #990000;
	  font-weight: bold;
	  text-decoration: underline;
	  }

	  
/**************** sidebar styles ****************/
	#sidebar {
	  width: 175px;
	  padding-left: 21px;
	  padding-right: 10px;
	  padding-top: 10px;
	  float: right;
	  }
		
	#sidebar p {
	  padding-bottom: 10px;
	  border-bottom: 1px solid #DDDDDD;
	  }
	  
	#sidebar li {
	  list-style-type: square;
	  color: #990000;
	  }
	  
	#sidebar li a.on { background-color: #990000; color: #FFFFFF; }
	  
/**************** footer styles ****************/
	#footer {
	  margin-top: 10px;
	  padding-top: 0px;
	  padding-bottom: 0px;
	  padding-left: 2px;
	  padding-right: 2px;
	  clear: both;
	  width: 742px;
	  background-color:#000000;
	  }
		
	#footer p {
	  color:#FFFFFF;
	  padding: 2px;
	  text-align: center;
	  }
		
	#footer p a {
	  color: #FFFFFF;
	  background-color:#000000;
	  font-weight:100;
	  border-bottom: 1px dotted #FFFFFF;
	  }
		
	#footer p a:hover {
	  color: #FFFFFF;
	  text-decoration: none;
	  border-top: 1px dotted #FFFFFF;
	  border-bottom: 0px dotted #FFFFFF;
	  }
