/* reset code */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
	margin:0px;
	padding:0px;
}

/* firefox scrollbar 'hack' */
#scrollHack {
	position:absolute;
	top:0;
	bottom:-0.1px;
	width:1em;
	z-index:-1;
}

body {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: #ffffff;
	color: #ffffff;
}

/*#container {
	margin: 0 auto;
	position: relative;
	text-align: left;
	clear: left;
	width: 600px;
	height: 400px;
}*/
#container {
	width: 990px;
	margin: 0 auto;	
}

#obg {
	background-image: url(../images/obg.jpg);
	background-position: top center;
	background-repeat:no-repeat;
	background-color: #FFFFFF;
}

#wrapperbg {
	width: 921px;
	margin: -11px auto 0 0;
	background-image:url(../images/bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#content {
	width: 868px;
	margin: 0  0 0 53px;
	padding-top: 15px;
	padding-bottom: 10px;
}

#footer {
	height: 22px;
	background-color: #ffffff;
	width: 920px;	
	margin: 0 auto;
}


#login {
	/*position: absolute;
	top: 190px;
	left: 300px;
	z-index: 10;*/
	width: 250px;
	margin-left:45px;
}

#nav {
	position: relative;
	left: -101px;
	width: 971px;
	height: 37px;
	background-color: #373400;
}

.input_heading {
	width: 90px;
	text-align: right;
	float: left;
	height: 20px;
	padding-right: 2px;
	padding-top: 2px;
	font-style:italic;
	font-size: 11pt;
}

.inputText {
	margin-bottom: 4px;
	height: 14px;
}
.input_text {
	float: right;
}

.submitButton {
	background-color: #686400;
	border: 0;
	color: #ffffff;
}

.clearMe {
	clear: both;
}

.input_button {
	text-align: right;
	height: 24px;
}

.t-c {
	float: left;
	width: 200px;
	padding-left: 10px;
	padding-top: 4px;
	height: 18px;
	color: #000000;
	font-size: 8pt;
}

.t-c a {
	text-decoration: none;
	color: #000000;
}

.sitedesign {
	float: right;
	width: 300px;
	text-align: right;
	padding-right: 10px;
	padding-top: 4px;
	height: 18px;
	color: #808080;
	font-size: 8pt;
}

.sitedesign a {
	color: #808080;
	text-decoration: none;
}

.sitedesign a:hover {
	color: #000000;
}

#content p, #content h1 {
	margin-bottom: 10px;
}

#content h1 {
	margin-top: 20px;
	margin-bottom: 15px;
}

p {
	line-height: 14px;
}

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