/*style*/
*{ margin: 0; padding: 0; }* 
body { 
	font: 13px Verdana, Arial, "Trebuchet MS", Tahoma, sans-serif; 
	line-height: 1.6em;
	color: #444; 
}

a {	color: #cc0000;	background: inherit; text-decoration: none; }
a:hover { color: #000066; background: inherit; }
p { margin: 0 0 15px 0; }

h1 { font: normal 2.5em "Trebuchet MS", Arial, Sans-Serif; padding: 18px 0 0 11px; margin: 0; }
h1 a { color: #737373; background: inherit; }
h1 a:hover { color: #737373; background: inherit; }
.orange { color: #000; font-size: .9em; }

h2 { color: #971b1e; font: bold 1.6em Arial, Sans-Serif; margin: 0 0 12px; }
h4 { color: #808080; background: inherit; font-weight: normal; font-size: .9em; }

h3 { font: bold 1.3em Arial, Sans-Serif; color: #333333; }

.image {
	float: left;
	margin: 0 9px 3px 0;
}

/*layout*/
#content { width: 960px; margin: 0 auto; }

#header { 
	height: 70px;
	background: #fff url("images/headerbg.gif") repeat-x bottom;
	color: #808080;
	margin: 3px 0;
	padding: 10px 0 0 0;
}
#logo {
	margin-left: 10px;
	padding-left: 35px;
	background: url("images/logo.jpg") no-repeat left bottom;
	float: left;
}
#top_info {
	float: right;
	height: 50px;
	width: 555px;
	padding: 5px 0 4px 0;
	color: #737373;
	text-align: right;
}
#top_info p {
	padding: 8px 30px;
	font-size: 1em;
	font-weight: bold;
}

.date  {
	width: 270px;
	font-size: .8em;
	color: #FFF;
	background: inherit;
}
#bar { 
	clear: both;
	font-size: 1em;
	height: 30px;
	line-height: 30px;
	background: #971b1e url("images/barbg.jpg") repeat-x;
	margin-bottom: 30px;
}
	#bar ul {
	list-style: none;
}
	#bar li { 
		padding: 0 12px 0 12px;
		float: left; 
	}
	
	#bar li a:hover { 
		background: #ccc; 
		color: #971b1e;
		font-weight: bold; 
		
	}
	
	#bar li a { 
		display: block;
		float: left;
		height: 30px;
		padding: 0 12px 0 12px;
		font-weight: bold;
		color: #fff; 
		background: inherit;
		text-decoration: none;
	}

/*the two columns*/
#left { clear: left; float: left; width: 240px; padding: 0 34px 0 15px; font-size: .9em; margin: 0 0 15px; }

#right {
	margin: 0 15px 20px 0;
	padding: 0 0 0 35px;
	border-left: 1px solid #ccc;
	float: right;
	width: 620px;
	min-height: 700px;
	text-align: justify;
}

	#left h3 { border-bottom: 1px solid #eee; padding: 0 0 7px; margin: 0 0 15px 0; }
	#right h2 { border-bottom: 1px solid #ccc; padding: 0 0 8px; }
	
/*footer*/
#footer { 
	clear: both;
	text-align: center;
	padding: 10px 0;
	border-top: 1px solid #ccc;
	line-height: 2em;
}

/*additional*/ 
span.lbl { padding-right: 30px; }
p.center { text-align: center; }
.err {
	font-weight: bold; color: #760000; padding-left: 18px; background: url('images/error.png') no-repeat left top;
}
#check {
	margin: 0; padding-left: 20px;
}
#check li {
list-style-type:square;
	color:#444;
	padding-left: 20px;
}