/* ---------- misc ---------- */

* {
 padding: 0;
 margin: 0;
 border: 0;
 }
body	{
 background: #000 url(images/bg/1.png) no-repeat fixed top center;
 text-align: left;
 }

	h3 {
		font: 13px Arial;
		font-weight: bold;
		margin: 0;
		padding: 0;
		}

		h2 {
		margin: 0;
		padding-bottom: 10px;
		font: 11px Arial;
		color: gray;

		}

acronym {
 cursor: help;
 }
 
 .submitLink {
  color: #666; 
  font: 11px/1.3em Arial, Tahoma, sans-serif;
  background-color: transparent;
  margin: 0;
  padding: 0 0 0 0;
  text-decoration: underline;
  text-align: left;
  border: none;
  cursor: pointer;
  cursor: hand;
  }

p {
	font: 12px Arial;
	padding-top: 8px;
}

/* ---------- div ---------- */

#container {
 position: relative;
 background: #fff;
filter:alpha(opacity=90);-moz-opacity:.90;opacity:.90;
 text-align: center;
 margin: 0px auto;
 width: 1020px;
 height: 380px;
 border: #000 1px solid;
 z-index: 1;
 }

#logo {
position:relative;
margin: 60px auto 10px auto;
text-align: left;
width: 1020px;
height: 30px;
}
 
 
 
 
 /******  GENERAL STYLES  ******/


div, td { font-family: Arial; text-align: left; padding: 0; }

form {	
	font-family: 'Helvetica Neue', 'HelveticaNeue', 'Helvetica', 'Lucida Grande', 'Arial', sans-serif;
	text-align: left;
	visibility: visible;
	color: #000000;
	margin: 0;
	padding: 0;
}

input {
border : 1px solid #000000;
padding : 1px;
}

textarea {
width: 400px; /* Let's not worry about box model issues */
border : 1px solid #000000;
margin-left: 10px;
padding : 1px;
}

em {
	color: #666;
	font-weight: bold;
	font-style: normal;
}

em.nowrap {
	color: #666;
	white-space: nowrap;
	font-weight: normal;
	font-style: normal;
}

img	{
	margin-right: 5px;
}

img.nrm {
	border:	none;
}

img.extra_buffer {
	padding: 0;
	border:	none;
}

blockquote {
	border-left: dotted 1px #000;
	margin: 0 3em 0 1em;
	padding: 0 0 0 1em;
}

/**content stuff**/

#header {
	position: relative;
	margin: 0px auto;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	width: 1000px;
	height: 20px;
	background: transparent;
}
	

#content {
	position: relative;
	margin: 0px auto;
	width: 1020px;
	height: 355px;
	background: transparent;
}

#footer {
	position: relative;
	margin: 0px auto;
	text-align: left;
	padding-top: 4px;
	padding-left: 10px;
	padding-right: 10px;
	width: 1000px;
	height: 20px;
	font: 12px Arial;
	color: black;
	background: transparent;
 border-top: #000 1px solid;
}

/**links**/

a, 
a:active, 
a:link, 
a:visited {
	color: #000000;
	font-size: 12px;
	font-family: Arial;
	text-transform: lowercase;
	text-decoration: none;
}

a:hover {
text-decoration: underline;
}

#text3 a, 
#text3 a:active, 
#text3 a:link, 
#text3 a:visited {
	color: #000000;
	font-size: 12px;
	font-family: Helvetica, Arial, Tahoma, sans-serif bold;
	text-transform: lowercase;
	
	text-decoration: none;
}

#text3 a:hover {
text-decoration: underline;
}

