/* 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;
}


.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: 14px; 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;}
.style10 {font-weight: bold; font-size: 12px;}
.style11 {font-weight: bold; font-size: 14px; color:#FF0000; font-style:italic}
.style12 {font-size: 12px; color: #FF0000; }
.style13 {font-size:10px;}
.style14 {
	font-weight: bold;
	font-size: 14px;
	color:#666;
	font-style:italic
}
.style15{font-weight: bold; font-size: 11px; color:black; font-family:Tahoma, Geneva, sans-serif}
.style16 {font-size:12px; font-style:italic;}
.style17 {font-weight: bold; font-size: 14px; font-style:italic}

/***********************************************/
/* 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;}

#homebar a {color:white; font-weight: bold; text-decoration:none;}
#homebar a:visited {color:white; font-weight: bold; text-decoration:none;}
#homebar a:hover {color:red; text-decoration:none; font-weight:bold;}

#formdefault fieldset {
	margin-bottom: 10px;
	background-color:#D7DEFD;
	font-size: 14px;
	padding: 5px;
	font-weight: bold;
}

#formdefault legend {
	font-weight: bold;
	font-size: 12px;
}

#formdefault label {
	display: inline-block;
	line-height: 2.0;
	vertical-align: top;
	width: 150px;
	padding-left: 3px;
	font-weight: normal;
	font-size: 11px;
}

#formdefault fieldset ol {
	margin: 0;
	padding: 0;
}

#formdefault fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
	font-weight: normal;
	font-size: 11px;
}

#formdefault fieldset fieldset label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	width: 150px;
	padding-left: 3px;
}

#formdefault fieldset fieldset legend {
	font-weight: bold;
	font-size: 12px;
}

#formother fieldset {
	margin-bottom: 10px;
	background-color:#B3B3FF;
	font-weight: bold;
	font-size: 14px;
	padding: 5px;
}

#formother legend {
	font-weight: bold;
}

#formother label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	width: 120px;
	padding-left: 3px;
	font-weight: normal;
	font-size: 12px;
}

#formother fieldset ol {
	margin: 0;
	padding: 0;
}

#formother fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
}

#formother fieldset fieldset label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	width: 150px;
	padding-left: 3px;
}

#formother fieldset fieldset legend {
	font-weight: bold;
	font-size: 12px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container{ 
position:relative; 
width:1000px; 
margin:0 auto 0; 
background-color:white; 
} 


#homebar  {
	height: 15px;
	font-size: 10px;
	padding-right: 2px;
	color: white;
	background-color: black;
}


#menubar  {
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	height: 35px;
	background-color: #C3C4BF;
}

#search  {
	height: 25px;
	padding-left: 5px;
}


#pagetitle  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	text-align: center;
}

#timedate  {
	width: 211px;
	float: left;
	padding-top: 10px;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	height: 25px;
	background-color: white;
	border-right: 2px solid black;
}


#middle {
	width: 777px;
	padding: 5px;
	float: right;
} 


#left  {
	width: 211px;
	border-right: 2px solid black;
}


#footer { 
	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;
}

#formdefault {
	margin: 5px;
}

#formother {
	margin: 5px;
}