html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	/*background:transparent*/
}
ul {
	list-style:none;
}

body {
	color: #333333;
	font: normal 11px/16px "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
}
#container {
	margin: 0px auto;
}
#outer {
	width: 740px;
	border: 1px solid #1c3661;
	margin: 40px auto 0px;
}
#header {
	border-bottom: 7px solid #1C3661;
}
#inner {
	background: url(images/bg.gif) left top;
}

#nav, #main, #sidebar {
	float:left;
	display:inline;
}
#nav {
	width: 140px;
}
#main {
	width: 410px;
	padding: 20px;
}
#sidebar {
	width: 150px;
}
#footer {
	clear:both;
	padding:10px;
	background-color: #345A8A;
	color:#FFF;
	text-align:center;
}
h1 {
	font: 16px/20px "Trebuchet MS", Verdana, Arial, sans-serif;
	margin-bottom: 5px;
	margin-left: 0px;
}
h2 {
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 16px;
	font-weight: lighter;
}
p {
	margin-bottom:15px;
}
a {
	color: #009;
	text-decoration: none;
}
a:hover {
	color: #900;		
	text-decoration: underline;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {	
	text-decoration: underline;
}
#main a {	
	text-decoration: underline;
}
#header img {
	display: block;
}
#sidebar p, #sidebar ul {
	padding: 10px;
	margin: 0px;
}
#sidebar ul a:hover {
	color: #009;
}
ul.list {
	list-style: square inside;
	margin: 0px 0px 15px 15px;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* end hack */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.imgright {
	float: right;
	margin: 4px 0px 10px 15px;
}

