/* styles.css  */


body {
	padding: 20px;
	background-color: #888;
	font: 100.01% "Trebuchet MS",Verdana,Arial,sans-serif;
}
div.nifty { 
  margin: 0 10%;
  background: white;
}
b.rtop, b.rbottom {
display:block;
background: #666;
}
b.rtop b, b.rbottom b {
display:block;
height: 1px;
overflow: hidden;
background: white;
}
b.r1 {
margin: 0 5px;
}
b.r2 {
margin: 0 3px;
}
b.r3 {
margin: 0 2px;
}
b.rtop b.r4, b.rbottom b.r4 {
margin: 0 1px;
height: 2px;
}
h1,h2,p {
margin: 0 10px;
}
h1 {
font-size: 250%;
color: #FFF
}
h2 {
font-size: 200%; color: #f0f0f0
}
p {
padding-bottom:1em;
}
h2 {
padding-top: 0.3em;
}
h2#slogan {
  font-size: 80%;
  color: black;
  position: absolute;
  top: 80px; left: 150px;
}
div.nifty2 { 
  margin: 0 0.5%;
  background: #9BD1FA;
}
#main_text {
  height: 370px;
  overflow: auto;
}
b.rtop2, b.rbottom2 {
display:block;
background: white;
}
b.rtop2 b, b.rbottom2 b {
display:block;
height: 1px;
overflow: hidden;
background: #9BD1FA;
}
b.r12 {
margin: 0 5px;
}
b.r22 {
margin: 0 3px;
}
b.r32 {
margin: 0 2px;
}
b.rtop2 b.r42, b.rbottom2 b.r42 {
margin: 0 1px;
height: 2px;
}
.gray {
  color: #666;
}

/* Global */
a { 
	font-weight:bold;
	text-decoration:underline;
	color:#333;
}
a:hover { 
	color:#fff;
}
h1 {
	font-size:20px;
	margin:20px 0 15px 0;
}
h2 {
	font-size:1.2em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-bottom:1px solid #CCC;
	color:#000000;
}
h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	border-bottom:3px solid #79BCFF;
}
p {
	margin-left:20px;
	font-size:0.8em;
}
blockquote {
	border:1px solid #ddd;
	background-color:#eee;
	padding:4px;
	font-size:0.9em;
	font-style:italic;
}
	blockquote p {
		margin:3px;
		padding:0;
	}
/* Layout */
div#container {
	margin:auto;
	width:800px;
}
div#border {
	border:10px solid #fff;
}
/* Header */
div#header {
    background-color:#b3d9fe;
	padding:1px 0 0px 0;
}
	div#header h1 {
		font-family:Arial, Helvetica, sans-serif;
		color:#fff;
		font-size:1.6em;
		padding:0;
		margin:20px 0 0 20px;
		font-weight:bold;
	}
	div#header h2 {
		font-family:Arial, Helvetica, sans-serif;
		color:#333333;
		font-size:1.0em;
		padding:0;
		margin:0 0 0 20px;
		font-weight:bold;
		border-bottom:0;
	}






/* Content */
div#content {
	background-color:#b3d9fe;
	padding:10px;
}
	div#content ul {
		list-style-type:square;
		font-family:Verdana, Arial, Helvetica, sans-serif; 
		padding-left:30px;
		margin-left:30px;
		font-size:13px;
	}


#menu {
	clear: both;	
	margin: 0; padding: 0 10px 0 0;
	background: url(menu.jpg) repeat-y center top;	
	font: bold 11px/26px Verdana, Arial, Tahoma, Sans-serif;
	height: 26px;
	background: white;
}
#menu ul {
	float: left;
	list-style: none;
	margin:0; padding: 0;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	display: block;
	float: left;
	padding: 0 8px;
	color: black;	
	text-decoration: none;
}
#menu ul li a:hover {
	background-color: #666;
	color: #b3d9fe;	
}
#menu ul li#current a {	
	background-color: #eee;
	color: #333;
}
form {
  background: #eee;
  border: 1px solid black;
  margin: 5px;
  font-weight: bold;
  width: 450px;
  text-align: left;
}
input {
  color: #666;
  border: 1px solid #999;
}
textarea {
  color: #666;
  border: 1px solid #999;
}
input.submit {
  background: #b3d9fe;
  color: white;
  font-weight: bold;
  width: 50px;
}



/* Footer */
div#footer {
	font-size:9px;
	text-align:center;
	padding:2px 0 0 0;
}
	div#footer p {
		padding:0;
		margin:0;
		font-size:1em;
		text-align:left;
	}
		div#footer p a {
			color:#FFF;
			font-weight:normal;
			text-decoration:underline;
		}


