/* CSS Document */

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

a:hover {
	color : red;
	text-decoration: none;
}

body {
	margin: 0px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: black;
}


.input1 {
	color: black;
	font-weight: bold;
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#999999;
	border-bottom-color: #000000;
	border-right-color: #000000;
	border-left-color: #FFFFFF;
	border-top-color: #FFFFFF;
}

.input2 {
	color: black;
	background-color:#FFFFFF;
	border-bottom-color: black;
	border-right-color: black;
	border-left-color: black;
	border-top-color: black;
}

.style1 {font-weight: bold;}
.style2 {font-weight: bold; font-size: 18px; color: brown;}
.style3 {font-size: 36px;}
.style4 {font-weight: bold; font-size: 14px; color:#FF0000}
.style5 {font-weight: bold; font-size: 16px; color:#FF6600; font-style:italic}
.style6 {font-size: 16px; color: red; font-weight: bold;}
.style7{font-weight: bold; font-size: 10px; color:black; font-family:Tahoma, Geneva, sans-serif}
.style8 {font-weight: bold; font-size: 26px; color:black; font-style:italic; font-family:Tahoma, Geneva, sans-serif}
.style9 {font-weight: bold; font-size: 14px; color:#FF0000; font-style:italic;}
.style10 {font-weight: bold; font-size: 14px;}

/***********************************************/
/* Link Styles                                 */
/***********************************************/

#header a {color:white;
			text-decoration:none;
}


#footer a {color:black;
			text-decoration:none;
}
#footer a:visited { color: black; }
#footer a:hover {color: red;}
	  
#middle a {color:blue; text-decoration:none; font-weight:bold;}
#middle a:visited {color:blue; text-decoration:none; font-weight:bold;}
#middle a:hover {color:red; text-decoration:none; font-weight:bold;}

#left a {color:blue; text-decoration:none; font-weight:bold;}
#left a:visited {color:blue; text-decoration:none; font-weight:bold;}
#left a:hover {color:red; text-decoration:none; font-weight:bold;}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container{ 
position:relative; 
width:1000px; 
margin:0 auto 0; 
background-color:white; 
} 



#menubar  {
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	height: 35px;
	background-color: #C3C4BF;
}

#search  {
	height: 25px;
	padding-left: 5px;
}

#middle {
	width: 777px;
	padding: 5px;
	float: right;
} 


#left  {
	width: 211px;
	border-right: 2px solid black;
}

#footer { 
	color: black;
	background-color: #C3C4BF;
	height: 30px;
	clear: both;
}
		  
#footleft  {
	width: 50%;
	float: left;
	text-align: left;
	padding-left: 2px;
	padding-top: 8px;
}

#footright  {
	text-align: right;	
	padding-right: 2px;
	padding-top: 8px;
}

#timedate  {
	width: 211px;
	float: left;
	padding-top: 10px;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	height: 25px;
	background-color: white;
	border-right: 2px solid black;
}

