html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {
	color: #333333;
}

a:hover {
	color: #000000;
}

img {
	border: 0;
}

body {
	background: #D8D3DC url(/img/background.jpg) repeat-x left bottom;
	color: #333;
	font: normal 70% Verdana;
}

p,ul {
	padding-bottom: 1.2em;
}

li {
	list-style: square; margin-left: 20px;
}

th { text-align: left; }

h1 {
	font: normal 1.8em Verdana;
	margin-bottom: 4px;
	color: #005B9C;
	margin: 0 0 7px 0;
}

h2 {
	font: normal 1.3em Verdana;
	margin-bottom: 4px;
	color: #005B9C;
	margin: 0 0 7px 0;
}

.code {
	white-space: nowrap; width: 100%; height: 200px; font-family: courier new; font-size: 9pt; color: black;
	background-color: ##FFFFFF; line-height: 15px; overflow: auto;
}

.mli {
	list-style: none; margin-left: 0px;
}

.clearer {
	clear: both;
}

.container {
	background-color: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 8px 8px;
	width: 900px;
}


.top {
	padding: 8px 8px 0;
}


.header {
	background-color: #FFF;
	font-size: 1.2em;
	height: 60px;
	margin: 0 auto;
	padding: 8px 8px 5px;
	width: 900px;
}
.header .left, .header .right {
	background-color: #FFF;
	color: #FFF;
	color: #FFF;
	height: 60px;	

}
.header .left {
	background: url(/img/bgHead.png);
	line-height: 60px;
	width: 900px;
	text-align: left;	
	
}

.navigation {	
	background: #D9E1E5 url(/img/bgNav.png);
	border: 1px solid #AAAAAA;
	height: 22px;
}
.navigation a {
	background: transparent url(/img/bgNav.png) left top repeat-x;
	border-right: 1px solid #000;
	color: #FFF;
	display: block;
	float: left;
	font-size: 12px;
	font-family: Verdana;
	font-weight: bold;
	line-height: 22px;
	text-decoration: none;
	padding: 0 18px;
}

.navigation a:hover {
	background: #000 left bottom; 
	color: #f1f1f1;
}

.main {
	border-top: 8px solid #FFF;
	background-color: #FFF;
	width: 900px;
}

.content {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 680px;
}

.contentSide {
	float: right;
	margin: 10px 0;
	padding: 0 16px;
	width: 150px;
}

.contentFull {
	color: #666;
	font-size: 1.0em;
	margin-bottom: 6px;
}

.footer {	
	background: transparent url(/img/bgNav.png) left top repeat-x;
	border: 1px solid #AAAAAA;
	height: 22px; text-align: center;
}

.footer a,.footer a:hover {
	color: #FFF; text-decoration:none;
	font-weight: bold;
}

.search {
	vertical-align: top;
}

