html {
	padding: 0px;
	margin: 0px;
	background-image: url('../images/bg.jpg');
	background-color: #c5b88e;

	background-repeat: no-repeat;
	background-position: top center;
}

body {
	padding: 0px;
	margin: 0px;
	
	font-family: Tahoma, Arial;
	font-size: 14px;
}

/*  LINKS  */

a:link, a:visited {
	color: #065e90;
}

a:hover, a:active {
	color: #319ad6;
}

#foot a {
	padding-left: 12px;
	margin-right: 20px;
	
	background-image: url("../images/arrow.png");
	background-repeat: no-repeat;
	background-position: center left;
	
	text-decoration: none;
}

.lastlink {
	padding-bottom: 0;
}

/*  CONTENT  */

hr {
	height: 0;
	border: 0;
	border-bottom: 1px solid #999;
}

#content {
	text-align: left;
}

#header {
	width: 100%;
	display: block;
	
	padding-top: 125px;
}

#navigation {
	width: 670px;
	margin: 0 auto;
}

#header a:link, #header a:visited {
	color: #FFF;
	font-family: Arial;
	font-size: 100%;
	font-weight: bold;
	color: #222;
}

#header a:hover, #header a:active {
	color: #AAA;
	font-family: Arial;
	font-size: 100%;
	font-weight: bold;
	color: #535353;
}

#header h1 {
	margin: 0;
	padding: 10px;
	
	text-align: center;
	color: #FFF;
}

#maincontent {
  background-image: url('..images/home.jpg');
	min-height: 420px;
	height: auto !important;
  height: 420px;
  width: 770px;
  margin: auto;
  padding: 5px;
	background-color: #FFF;
	border: 1px solid #CCC;
}

#maincontent ul {
	padding-left: 12px;
	
	background-image: url("../images/arrow.png");
	background-repeat: no-repeat;
	background-position: center left;
	
	text-decoration: none;
}
#maincontent a {
	padding-left: 12px;
	
	background-image: url("../images/arrow.png");
	background-repeat: no-repeat;
	background-position: center left;
	
	text-decoration: none;
}
#footer {
	height: auto;
	width: 770px;
	margin: auto;
	
	border-top: 4px solid #18603a;
	padding: 6px 6px 6px 6px;
	
	font-size: 75%;
	
	background-color: #FFF;
}

#copy a {
	padding-left: 7px;
	margin-right: 5px;
	color: black;
	font-weight: bold;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center left;
	
	text-decoration: none;
}

/* ====== */

#noscript-bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .7;
	z-index: 9999;
}

#noscript-text {
	position:absolute;
	
	width:100%;
	top:35%;
	left:0;
	
	padding-top: 100px;
	background: url("../images/logo.png") center top no-repeat;

	text-align:center;
	font-size:18px;
	line-height:1.5em;
	z-index:10000;
	color: #FFF;
}

#noscript-text a:link, #noscript-text a:visited {
	color: #ffb245;
}

#noscript-text a:hover, #noscript-text a:active {
	color: #FFF;
}

#noscript-text b {
	font-size:22px;
}

p {
  font-family: Tahoma, Arial;
}

/*  FORMS  */

.form td {
	padding: 3px 0;
	text-align: left;
}

td {
	font-size: 14px;
}

td.formInfo {
	width: 160px;
	
	font-weight: bold;
	vertical-align: top;
}

td.formInfot {
	font-weight: bold;
	vertical-align: top;
}

td.formSubmit {
	text-align: center;
}

td small {
	font-size: 70%;
}


/*  BOX  */

div.topbar {
	background: url("../images/box_top.png");
}

div.topbar div.top {
	background: url("../images/box_top_left.png") no-repeat top left;
	
	padding: 6px 0 0 10px;
	
	color: #FFF;
	font-weight: bold;
}

div.topbar div.top div {
	margin:-23px 0 0 -10px;
	background: url("../images/box_top_right.png") no-repeat top right;
}

div.topbar, div.top, div.top div {
	width: 100%;
	height: 30px;
}

div.boxcontent {
	margin:5px 0px;
}
