body, html {
	height: 100%;
	margin: 0;
	padding: 0;
}

/* commented backslash hack \*/ 
html, body{height:100%;} 
/* end hack */

* html #container { height:100%; }

body {
	color: #555;
	text-align: center;
	background-color: #E5E8F1;
	font: 100%/120% "Verdana", Arial, Helvectia, serif;
	}

/* --------- Links ----------- */
a { color: #6EA0DB; text-decoration: underline; }
a:visited { color: #6EA0DB;}
a:hover { color: #6EA0DB; text-decoration: none; }

/* --------- Headings --------- */

h2	{
	font: normal 2em "Trebuchet MS", Arial, Helvectia, serif;
	color: #6EA0DB;
	margin: 0 0 0.5em 0;
}

h3 {
	font-size: 1.1em;
	color: #006699;
}

/* ------ Paragraphs ------------ */

p {
	font-size: 1em;
	margin: 0 0 1.2em 0;
}

/* --------- News Item --------- */

.newsitem {
	margin-bottom: 1em;
}

.newsitem h3 {
	margin-bottom: 0;
}

.newsitem p.date {
	margin: 0;
}

/* ------ Main Containers ------ */	
#container {
	background: #fff url(../images/side_bg.gif) 0 0 repeat-y;
	margin: 0 auto;
	text-align: left;
	width: 690px;
	voice-family: "\"}\""; 
  	voice-family: inherit;
	min-height: 100%;
	height: auto;
	padding: 0;
}
#container2 {
	padding: 0 10px 10px 10px;
	font-size: 0.7em;
}

html>body #container {
  	width: 690px;
	} 
	
#header {
	height: 218px;
	width: 100%;
	background: url(../images/header_bg.jpg) no-repeat 0 0;
	}
	
#header img {
	padding: 6px 0 0 5px;
	}

#logo {	float: left; padding:0; }

#sidebar {
	float:left;
	width: 160px;
	margin: 0;
	 	/* border: 1px solid #f00;  */
	voice-family: "\"}\""; 
  	voice-family: inherit;
	}
	
#sidebarbase {
	width: 160px;
	height: 138px;
	background: #4475A0 url(../images/sidetop_bg.gif) 0 0 repeat-x;
	position: relative;
}

html>body #sidebar {
  	width: 160px;
	}

#content
	{
	float: right;
	width: 510px;
	voice-family: "\"}\""; 
  	voice-family: inherit;
	}

html>body #content {
  	width: 510px;
	}

#footer {
	color: #999;
	clear:both;
	padding: 1px 0 0 7px;
	margin: 20px 0 20px 10px;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	border-top: 1px solid #6EA0DB;
	}
#footer p {
	font-size: 1em;
	padding: 0;
	margin: 1px 0 2px 0;
}
#footerright {
	float: right;
	text-align: right;
}
#footerright a:link, #footerright a:visited {
	font-weight: bold;
	color: #ccc;
	text-decoration: none;
	margin-right: 10px;
}

/* Messages */

div.message {
	width: 100%;
	color: #fff;
	padding-top: 8px;
	font: bold 10px Verdana, Helvetica, sans-serif;
	border-bottom: 1px solid #fff;
	z-index: 200;
	padding: 6px 0;
	text-align: center;
	line-height: 1.4em;
}
div.message.info { background: #B7EF46;	color: #333; }
div.message.error {	background: #f66; }

/* ----------- Navigation ---------- */		
#nav {
	border-top: 5px solid #fff;
}
ul#nav {
	list-style-type: none;
	padding: 0;
	margin: 0;
	background: #fff;
}
#nav li {
	margin: 0;
	padding: 0;
	width: 160px;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	width: 160px;
	list-style: none;
	
}
#nav li a:link, #nav a:visited {
	background: url(../images/nav_off.gif) 0 0 no-repeat;
	display: block;
	padding: 8px 25px 0 12px;
	height: 24px;
	text-decoration: none;
	color: #333;
}
#nav li a:hover, #nav li.li_selected a:link, #nav li.li_selected a:visited {
	background: url(../images/nav_on.gif) 0 0 no-repeat;
	text-decoration: none;
	color: #fff;
}

#nav li ul li a:link, #nav li ul li a:visited {
	background: none;
	background: #464646;
	color: #fff;
	padding: 5px 10px 5px 20px;
	line-height: 12px;
	height: auto;
	width: 130px;
	display: block;
}
#nav li ul li a:hover {
	background: none;
	background-color: #DBDBDB;
	color: #464646;
}
#nav li ul li.li_selected a:link, #nav li ul li.li_selected a:visited {
	background: none;
	background-color: #E11A22;
	color: #fff;
}

#nav li ul, #nav li#li_selected ul {
	margin: 0;
	padding: 0;	
	
}


/* --------- Banner --------------- */
#banner {	height:190px;	display:block;	border-bottom: 1px solid #ccc;	background: #fff url(../images/banner1.jpg) no-repeat top right;
	border-top: 10px solid #fff; padding-left: 2px; width: 500px; float: right; margin-bottom: 1em;
}

/* ----- Lists ------ */
#content ul{ font-size: 1em; margin-top:0; list-style-image:url(../images/bullet.gif);}
ol { margin: 0 0 .5em 2em; padding: 0 0 .5em 2em;}

/* ------- Images --------- */

			
/* --------- Admin ------------ */

.update, .add, .delete {padding:0;margin:5px;}
.admin {font-size:10px;color:#999;padding: 0px 5px 0px 0px;margin:0;}
	
/* Form Elements */	

form {margin: 0;padding: 0;}
fieldset {margin: 0;	padding: 0;	border: 0px; position: relative; color: #0066CC; font-size: 1.2em;	}
input {	border: 1px solid #036;	font-size:10px;	padding: 1px;	margin: 2px;}
fieldset br {display: none;}
legend {display: none;}
label {	display: block;}
fieldset div {	padding: .5em 1em;}
fieldset div span {	display: none;}
#error {float: right;	margin-left: 5em;	color: #903;}

fieldset div:hover span, * html fieldset div span {
	font-size: 85%;	color: #000; background-color: #f0f0f0;
	margin-left: 30em;	padding: .1em .5em;
	border: 1px dotted #666666;	display: block;
	position: absolute;	right: 3px;}
	
* html fieldset div span {	position: static;	margin-left: 3em;	background-color: transparent;}

div.cr p {	margin: 0;}

.mandat {font-weight: bold;	font-size: 85%;	color: #666666;}
.mandat:after {	content: "*";}
.optional {	font-weight: bold;	font-size: 85%;	color: #666666;}
div.formbtn {clear: both; background-color:#00FF00;}

.removed {display: none !important;}
	
/* -------- Other -------  */
.padding {padding: 1em 1.5em;}
.indent {margin-left: 1.5em;}
.clear {clear:both; height:0;}
.hide { display:none; }	
.floatleft {float: left; margin: 5px 10px 5px 1px; position:relative;}
.floatright {float: right; margin: 5px 1px 10px 10px;position:relative;	}
table td {
	font-size: 1.2em; 
	line-height:1.6em;
	letter-spacing: .04em;
}
.clear { clear: both; }
a img { border: none; }