/* grid line-height: 15px (125%) */
/* set up some global rules */
* {margin: 0; padding: 0;

}
html {height:100%}
fieldset {border: none;}
body  {
background-image:url();
background-color:#000000;
background-repeat:no-repeat;
background-size: 100%;
background-position:center;
background-attachment:scroll;


	
	height:100%;
	font: 10px Arial, Regular, Helvetica, sans-serif;
	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	
}
p {margin-bottom: 16px;}
h1 {font-size: 14px; font-weight: normal; line-height: 23px; margin-bottom: 16px;}
h2 {font-size: 14px; line-height: 18px; margin-bottom: 16px;}
h3 {font-size: 14px; line-height: 16px; font-weight: normal;}
ul, li {list-style-type: none; margin: 0; padding: 0;}
legend {display: none;}
a {outline:none !important;color:#ffffff;text-decoration: none;}
a:hover {color:#ccc;}
a img {border:none;}
input, textarea {font: 10px Arial, Regular, Helvetica, sans-serif;}

#container {text-align: center;margin-top: 5px !important;}

/* Global Header */
#header {
	background-image:url(/images/); background-repeat:no-repeat; 
	width: 1000px; height: 50 px; text-align: left; position:relative; z-index:9;
}
/*#header {width: 900px; height: 60px; text-align: left; position:relative; z-index:9; border-top: 1px solid #ccc; border-left: 1px solid #ccc;border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; }*/
#header ul {text-align: right;}
#header ul li {display: inline;padding-left: 20px;}

/* Global Footer */
/*#left_menu {width:160px; height:500px; text-align: left;border-top: 1px solid #ccc; border-left: 1px solid #ccc;border-right: 1px solid #ccc; border-bottom: 1px solid #ccc;}*/
#left_menu {width:160px; height:300px; text-align: left;}

/*#page {width:737px; height:500px; text-align: left;border-top: 1px solid #ccc; border-left: 1px solid #ccc;border-right: 1px solid #ccc; border-bottom: 1px solid #ccc;}*/
#page {width:737px; text-align: left; vertical-align:top;}

/* Global Footer */
/*#footer {padding-top: 2px; border-top: solid 1px #ccc; text-align: center;}*/
#footer {
	background-image: url();
	width:1000px;margin-top: 10px;text-align: center;
	background-color:#000;
	
}
/*#footer {width:900px;margin-top: 1px;text-align: center;border-top: 1px solid #ccc; border-left: 1px solid #ccc;border-right: 1px solid #ccc; border-bottom: 1px solid #ccc;}*/

#search-box {border:1px solid #ccc;height:15px;text-transform:lowercase;font-size:10px;color:#444;}

.Lmenu_a {
	FONT-SIZE: 18px; COLOR:#666; font-family: "Courier New", Courier, monospace; TEXT-DECORATION: none;
}
.Lmenu_a:link {
	FONT-SIZE: 18px; COLOR:#666; font-family: "Courier New", Courier, monospace; TEXT-DECORATION: none;
}
.Lmenu_a:hover{
   FONT-SIZE: 18px; COLOR:#FFF; font-family: "Courier New", Courier, monospace; TEXT-DECORATION: none; 
}

.Lmenu_a: selected {
	FONT-SIZE: 22px; COLOR:#666; font-family: "Courier New", Courier, monospace; TEXT-DECORATION: none;
}
.Arial12Black{font-size:14px; font-weight: normal; color:#FFF}
.Arial13Black{font-size:10px; font-weight: normal; color:#FFF}

.Arial11BoldBlack{font-size:14px; font-weight:bold; color:#000}

