body {
	margin: 0;
	padding: 0;
	background: #000000;
                font-family: "Courier New", Courier, monospace;	
	color: #c7c7c7;
	font-size: 14px;
}

h4 {
	font-size: 15px;
                font-family: Tahoma, Arial, Helvetica, sans-serif;
                letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: normal;
}

h5 {
	font-size: 15px;
                letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: normal;
                font-family: "Courier New", Courier, monospace;
                color: #2e8b57;
}

p, ol, ul, blockquote {
	line-height: 22px;
}

a {
	color: #b0c4de;
	text-decoration: none;
}

a:hover {
	color: #778899;
}

strong {
	color: #8D8C8C;
}

/* Menu */

#menu {
	padding-right: 30px;
	height: 56px;
	padding-top: 377px;
}
#menu ul {padding:0; margin:0; float:right;}
#menu li {float:left; list-style:none;}
#menu a {
	display: block;
	width: 126px;
	height: 50px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
	color: #ABABAB;
                font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
	background: url(images/menu_deact.gif) no-repeat;
	padding-top: 6px;
}
#menu a:hover, #menu a.active {background:url(images/menu_act.gif) no-repeat; color:#180202;}

#menu2 a {
	color: #e6e6fa;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

#menu2 a:hover {
	color: #b0c4de;
}

#menu2 li {
	margin-bottom: 10px;
	padding-bottom: 4px;
	list-style: square inside;
	border-bottom: 1px #BDBDBB dotted;
	font-weight: normal;
}

#news h3 {
	margin: 0;
	padding-top: 0;
	font-size: 13px;
	text-decoration: none;
	color: #ABABAB;
	text-transform: uppercase;
	font-weight: normal;
}

#news a {
	color: #4169e1;
	font-size: 85%;	
	text-decoration: none;
	font-weight: bold;
   text-transform: uppercase;
}

#news a:hover {
	color: #2e8b57;
}

#news p {
   width: 160px;
   padding: 0;
	font-size: 90%;
	font-family: "Courier New", Courier, monospace;
}

/* Header */

#header {
	width: 990px;
	height: 808px;
	margin: 0 auto;
	background: url(images/header.jpg);
}

#header h1 {
	font-size: 10px;
                display: none;
}

#header h2 {
	font-size: 10px;
                display: none;
}

#page {
	
}

/* Content */

#content {
	width: 990px;
	margin: 0 auto;
	padding: 0px;
	background: url(images/bg2.png) repeat-y top;
}

#colOne {
	float: left;
	width: 140px;
}

#colOne ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#colTwo {
	float: right;
	width: 750px;
	margin-right: 27px;
}

#colTwo p {
                padding: 0;
	font-family: "Courier New", Courier, monospace;
                font-size: 16px;
}

#colTwo img {
	border: 6px solid #FFFFFF;
	margin: 5px 5px;

}

#colTwo img.data {
	border: none;

}

#colTwo img:hover {border-color:#D6D6D6;}

/* Footer */

#footer {
	clear: both;
	width: auto;
	height: 40px;
}

#footer p {
	margin: 0;
	padding: 7px;
	font-size: 90%;
	font-family: "Courier New", Courier, monospace;
	letter-spacing: 1px;
	text-align: center;
	color: #4f4f4f;
	text-transform: uppercase;
}

#footer a {
	color: #778899;
	text-decoration: none;
}

#footer a:hover {
	color: #b0c4de;
}

#footer_links {
	width: 990px;
}

#links {
	float: right;
}

#footer img {
	filter:alpha(opacity=30); /*for IE*/
	opacity: 0.3; /*for Opera*/
	-khtml-opacity: 0.3; /*for Safari*/
	-moz-opacity: 0.3; /*for Mozilla*/
}
