/* BTU */

* html img,
* html .png{
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}

body {
	margin: 0;
	padding: 0;
	background: #e7f8ff url(images/bg.gif) repeat-x;
	font-size: 13px;
	color: #222222;
}

body, th, td, input, textarea, select, option {
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	text-transform: lowercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #4d84a7;
}

h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 200%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #003399;
}

a:hover {
	text-decoration: none;
}

img { border: none; }



/* Logo */

#logo {
	width: 980px;
	height: 120px;
	margin: 0;
/*	background: url(images/header.jpg) no-repeat left;  */
}

#logo h1 {
	float: left;
	padding: 40px 40px 0 50px;
	letter-spacing: -2px;
	font-size: 48px;
}

#logo h2 {
	float: right;
	padding: 68px 0 0 0;
	font-size: 24px;
	
}

#logo a {
	text-decoration: none;
	color: #004373;
}

/* Menu */
#menu {
	width: 980px;
	height: 78px;
}

/* Page */
#page {
	margin-left: 50px;
	padding: 0;
	width:900px;
	overflow:auto;
}

#content {
	float:left;
	width: 650px;
	background: url(images/content_top.png) no-repeat;
	padding-top: 5px;
	padding-right:5px;
}

#sidebar {
	float:left;
	width: 220px;
	border-left: 1px dotted #afcad5;
	background: url(images/sidebar_top.png) no-repeat;
	padding-top: 5px;
}

.post {
	padding: 0 0 20px 0;
}

.title {
	margin: 0;
	border-bottom: 1px dotted #afcad5;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	list-style: none;
}

#sidebar li ul {
	list-style: none;
	padding: 3px 0;
}

#sidebar li li {
	padding-left: 22px;
	border-bottom: 1px dotted #afcad5;
	background: url(images/arrow.gif) no-repeat 8px 50%;
	font-size:12px
}

#sidebar h2 {
	margin: 0;
	padding: 20px 0 2px 30px;
	background: url(images/img05.gif) no-repeat left bottom;
	border-bottom: 2px solid #b2b2b2;
}

#sidebar a {
	text-decoration: none;
	font-size:12px
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	padding: 20px 0 20px 50px;
	background: url(images/footer_bg.png) repeat-y #bfdee7;
	border-top: 3px solid #bfdee7;
	text-align: left;
	font-size: 11px;
	color: #002f54;
}

#footer a {
	color: #C28C21;
}

.results2 {
	margin-left: 5px;
}

.results2title {
	width: 48%;
	font-weight:bold;
	background: #afcad5;
}

.results2 td{
	border: 1px solid #afcad5;
	padding: 5px;
	text-align: left;
}

td.clear {
	border: 0px;
}