body {
background-color: #E3F0F9;
background-image: url(/sueladue/images/bg.gif);
color: #333;
font-family: verdana, tahoma, arial;
font-size: 14px;
line-height: 20px;
margin: 0;
padding: 0;
text-align: left;

}

	
* {
  margin: 0;
  padding: 0;
}


/* Header*/

#header {
  width: 778px;
  height: 70px;
  margin: 0 auto;
  padding: 0;  
  background:  url(/images/logo_New2.gif) center top no-repeat;
 /* border: solid 1px black;*/
}





/* Layout */

#page {
  width: 778px;
  margin: 0 auto;
  padding: 0;
 /* background-color: #D3CFD6;*/
 background-color: #ffffff;
  border: 1px solid #959596;
  text-align: left;
}



a {
  color: #969702;
  outline: 0;
}

a:hover {
  text-decoration: none;
}


/* Content */

#content {
  text-align: left;
  margin: 0px 5px 0px 5px;
}

p {
  margin: 2px 0px 10px 0px;
  padding: 0;
  line-height: 20px;
}

.center {
  text-align: center;
}

ul {
  margin: 0 0 0 40px;
  list-style-type: disc;
  list-style-image: none;
}

ul ul {
  margin: 0 0 0 40px;
  list-style-type: circle;
  list-style-image: none;
}

ol {
  margin: 0 0 0 40px;
}

li {
  margin: 0 0 2px 0;
}
.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}


small {
  color: #bcbbba;
  font-size: 11px;
  padding: 0 0 3px 0;
}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.aligncenter {
	text-align: center;
	}
/* End Images */


/* Headers */

#content h1, h2, h3, h4, h5, h6 {
  color: #294775;
  font-family: verdana, tahoma, arial;
  font-weight: bold;
  text-align: left;
}

#content h1 {
  font-size: 25px;
  margin: 2px 0px 10px 0px;
	}

#content h2 {
  font-size: 20px;
  margin: 2px 0px 10px 0px;
}

#content h3 {
  font-size: 16px;
  margin: 2px 0px 10px 0px;
}

#content h4 {
  font-size: 14px;
  margin: 2px 0px 10px 0px;
}

#content h5 {
  font-size: 12px;
  margin: 2px 0px 10px 0px;
}

#content h6 {
  font-size: 10px;
  margin: 2px 0px 10px 0px;
}


/* Tables */

#content table {
  margin: 5px 5px 5px 5px;
  padding: 0;
}

#content table thead {
  color: #fff;
  background: #2364b0;
  font-family: verdana, tahoma, arial;
  font-size: 13px;
}

#content table thead th {
  padding: 4px 7px;
  text-align: left;
  font-weight: bold;
  text-align: center;
  border-right: 1px solid #fff;
}

#content table tbody tr.row1 {
  background: #fff;
}

#content table tbody tr.row2 {
  background: #f0eee7;
}

#content table tbody td {
  padding: 2px 1px 2px 7px;
  text-align: left;
  vertical-align: top;
  border-right: 1px solid #fff;
}

#content table tfoot {
  margin: 0;
}

#content table tfoot td {
  height: 13px;
  padding: 0;
  border-top: 3px solid #2364b0;
}

/*hr {
	display: none;
	}
*/

a img {
	border: none;
	}



/* Footer */

#footer {
  clear: both;
  width: 778px;
  margin: 0;
  padding: 0;
  color: #bddb6e;
  background: #627f27 url(/images/bg-footer.gif) left top no-repeat;
  font-family: verdana, tahoma, arial;
  font-size: 11px;
  line-height: 18px;
  border-bottom: 5px solid #bddb6e;
  text-align: center;
}

#footer ul {
  width: 715px;
  font-size: 10px;
  margin: 0 auto;
  padding: 19px 0 0 0;
  list-style-type: none;
  list-style-image: none;
}

#footer ul li {
  float: left;
  margin: 0;
  padding: 0;
}

#footer ul li {
  color: #d7d86f;
  text-decoration: none;
  padding: 0 3px 0 5px;
  font-weight: bold;
}

#footer ul li a:hover {
  color: #feffa3;
  text-decoration: underline;
}

#footer p {
  clear: both;
  padding: 4px 0 0 0;
}

#footer a {
  color: #d7d86f;
  text-decoration: none;
  padding: 0 3px 0 5px;
  font-weight: bold;
}

#footer a:hover {
  color: #d7d86f;
  text-decoration: underline;
}

