/**
 * $URL: file:///D:/Repos/BCMWEB/public_html/bcmweb-style.css $
 * $Revision: 1 $
 * $Author: Alex $
 * $Date: 2006-11-11 23:19:28 -0800 (Sat, 11 Nov 2006) $
 */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #337FC6 url("/images/bg.gif") top center repeat-y;
	font: normal 8pt/13pt verdana, arial,sans-serif;
	color: #808080;
}

a, a:visited {
	text-decoration: underline;
	color: #000;
}

a:hover {
	color: #808080;
}

#header {
	width: 562px;
	height: 60px;
	background: #000 url("/images/header.gif") no-repeat;
	padding-top: 30px;
	padding-left: 18px;
	font-size: 14pt;
	color: #FFF;
}

#header h2{
	padding-top: 5px;
	font-size: 9pt;
	color: #C2D9EF;	
}

#container {
	width: 580px;
	xbackground: #fff url("/images/sidebar.gif") repeat-y right;
	border: solid 10px #fff;
	margin: 0 auto;
	text-align: left;
}

#horizontal {
	width: 560px;
	height: 30px;
	background: url("/images/horizontal.gif");
	font-weight: bold;
	font-size: 8pt;
	padding-top: 6px;
	padding-left: 20px;
}

#horizontal a, #horizontal a:visited {
	color: #C2D9EF;
	text-decoration: none;
	margin-right: 15px;
}

#horizontal a:hover {
	color: #FFF;
	text-decoration: none;
}

#content {
	float: left;
	border: 0px black solid;
	width: 563px;
	margin: 10px 0px 0px 4px;
}

#content h2{
	font-size: 12pt;
	font-weight: bold;
	color: #76A7DC;
	margin-bottom: 5px;
	padding-left: 14px;
	background: url("/images/h2bg.gif") top left repeat-y;
}

.black {
	color: #000;
}

p {
	margin-bottom: 20px;
	padding-left: 14px;
	background: url("/images/articlebg.gif") top left repeat-y;
}

input.text {
	width: 70px;	
	border: 1px solid #ccc;
}

input.button {
	color: #808080;
	padding-left: 0px;
	font-size: 8pt;	
	border: none;
	background: none;
	}

#footer {
	color: #ccc;
	background: #F9F9F9;
	clear: both;
	width: 563px;
	margin: 10px 0px 0px 8px;
	height: 20px;
	padding: 1px;
	border: 1px solid #E4E4E4;
}

#footer a, #footer a:visited{
	color: #ccc;
}

#footer a:hover {
	color: #808080;
}