.background
{
	background:black;
	background-image:url('./images/background.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;
}

.copyright
{
	position:fixed;
	bottom:5px;
	right:5px;
	height:100px;
	width:70px;
	z-index:0;
	background-image:url('./images/copyright.jpg')
}

@media screen and (max-device-width: 480px) {
.copyright
{
	height:0px;
}
}

.banner
{
	position:fixed;
   	width: 100%;   	
	top: 10px;
	left: 0px;
	z-index:5;
}

.banner_fade
{
	height:2px;
	margin:0 auto;
	width:700px;
	background:#000000;
}

@media screen and (max-device-width: 480px) {
.banner_fade
{
	height:0px;
}
}

.banner_text
{

	height:75px;
	width:720px;
	background:#000000;
	border-style:solid;
	border-width:1px;
	border-color:white;
}

.banner_img
{
	background-image:url('./images/banner.jpg');
	background-repeat:no-repeat;
	height:45px;
	width:380px;
	float:right;
}

.transparent
{
   	background:#FFFFFF;
   	filter:alpha(opacity=30); 
   	-moz-opacity: 0.3; 
   	opacity: 0.3; 
	position:relative;
	top:90px;
   	width: 700px;   
   	height: 2350px;
	z-index:0;
}

.nottransparent
{
	font-family:Trebuchet,arial,sans-serif;
	font-size:14px;	
	line-height:20px;
	text-align:left;
	position:relative;
	top:-2225px;
	left:15px;
   	width: 600px;   
   	height: 2350px;
	z-index:4;
}

.heading
{
	font-family:Tahoma,arial,sans-serif;
	font-weight:normal;
	text-align:center;
	font-style:normal;
	font-size:15px;
	color:#BBBBFF;
	letter-spacing:3px;
}

.sub_heading
{
	text-align:left;
}

.menu_wrap
{
	position:fixed;
   	width: 100%;   	
	top: 120px;
	left: 0px;
	z-index:2;
}

.menu_inner
{
	height:200px;
	width:950px;
}

/* Note: .menu_bord 1 and 2 are required to achieve a double border which is not supported correctly in IE.*/
.menu_bord1
{
	border-width:1px;
	border-style:solid;
	border-color:black;
	float:left;
	background:#FFFFFF;
   	width: 150px;   
   	height: 250px;
	z-index:2;
	opacity:0.2;
   	filter:alpha(opacity=20);
	padding:4px;
}

.menu_bord2
{
	border-width:1px;
	border-style:solid;
	border-color:black;
	height: 248px;
	z-index:2;
}

.menu_text
{
	font-family:Tahoma,arial,sans-serif;
	font-size:14px;
	line-height:20px;
	letter-spacing:4px;
	color:white;
	text-align:left;
	padding:15px;
	float:left;
	position:relative;

	left:-150px;
   	width: 120px;   
   	height: 250px;
	z-index:3;
	opacity:1;
}

.menu_current
{
	color:#666666;
}

.menu_sub
{
	
	font-size:12px;
	letter-spacing:1px;
}

a:link
{
	color:white;
	text-decoration:none;
}

a:visited
{
	color:#DDDDDD;
	text-decoration:none;
}

a:hover
{
	
	font-size:14px;
	color:black;
	background:white;
	border-width:1px;
	border-style:solid;
	border-color:white;	
}

a.img_link
{
	background-color:transparent;
	border-style:none;
}

a.menu_sub:hover
{
	
	font-size:12px;
	letter-spacing:1px;
	background:white;
	border-width:1px;
	border-style:solid;
	border-color:white;	
}

p:first-letter 
{
	font-weight:bold;
}

.news_box
{
	border-width:1px;
	border-style:solid;
	border-color:#888888;
	padding:5px;
}

.news_date
{
	font-weight:normal;
	width:90px;
	vertical-align:top;
	
}

.news_text
{
	font-weight:normal;
	padding-left:5px
}
