/** Common Info */

body {
	margin: 0;
	padding: 0;
	background: #990033 url(images/main_back.gif) repeat left top;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #990033;
	text-align: left;
}

h1, h2 {
	margin-top: 0;
	padding-top: 0;
	color: #990033;
}

a {
	color: #008BD1;
}

a:hover {
	text-decoration: none;
}

/** HEADER */

#header {
	width: 850px;
	height: 80px;
	margin: 0 auto;
	background:  url(images/header_back2.gif) no-repeat left top;
}

#header h1 {
	margin: 0;
	padding: 5px 0 0 20px;
	text-transform: lowercase;
	font-size: 36px;
	font-style: italic;
	letter-spacing: -2px;
	color: #FFFFFF 
}

#header h2 {
	display: none;
}

/** Menu Bar */

#menu {
	width: 780px;
	margin: -2.5em auto 2em auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 10px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
}

#menu .first a {
	border: none;
}

/** Main content */

#content {
	width: 850px;
	margin: 0 auto 1em auto;
	background: #FFFFFF url(images/bottom_line2.gif) no-repeat left bottom;  
}
#content h2 {
	color: #000066
}
#content * {
	line-height: 140%;
}

#columnLeft {
	float: left;
	width: 580px;
	padding: 25px 20px 0 30px;
	background:  url(images/top_left_corner.gif) no-repeat left top;
}
#stopPress h2 {
	color: #000000;
}
#stopPress p  {
	font-size: 18px;
	color: #000000;
}
#colL {
	float: left;
	width: 410px;
	padding: 25px 20px 0 30px;
	background:  url(images/top_left_corner.gif) no-repeat left top;
}
#columnRight {
	float: right;
	width: 185px;
	padding: 25px 10px 0 10px;
	background:  url(images/top_right_corner.gif) no-repeat right top;
}
#colR {
	float: right;
	width: 350px;
	padding: 25px 10px 0 10px;
	background:  url(images/top_right_corner.gif) no-repeat right top;
}


/** FOOTER */

#footer {
	width: 700px;
	height: 30px;
	margin: 0 auto;
	padding-bottom: 20px;
	background:  url(images/bottom_banner.gif) no-repeat left top;
}

#footer p {
	margin: 0px 0px 0px 0px;
	padding: .8em 0 0 0;
	text-align: center;
	font: bold x-small Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#footer a {
	height: 30px;
	color: #FFFFFF;
}
/** Data Table */

    table {
		border:1px solid #000;
		font-family:arial,sans-serif;
		font-size:120%;
}
	table a {
	color: #990033;
}
	td,th{
		border:1px solid #000;
		padding:5px;
	}	
	
	#nm, #cn{width:180px;}
	#or, #yr{width:130px;}
	#ph{width:160px;}
	#ch, #lo{width:95px;}
	#dt{width:120px;}
	#ev{width:170px;}
	#ev2{width:250px;}
	#dn{width:280px;}
	#dc{width:280px;}	
	#pn{width:180px;}
	#ld{width:180px;}
	#it{width:90px;}
	#ds{width:250px;}
	#cd{width:200px;}

	
	caption{
		background:#ccc;
		font-size:140%;
		border:1px solid #000;
		border-bottom: none;
		padding:5px;
		text-align:left;
	}
	thead th{
		background:#9cf;
		border: none;
		border-left: none;
		border-top: none;
		text-align:left;
	}
	tbody th{
		text-align:left;
		border-left: none;
		border-right: none;
		border-bottom: none;
	 	background:#69c;
	}
	tfoot td{
		text-align:left;
		border-bottom: none;
		border-right: none;
		border-left: none;		
		background:#ccc;
		font-size:120%
	}
	tbody td{
		background:#999;
		border-bottom: none;
		border-right: none;	
	}
