
body {
	font: 100% "Trebuchet MS", Tahoma, Arial;
	color: #222222;
	background: #FFFFFF url(images/bkg.gif);
	margin: 0px;
	padding: 0px px 30px;
}

li { margin: 12px;}

a {
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

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

img {
	border: none;
	margin: 12px 6px;
}

p {
	padding: 0px 0px 15px;
	margin: 0px;
}

.hlt {
  background-color: #FFFF00;
}
h1 {
}
h2 {
font-size: 150%;
text-align: center;
color: #E00000;
}
h3 {
font-size: 120%;
text-align: center;
}
h4 {
font-size: 120%;
color: #006600;
}
h5 {
font-size: 130%;
text-align: center;
color: #000000;
}
h6 {
text-align: center;
font-size: 100%;
color: #0000DD;
}




#page {
	margin: 0px auto;
	width: 760px;
	border-top: 10px solid #d5e6eb;
	border-bottom: 5px solid #d5e6eb;
	border-left: 5px solid #d5e6eb;
	border-right: 5px solid #d5e6eb;
	background: #FFFFFF url(images/content-bg.gif) repeat-y;
}
#header {
	background: url(images/header2.png) no-repeat;
	height: 134px;
	border-bottom: 3px solid #048DB4;

	position: relative;
}
#content {
	padding: 15px 0px 40px 30px;
	float: left;
	width: 695px;
	overflow: hidden;
}
.quote {
	
	margin: 10px 75px;
	padding: 10px;
	font-size: 90%;
	font-style: italic;
	background-color: #FFFFAA;
}
#footer {
	clear: both;
	background: #048DB4 url(images/footer-bg.gif) no-repeat;
	color: #ACD7EE;
	font-size: 70%;
	line-height: 120%;
}

.footer-about {
	width: 220px;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	background: url(images/footer-right-bg.gif) no-repeat;
}
/* credits */
#credits {
	margin: 0px auto;
	width: 760px;
	color: #7a9299;
	font-size: 85%;
	line-height: 120%;
}
#credits a, #credit a:visited {
	color: #048db4;
}
.rss {
	background: url(images/mini-rss.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
}
.loginout {
	background: url(images/mini-loginout.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
}

/* alignments */
.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
img.alignleft, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}
.alignright {
	float: right;
}
img.alignright, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}

.sponsers {
  padding: 10px;
  width: 95%;
  border: #b8b8b8 1px solid;
  background:#eeeeee;
}

/*.sponsers a {
  color: #59770e;
}*/

pre {
  display: block;
  padding: 10px;
  width: 95%;
  border: #b8b8b8 1px dashed;
  background:#f6f3f6;
  font-size: 12px;
  overflow: auto;
}

blockquote {
  margin: 10px;
  padding: 10px;
  border: 1px dashed #b8b8b8;
  background: #FFFFCE;
}
