/*---------------------------------------------
	Ubell Enterprises Inc., Styles
	version: 09 Nov 2004,
	(C) Copyright 2004, All Rights Reserved.
	author: Olivier Massot
---------------------------------------------*/
	
/*-------------  Basic Layout  --------------*/
html, body {height: 100%; margin: 0px; padding:0px;}

body {	
	background-color: #fff;
	margin: 15px 0px 5px 0px;
	padding: 0px;
	width: auto;
	height: auto;
	border: 0px;
	font-family: arial, helvetica, sans-serif;
}

.wrapper {
	position: relative;
	background-color: #fff;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #74bc78;
}

.page {
	background: transparent;
	margin: 0px auto;
	width: 94%;
} 

ul { margin: 0px; padding: 0px; }

li { margin-left: 6px; margin-right: 0px; padding-left: 0px; display: inline; text-align: center; }

/* ---------  HEADERS  ---------- */
h1, h2, h3, h4, h5, h6 { text-align: left; margin: 0px; padding: 0px; }

h6 { font-size: .7em; color: #003366; font-weight: normal; text-align: left; }

h5 { font-size: .8em; color: #003366; font-weight: normal; text-align: left; }

h4 { font-size: .92em; color: #000; font-weight: bold; text-align: left; }

h3 { font-size: 1em; color: #000; font-weight: bold; text-align: left; margin: 3px 0px 0px 0px; padding: 0px;}

h2 { font-size: 1em; color: #000; font-weight: bold; text-align: left; vertical-align: bottom; margin-top: 1px; padding: 0px; word-spacing: .1em}

h1 { font-size: 1.2em; color: #000; font-weight: bold; text-align: left; margin-bottom: 2px; letter-spacing: .03em; }

p { 
	padding-bottom: 15px;
	margin:0px;
	line-height: 1.6em;
	font-family: verdana, sans-serif;
	font-size: .73em;
	font-weight: normal;
}

img { margin: 0px; padding: 0px; border: none;}

img.pad { padding: 4px; }


/* ----------------  PAGE Backbone  -----------*/
#topheader1 { background-color: #ffffb9; width: 100%; height: 55px; font-family: arial, san-serif; font-weight: bold; margin:0px; }
#breadcrumb { background-color: #d2e284; width:100%; height: 32px; font-family: arial, san-serif; font-size: 70%; text-align:right; margin-bottom:10px; border-top: 1px solid #74bc78; border-bottom: 1px solid #74bc78;}
#content { width: 100%; height: 100%; margin: 0px; padding: 0px; }
#footer	{ width: 100%; height: 45px; background-color: #008dcc; color: #fff; font-size: 80%; font-weight: bold; text-align:left; margin:0px; padding: 0px; }

/* --------------  Header Elements  ----------------*/
img#logo {
	position: relative;
	float: left;
	margin:0px;
	padding-top: 5px;
	width: 190px;
	height: 42px;
}

#motto {
	position: absolute; right: 23px;
	float: right;
	text-align: right;
	padding-top: 7px;
	padding-bottom: 0px;
	font-family: arial, san-serif;
	font-size: 13px;
	font-weight: bold;
	
}

/*----------------  Main Content  ------------------ left to right, top to bottom */

/* ------------------  Left Column  ---------------*/
#leftcol {
	float: left;
	margin-left: 5px;
	padding-left: 0px;
	width: 45%; 
	text-align: left;
}

.note {font-size: .7em; color: #003366; letter-spacing: 1px; padding-bottom: 10px; }

/* ---------------  Center Column  -----------------------*/
#centercol {
	float: right;
	margin: 0px;
	padding-left: 15px;
	width: 45%; 
	text-align: justify;
	border-left: 1px solid #e9e9e9;
}

/* ---------------  Right Column  ------------------------*/

#rightcol {
	float: right; margin: 0px;
	width: 45%;
	text-align: justify;
	font-weight: normal;
}

/* ---------  Ornamental Divs  ---------------*/
.bloc {font-family: arial, san-serif; width: auto; height: auto; padding: 3px 0px 5px 0px; margin: 0px 0px 8px 0px; border-top: 1px solid #74bc78;}
hr { height: 0px; background:none; border:none; border-bottom: 1px solid #e9e9e9; width: 100%; text-align: center; margin-bottom: 5px; padding: 0px;}

/*-------------------   Link Rules and Navigation ------------------ */
a { font-weight: bold; background-color: transparent; text-decoration: none; margin: 0px; padding: 0px;}
a:link, a:visited { color: #3f91d2; }
a:hover { color: #c70200; }

img a:link , img a:hover , img a:visited { vertical-align: top; }

/*--------------------  Typography  ----------------------*/
.copyright { font-size: 65%; vertical-align: sub; }

/*--------------------  Print  ---------------------------*/
.off { display:none; }

/*------------------  Accessibility  -----------------------
 Rule hides formatting for text only browsers and keeps scroll bar on screen */
.hide { 
	position: absolute; 
	visibility: hidden;
	font-size: 12px;
	top: 0; 
	bottom: -0.1px; 
	width: 1em; 
	z-index: -1; 
}