body {
	font-family: arial, tahoma, verdana;
	margin: 1px 0 0 0;
	color: #333333;
}
h1, h2, h3 {
	margin: 0px;
	padding: 5px;
	font-family: trebuchet ms, arial, tahoma, verdana;
	font-weight: normal;
	color: #ffffff;
	text-align: left;
}
h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.4em;
	color: #333;
}
h4 {
	color: #00AEEF;
	font-size: 2em;
	font-weight: normal;
	margin: 5px 0 5px 0;
}
table {
	border: 1px solid #333;
}
th {
	background-color: #ccc;
	border-bottom: 1px solid #333;
	padding: 5px;
}
td {
	vertical-align: top;
	border-bottom: 1px solid #999;
	padding: 5px;
}
p {
	vertical-align:top;
	margin: 0px;
	margin-bottom: 5px;
	padding: 5px;
}
ul {
	padding-top:0px;
	margin:0px;
	margin-bottom: 10px;
	font-weight: normal;	
}
li {
	text-align: left;
	color: #ffffff;
	padding-top: 3px;
	margin-left: 25px;
	font-weight: normal;
}
input {
	font-family: arial, tahoma, verdana;
}
textarea {
	font-family: arial, tahoma, verdana;
	padding: 5px;
	border: 2px solid #000000;
}
img {
	border:0px;
}
a {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
div {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
hr {
	color: #fff;
}
#outer {
	width: 960px;
	margin: 0 auto;
	font-size: 1.3em;
}
#header {
	position: absolute;
	top: 8px;
	width: 960px;
	color: #0D1858;
}

/*
#outermenu {
	position: absolute;
	top: 80px;
	background-color: #0D1858;
	width: 370px;
	padding-bottom: 2px;
	padding-top: 1px;
}
#menu {
	width: 370px;
	font-size: 0.9em;
	padding: 5px;
	clear:both;
	text-align: left;
	min-height: 20px;
}
*/
#lholder {
	float: left;
	width: 170px;
}
#outermenu {
	position: absolute;
	top: 100px;
	background-color: #0D1858;
	width: 170px;
	padding-bottom: 2px;
	padding-top: 1px;
}
#menu {
	width: 170px;
	font-size: 0.9em;
	padding: 5px;
	clear:both;
	text-align: left;
}
#menu a {
	font-size: 1em;
	font-weight: bold;
}
#menu a:link {
	text-decoration: none;
	color: #fff;
}
#menu a:visited {
	text-decoration:none;
	color: #fff;
}
#menu a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#menu ul {
	margin-left: -60px;
	margin-bottom: 0px;
	padding-top: 3px;
}
#menu li {
	/*display: inline;*/
	list-style-type: none;
	color: #fff;
	font-size: 1em;
}
.child_li, .child_li a {
	font-weight: normal;
	font-size: 0.9em;
	padding-left: 10px;
}

#maindiv {
	position: absolute;
	top: 70px;
	margin-left: 160px;
	width: 400px;
	min-height: 500px;
	padding: 20px;
	border: 1px solid #fff;
	z-index: 1;
}	
#maindiv a {
	font-size: 1em;
}
.cs_default, .cs_whiteonred {
	color: #ffffff;
	background-color: #B90E37;
}
.cs_whiteongreen {
	color: #ffffff;
	background-color: #A9B733;
}
.cs_whiteonorange {
	color: #ffffff;
	background-color: #F36621;
}
.cs_whiteonlblue {
	color: #ffffff;
	background-color: #00AEEF;
}
.cs_whiteondblue {
	color: #ffffff;
	background-color: #0D1858;
}

#leftdiv {
	position: relative;
	top: 100px;
	width: 600px;
	height: 400px;
	float: right;
	color: #ffffff;
	background-image: URL(../images/colette-sage.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#rightdiv {
	position: relative;
	top: 240px;
	width: 150px;
	padding: 10px;
	padding-left: 10px;
	color: #ffffff;
	font-weight: bold;
}
#tel {
	float: right;
	text-align: right;
	font-size: 1.4em;
	font-family: trebuchet ms, arial, tahoma, verdana, sans-serif;
}
#tel a {
	color: #0D1858;
	font-weight: normal;
}
#tel a:hover {
	color: #F36621;
}
#footer {
	position: absolute:
	bottom: 0;
	font-size: 1.2em;
	color: #333333;
	text-align: center;
	clear:both;
}

.float_left {
	float: left;
}
.float_right {
	float: right;
}
.logo {
	float: left;
}
