/**************** body and tag styles ****************/
	body {
	  margin-top: 0px;	  
	  margin-bottom: 30px;
	  }

	#container {
	  width: 850px;
	  margin: 0 auto;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 11px;
	  line-height: 1.6em;
	  background-color: #fff;
	   clear:both;
	  }
	  
	#container2 {
	  width: 846px;
	  margin: 0 auto;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 11px;
	  line-height: 1.6em;
	  color: #666;
	  background-color: #fff;
	  border-bottom: 2px solid #2763A5;
	  clear:both;
	  }
		
	h1, h1 a, h1 a:hover  {
	  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	  font-weight: normal;
	  font-size: 24px/32px;
	  color: #2763A5;
	  }
		
	h2 {
	  color: #666;
	  font-size: 16px;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  }
		
	a {
	  color: #2763A5;
	  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 ****************/
	#searchForm {
	  font-size: 9px;
	  border:0;
	  }
		
	input {
	  background-color: #fff;
	  color: #999;
	  border: 1px solid #2763A5;
	  font-size: 11px;
	  padding: 3px;
	  }
		
	.button {
	  padding: 2px;
	  background-color: #2763A5;
	  color: #fff;
	  border: 1px solid #2763A5;
	  font-size: 11px;
	  }
	  
	  
	  .google_form_edit	{
		border:0;  
	  }

/**************** header styles ****************/
	#header {
	  width: 850px;
	  border: 0px;
	  padding-bottom: 10px;
	  padding-top: 10px;
	  clear: both;
	  height:125px;
	  }


	  .header_left	{
	  float:left;
	  margin:0 0 0 0;
	  width:125px;
	  height:125px;
	  border:0;
	  }

	  .header_middle	{
	  float:left;
	  margin:0 0 0 20px;
	  width:520px;
	  height:125px;
	  border:0;
	  }
	  
  	 .header_middle p { 
	 color: #666;
	 font:bold italic 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	  }


	.header_middle h1, .header_middle h1 a, .header_middle h1 a:hover  {
	  font: normal 24px/32px "Trebuchet MS", Arial, Helvetica, sans-serif !important;
	  color: #2763A5;
	  margin:0;
	  }


	  .header_right	{
	  float:right;
	  margin:0 0 0 20px;
	  width:160px;
	  height:125px;
	  border:0;
	  }
	  
	  


/**************** menu styles ****************/
    #tabs10 {
      float:left;
      width:850px;
      font-size:93%;
	  padding-bottom: 1px;
	  border-bottom:4px solid #2763A5;
      line-height:normal;
	  text-align:center;
      }
    #tabs10 ul {
	  margin:auto auto;
	  list-style:none;
      }
    #tabs10 li {
      display:inline;
      margin:0;
      padding:0;
	  text-align:center;
      }
    #tabs10 a {
      float:left;
      background:url("../images/tableft10.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs10 a span {
      float:left;
      display:block;
      background:url("../images/tabright10.gif") no-repeat right top;
      padding:5px 10px 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: 600px;
	  padding-left: 10px;
	  padding-right: 10px;
	  padding-top: 10px;
	  float: left;
	  height:auto;
	  }
	  
	
	#content div {
	  padding-bottom: 10px;
	  border-bottom: 1px solid #ddd;
	  }
	  
	  
	  	#content_register {
	  width: 800px;
	  padding-left: 10px;
	  padding-right: 10px;
	  padding-top: 10px;
	  float: left;
	  height:auto;
	  }
	  
	  	
	#content_register div {
	  padding-bottom: 10px;
	  border-bottom: 1px solid #ddd;
	  }

	  
/**************** sidebar styles ****************/
	#sidebar {
	  width: 175px;
	  padding-left: 21px;
	  padding-right: 10px;
	  padding-top: 10px;
	  float: right;
	  height:auto;
	  }
		
	#sidebar p {
	  padding-bottom: 10px;
	  border-bottom: 1px solid #ddd;
	  }
	  
	  #sidebar li{
	margin-left: -20px;
	padding: 0;
}
	  
/**************** footer styles ****************/
	#footer {
	  margin-top: 15px;
	  padding-top: 0px;
	  padding-bottom: 0px;
	  padding-left: 2px;
	  padding-right: 2px;
	  clear: both;
	  width: 842px;
	  background-color:#2763A5;
	  }
		
	#footer p {
		margin-top:20px;
	  color:#fff;
	  padding: 5px;
	  text-align: center;
	  }
		
	#footer p a {
	  color: #fff;
	  background-color:#2763A5;
	  font-weight:100;
	  border-bottom: 1px dotted #fff;
	  }
		
	#footer p a:hover {
	  color: #fff;
	  text-decoration: none;
	  }
	  
	  
.error {
	border: 1px solid #FC3307;
}

.message {
	border: 1px solid #7ed500;
}

p.error, p.message {
	padding: 1em;
}

.commentblock {
	margin-bottom: 1em;
}

.commentblock a {
	font-weight: normal;
}

.avatar{
	float: left;
  border: 5px solid #ccc;
  margin-right: 1em;
}	  

.next {
	float: right;	
}

/* HR
----------------- */

hr.nnvawi	{
width: 200px;
height:2px;
line-height:2px;
text-align:center;
margin: 15px auto;
color:#2763A5;
clear:both;
}


.one_em	{
height:1em;	
}



/* TABLES 
-----------------------------------------------------------*/

/* uvatable
----------------- */
.uvatable td	{
padding:5px;
font: 12px arial,helvetica,verdana,sans-serif;
margin:20px 0;
vertical-align:bottom;
}

.uvatable-right	{
text-align:right;
}

.uvatable-left	{
text-align:left;
}

.uvatable-center	{
text-align:center;
}


.ChicagoSelect	{
font: 11px arial,helvetica,verdana,sans-serif !important;
}


/********************************************
   AUTHOR:  			Eric Bourland 
   WEBSITE:   			http://ebwebwork.com/
     	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/*COMMONLY USED SELECTORS----------------- */

/* font variants
----------------- */

.bold	{
font-weight:bold !important;
}

.oblique	{
font-style:oblique !important;
}

.italic	{
font-style:italic !important;
}

.underline	{
text-decoration:underline;
}

.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #666666;
	padding-top: 3px;
}

.maroon	{
color:#8e3227 !important;
}

.red	{
color:#F00 !important;
}

.small	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}




/* FLOATS, CLEARS, ALIGNS, BORDERS, PADDING, WIDTH GOVERNORS
----------------- */
.float-left	{
float:left;
}

.float-right	{
float:right;
}

.float-left-img	{
float:left;
margin: 0 20px 20px 0;
}

.float-right-img	{
float:right;
margin: 0 0 20px 20px;
}

.clear-both	{
clear:both;
}

.clear-none	{
clear:none;
}

.clear-left	{
clear:left;
}

.clear-right	{
clear:right;
}

.align-left	{
text-align:left;
}

.align-right	{
text-align:right;
}

.align-center	{
text-align:center;
}
	
.border0	{
border:0 !important;
}

.border1	{
border:1px solid #000 !important;
}

.padding10	{
padding:1em;
}

.padding20	{
padding:2em;
}


/* WIDTHS
----------------- */
.width100px	{
width:100px;
}

.width125px	{
width:125px;
}

.width150px	{
width:150px;
}

.width175px	{
width:175px;
}

.width200px	{
width:200px;
}

.width225px	{
width:225px;
}

.width250px	{
width:250px;
}

.width275px	{
width:275px;
}

.width300px	{
width:300px;
}

.width325px	{
width:325px;
}

.width350px	{
width:350px;
}

.width375px	{
width:375px;
}

.width400px	{
width:400px;
}

.width425px	{
width:425px;
}


/* HR
----------------- */

hr	{
width: 120px;
height:1px;
line-height:1px;
text-align:center;
margin: 25px auto;
color:#3a5169;
clear:both;
}

/*W3C
----------------- */



 .w3cbutton3 {
  margin: 0 0 1em 1em;
  border: 2px ridge #fff;
  font: bold 10px helvetica,arial,sans-serif;
  float:right;
}
.w3cbutton3 a {
  display: block;
}
.w3cbutton3 a:link,
.w3cbutton3 a:visited,
.w3cbutton3 a:hover {
  background-color: #b2cde0;
  color: #000;
  text-decoration: none;
}
.w3cbutton3 span.w3c {
  padding: 0 0.4em;
  background-color: #fff;
  color: #0c479d;
}


/* FORM ELEMENTS
----------------- */

.Submit	{	
	background: url(/img/submit.gif) no-repeat top left; 
	width: 104px;
	height: 24px;
	color: 000000;
	font: bold 10px Verdana, Arial, sans-serif;
	text-align: center;
	letter-spacing: 1px;
	border: none;
	margin: 6px 0px;
	padding: 0px 0px 2px 0px;
	}
	
	
.SubmitOn	{	
	background: url(/img/submiton.gif) no-repeat top left; 
	width: 104px;
	height: 24px;
	color: 000000;
	font: bold 10px Verdana, Arial, sans-serif;
	text-align: center;
	letter-spacing: 1px;
	border: none;
	margin: 6px 0px;
	padding: 0px 0px 2px 0px;
	}



fieldset{
margin:12px 12px 18px;
padding-left:6px;
border:1px solid #004080;
color:#006699;
}


fieldset fieldset{
border:1px solid #9ea190;
margin:17px 14px;
}


label {
	font-weight:bold;
	margin:5px 3px 0 0;
	text-align:right;
	float:left;
}


legend{
font-size:1.2em;
padding:0 12px;
font-weight:900;
}


fieldset fieldset legend{
font-size: 1em;
color:#1a2129;
padding:0 18px;
margin-left:75px;
}


textarea {
	width:300px;
	padding:4px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #CFCED3;
	height:100px;
	display:block;
	color:#777;
}




input.submitbutton{
background-color:#006699;
color:#FFF;
background-image:none;
font-weight:900;
	border: 1px solid #EAEAEA;
margin:0 0 0 200px;
}


.left_checkbox	{
float:left;
width:10px;
padding:5px;
border:0;
}

.right_checkbox	{
float:right;
width:auto;
padding:5px;
border:0;
}

.email_wrapper	{
visibility:hidden;	
}

.big	{
	font-size: 1.8em;
}

.rede31b23	{
color:#e31b23 !important;
}
