@charset "utf-8";
/* CSS Document */

html,body,div,h1,h2,h3,h4,h5,h6,p,blockquote,code,pre,dl,dt,dd,ol,ul,li,form,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th,p,input,select,textarea { font-size: 1em; font-weight: normal; font-style:normal; }
table { border-collapse: collapse; border-spacing: 0; }
caption,th { text-align: left; }
ul,ol { list-style: none; }
q:before, q:after, blockquote:before, blockquote:after { content: ""; }

html { margin-bottom:1px; min-height:100%; } /* Always show scrollbar */
html, body { height: 100%; }

.clear {clear:both;}

/* IE6 Transparent .png */	
img, div { behavior:url(iepngfix.htc);
}

/*- Text Elements ------------------------------------------------------------------------------------------*/

html { margin-bottom: 1px; min-height: 100%; }

* {
	margin:0px;
	padding:0px;
}

body {
	background-color:#000;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#F5C000;
}

h1, h2, h3, h4, p, a, ol, ul, li{
	font-family:Tahoma, Geneva, sans-serif;
}

h1 {
	font-size:20px;
	color:#F5C000;
}

h2 {
	font-size:14px;
	color:#F5C000;
}

h3 {
	font-size:12px;
	color:#F5C000;
}

p {
	font-size:12px;
	color:#F5C000;
	text-align:justify;
}

p.header {
	font-size:12px;
	color:#000;
	text-align:right;
}

p.remember {
	font-size:12px;
	color:#000;
	text-align:left;
}

p.footer {
	font-size:10px;
	color:#F5C000;
	text-align:left;
	line-height:20px;
}

p.footerCenter {
	font-size:10px;
	color:#F5C000;
	text-align:center;
	line-height:20px;
}

.center{
	text-align:center;
}

.left{
	text-align:left;
}

.right{
	text-align:right;
}

.red{
	color:#FF0000;
}

.blue{
	color:#002F62;
}

.ltblue{
	color:#3399FF;
}

.white{
	color:#FFFFFF;
}

.green{
	color:#060;
}

.inputbox{
	background:url(../images2/search_field_bg.jpg) repeat-x;
	border:#000 1px solid;
	height:30px;
	color:#666;
	padding: 4px 0px 0px 5px;
	margin-right:5px;
	font-family:Tahoma;
	font-size:16px;    
	width:250px;
}

.button{
	background:url(../images2/search_button_bg.jpg) repeat-x;
	border:#F5C000 1px solid;
	color:#F5C000;
	height:28px;
	font: 16px Tahoma, Geneva, sans-serif;
	padding:0px 5px 2px;
}



/*----------------------------------------------------------------------------------------------------------*/
/*- Link Elements ------------------------------------------------------------------------------------------*/

a{
	text-decoration:underline;
	color:#F5C000;
}

a:hover{
	text-decoration:underline;
	color:#F5C000;
}

a.h2{
	font-size:14px;
	text-decoration:underline;
	color:#F5C000;
}

a.h2:hover{
	font-size:14px;
	text-decoration:underline;
	color:#F5C000;
}

a.header{
	text-decoration:underline;
	color:#000;
}

a.headerlinks{
	text-decoration:underline;
	color:#000;
}

a.headerlinks:hover{
	text-decoration:underline;
	color:#000;
}

a.footer{
	text-decoration:underline;
	color:#F5C000;
}



/*----------------------------------------------------------------------------------------------------------*/
/*- Main Components ----------------------------------------------------------------------------------------*/

div#outer {
	background:url(../images2/site_bg.jpg) repeat-x #000;
	margin-left:auto;
	margin-right:auto;
	min-width:1000px;
	min-height:837px;
}

div#header {
	width:1000px;
	height:347px;
	margin-left:auto;
	margin-right:auto
}
div#textShell {
	background:url(../images2/text_bg.jpg) no-repeat;
	text-align:justify;
	width:700px;
	height:282px;
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
}

div.text{
	width: 353px;
	margin-left:20px;
	margin-top:20px;
	float:left;
}

div.nemo{
	width: 287px;
	margin-right:20px;
	margin-top:20px;
	float:right;
}

div#footer {
	background:url(../images2/footer_bg.jpg) no-repeat #000;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	margin-top:163px;
}

div.clear{
	clear:both;
}
