/* This is the style of your browser text */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	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 */
	color: #000000;
}
#body {
	position: fixed;
	width: 100%;
	height:100%;
	text-align: justify;
	bottom:0px;
}
#body a:active, a:hover, a:link, a:visited {
	color: #080808;
	text-decoration:none;

}
#container {
	position:absolute;
	width: 1000px;
	background-image:url(images/backbottom.png);
	background-repeat:no-repeat;
	background-position:top;
	padding-left:200px;
	padding-right:200px;
    left: 50%; 
    margin-top: 0px; 
    margin-left: -700px;
}
#main {
	width: 1000px;
	text-align: left;
	height:100%;
	margin-left:auto;
	margin-right:auto;}
#head {
	width: 1000px;
	max-height:160px;
	height:auto;
	height: 150px;
	text-align: center;
}
#head-title {
	font-family:"Courier New", Courier, monospace;
	width: 950px;
	height: 40px;
	padding-bottom:20px;
	line-height:40px;
	padding-left:50px;
	text-align: left;
	font-size: 24px; 
	color: #FF9900; 
	font-weight: bold;
	margin-left:250px;
	background-image:url(images/backtitle.png);
	background-repeat:no-repeat;
}
.head-title {
	font-family:"Courier New", Courier, monospace;
	height: 40px;
	width:100%;
	text-align: left;
	font-size: 20px; 
	color: #FF9900; 
	font-weight: bold;
	padding-left:30px;
	padding-top:5px;
	padding-bottom:20px;
	line-height:40px;
	background-image:url(images/backtitle.png);
	background-repeat:no-repeat;
}
#menu {
	font-family: "Comic Sans MS";
	font-size: 12px;
	line-height: normal;
	width: 150px;
	padding-left: 10px;
	padding-top: 80px;
	padding-bottom:inherit;
	float:left;
	}
#content {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: normal;
	width: 830px;
	bottom:30px;
	text-align: left;
	margin-top:10px;
	padding-right:10px;
	float:right;
	top: 229px;

}
#bottom {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	float:right;
	padding-right:50px;
	width: 700px;
	text-align:center;
	height:30px;
	bottom:0px;
	left: 200px;
}
#content li {
	font:verdana;
	font-size:12px;
	clear:both;
	list-style: none;
	text-decoration:none;
	text-align:left;
	}
p {
	font: verdana, Courier, monospace;
	margin-top: 0.5em;
	margin-right: 20;
	margin-bottom: 1em;
	margin-left: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-style:normal;
	text-align:left;
}
#tablecode {
font-family:"Courier New", Courier, monospace;
font-size:16px;
font-weight:bold;
	width: 600px;
	margin:0px;
	border: solid;
	border-color: #669933;
	border-width:thick;
	background-color:#003300;
	color: #E6E6E6;
	padding:20px;
}
#newsblock {
width:400px;
height:180px;
background-color: #000000;
background-image: url(images/newsblock.png);
background-repeat:no-repeat;
}

.newsblock {
font-family: "Courier New", Courier, monospace;
font-size:24px;
font-weight:bold;
text-align:center;
color: #ffffff;
text-shadow:
    0 1px #000000,
    1px 0 #000000,
    1px 2px #000000,
    2px 1px #000000,
    2px 3px #000000,
    3px 2px #000000,
    3px 4px #000000;
}
.newsblocktitle {
font-family: "Courier New", Courier, monospace;
font-size:18px;
font-weight:bold;
text-align:center;
line-height:10px;
color: #ff0000;
text-shadow:
    0 1px #000000,
    1px 0 #000000,
    1px 2px #000000,
    2px 1px #000000,
    2px 3px #000000,
    3px 2px #000000,
    3px 4px #000000;
}
.head {font-size: 18px; color: #000066; font-weight: bold; font:"Courier New", Courier, monospace;text-decoration: underline;}
.textback{
font-family:Arial, Helvetica, sans-serif;	
color: #080808;
font-size:20px;
text-decoration:none;}
.textback a:link{
color: #080808;
}
a:hover {
	color: #CC0099;
}
.head2 {font-size: 18px; color: #cc0066; font-weight: bold; margin-left:10px; font-family:"Courier New", Courier, monospace;}
.head3 {font-size: 22px; color: #000000; font-weight: bold; font-family:"Courier New", Courier, monospace;}
.head4 {font-size: 18px; color: #ffff99; font-weight: bold; font:"Courier New", Courier, monospace;}
.style20 {font-size: 8px; font-family:Arial; color:#CCCCCC; width:150px;}
.menubottom{font-size: 11px; color: #000000; a:link, a:visited {color: #ff0000;}

