/* Global Settings */
html {
	color: #000;
	background: #e4e4e4 url(../media/img/background.jpg) repeat-x 0 0;
	margin: auto;
	padding: 0;
}
body {
	border-top: 0;
	font: 13px Verdana, Tahoma, arial,helvetica,clean,sans-serif;
	margin: auto;
	padding: 0;
	width: 805px;
}
a {
	color: #00b;
	text-decoration: none;
}

a:link {
	color: #00b;
}
a:visited {
	color: #00b;
}
a:hover {
	color: #00f;
	text-decoration: underline;
}
a:active {
	color: #00f;
	text-decoration: underline;
}
div {
	display: block;
}
fieldset {
	border: 1px solid #a2a2a2;
	margin-top: 10px;
}
h1 {
	background: url(../media/img/arrow.gif) no-repeat 2px 45%;
	color: #246293;
	line-height: normal;
	letter-spacing: 1px;
	margin: 0 0 3px 0;
	padding: 0 0 0 16px;
}
h3 {
	background: #f5f5eb url(../media/img/arrow2.gif) no-repeat 5px 50%;
	clear: both;
	color: #666;
	border: 1px solid #ddd;
	font-size: 135%;
	line-height: normal;
	margin: 2px 0 2px 0;
	padding: 3px 0 3px 20px;
}
hr {
	border: none;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #fff;
	height: 2px;
}
img {
	border: none;
	padding: 0;
	margin: 0;
}
input, button {
	border: 1px solid #999;
	padding: 2px;
}
input.button {
	width: auto;
}
input:focus, textarea:focus {
	border: 1px solid #333;
	background-color: #f2f6f8;
}
input.text {
	width: 263px;
}
form {
	margin: 0;
	padding: 0;
}
label {
	display: block;
	font-variant: small-caps;
	padding: 2px 0 2px 0;
	width: auto;
}
p {
	padding-left: 6px;
	padding-right: 6px;
	text-align: justify;
	margin: 8px 3px 12px 3px;
}
select {
	border: 1px solid #999;
	padding: 2px;
}
textarea {
	border: 1px solid #999;
	padding: 2px;
}
td {
	vertical-align: top;
}

/* Container */
#container {
	clear: both;
	background: transparent url(../media/img/background.png) repeat-y 0 220px;
	display: block;
	margin: auto;
	width: 805px;
	padding-left: 16px;
}

/* Header */
#header {
	background: url(../media/img/header.jpg) no-repeat 0 0;
	padding: 0 0 0 0;
	height: 170px;
	width: 772px;
	position: relative;
}

.top_nav {
  font: Verdana, Tahoma, arial,helvetica,clean,sans-serif;
  font-size: 8pt;
  color: #464647;
  background:url(../images/menu1.gif) repeat-x top left; 
  border-bottom: 1px solid #FFFFFF;
  height: 18px;
  width: 772px;
  outline:none;
}

.top_nav a {
	color: #464647;
	text-decoration: none;
	outline:none;
}

.left_nav {
   position: absolute;
   left: 0;
   width: 50%;
   padding-left: 14px;
   padding-top: 1px;
   padding-bottom: 20px;
   text-decoration:none;
   outline:none;
   }

.right_nav {
   position: absolute;
   right: 0;
   width: 50%;
   text-align: right; /* depends on element width */
   padding-right: 14px;
   padding-top: 3px;
   padding-bottom: 3px;
   outline:none;
   } 
 
/* Content */
#content {
	background: #f9f9f9;
	border: 0;
	line-height: 130%;
	float: left;
	font-size: 90%;
	min-height: 300px;
	padding: 15px 15px 20px 15px;
	text-align: justify;
	width: 742px;
}
#content #query {
	font-size: 90%;
	margin: 10px 0 10px 0;
	padding: 0;
	text-align: left;
}
#content .editor {
	clear: both;
	text-align: right;
}
#content .top {
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#content .bottom {
	border-top: 1px solid #ddd;
	margin-top: 8px;
	padding-top: 5px;
}
#content .pager {
	font-size: 115%;
}
#content .pager {
	border: 0;
	font-size: 115%;
	width: auto;
}
#content .pager td {
	border: 0;
}

/* Footer */
#footer {
	background: #cad2a1 url(../media/img/footer.jpg) no-repeat 0 0;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	clear: both;
	color: #353535;
	font-size: 80%;
	letter-spacing: 1px;
	padding: 14px 20px 0 0;
	text-align: right;
	width: 750px;
}
#footer a {
	color: #0c0;
	text-decoration: none;
}

/* Base */
#base {
	background: transparent url(../media/img/base.png) no-repeat 0 0;
	height: 40px;
	margin: auto;
	width: 805px;
}
#base span {
	display: none;
}
