/**************** body and tag styles ****************/
	body {
	margin-top: 0px;
	margin-bottom: 30px;
	background: url('images/template/bggrad.jpg') repeat-x;
	  }

	#container {
	width: 850px;
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #FFFFFF;
	line-height: 1.6em;
	  }
	  
	#container2 {
	width: 850px;
	margin: 0 auto;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	line-height: 1.3em;
	color: #003366;
	background-color: #FFFFFF;
	  }
	  
		
	h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 32px;
	color: #FFFFFF;
	margin-bottom: 30px;
	background-color: #FFFFFF;
	  }
		
	h2 {
	color: #003366;
	font-size: 20px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	border-bottom:1pxsolid#999;
	border-bottom:1pxsolid#ddd;
	margin:5px0px5px0px;
	  }
		
	a {
	color: #330099;
	text-decoration: none;
	font-weight: bold;
	  }

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

/**************** 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:inherit;
	font-size: 9px;
	  }
		
	input {
	background-color: #FFFFFF;
	color: #999999;
	font-size: 11px;
	padding: 3px;
	  }
		
	.button {
	padding: 2px;
	color: #FFFFFF;
	font-size: 11px;
	  }

/**************** header styles ****************/
	#header {
	width: 850px;

	  border: 0px
	  padding-bottom: 10px;
	padding-top: 10px;
	clear: both;
	  }
	#header p { 
	  margin-top: -20px;
	  margin-left: 30px;
	  color: #999999;
	  }

/**************** menu styles ****************/
    #tabs10 {
	float:left;
	width:750px;
	font-size:93%;
	padding-bottom: 1px;
	line-height:normal;
      }
    #tabs10 ul {
	  margin:0;
	  padding:10px 10px 0 50px;
	  list-style:none;
      }
    #tabs10 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs10 a {
	float:left;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
      }
    #tabs10 a span {
	float:left;
	display:block;
	padding:5px 15px 4px 6px;
	color:#FFF;
      }
    #tabs10 a span {
	  float:none;
	  }
    #tabs10 a:hover {
      background-position:0% -42px;
      }
    #tabs10 a:hover span {
      background-position:100% -42px;
      }

/**************** content styles ****************/
	#content {
	width: 624px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	float: left;
	  }
		
	#content p {
	padding-bottom: 10px;
	  }
	  
/**************** 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;
	  }
	  
/**************** footer styles ****************/
	#footer {
	margin-top: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	padding-right: 2px;
	clear: both;
	width: 842px;
	background-color:#999999;
	  }
		
	#footer p {
	  color:#FFFFFF;
	  padding: 5px;
	  text-align: center;
	  }
		
	#footer p a {
	color: #FFFFFF;
	font-weight:100;
	  }
		
	#footer p a:hover {
	color: #00F;
	text-decoration: none;
	font-weight: bold;
	  }

