/* ---------  --------- */

/*
colors
#EFF0F7		body background
#798FDB		sublinks background
*/

/* ---------  --------- */
html
{
	min-height: 100%;
	height: auto;
}

 /*
  USAGE: All you have to do is include this one line in your CSS file, with the
  tag names to which you want the script applied:
 */

img, div { behavior: url(/css/iepngfix.htc) }

 /*
  Alternatively, you can specify that this will apply to all tags like so:
   * { behavior: url(iepngfix.htc) }
 */

body,html {
	margin: 0;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	background-color: #EFF0F7;
	/* Added fix for hover over anything, not just <a> in ie6 , csshover.htc
	from http://www.xs4all.nl/~peterned/csshover.html */
	behavior: url(/css/csshover.htc)
}

a {
	color: #ffffff;
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

a:hover {
	text-decoration: underline;
}

a.inline {
	color: #000000;
	text-decoration: underline;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

a.inline:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0 5px;
	padding: 10px 0 0 0;
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 130%;
}

h3 {
	font-size: 110%;
}

p {
	margin: 0 0 0 5px!important;
	padding: 3px 0 3px 0!important;
}

ul {
	list-style-type: square;
}

ul li {
	margin: 0 0 0 5px;
	padding: 3px 0 3px 0;
}

#catchphrase {
	float: right;
	position: relative;
	top: 91px;
}

#toolbar {
	background-color: #465CA8;
	height: 31px;
	padding-left: 20px;
	width: 100%;
}

#header {
	margin: 0;
	padding-top: 10px;
	height: 115px;
	width: 1000px;
	background: #E5E5ED;
}


#header2 {
	margin: 0;
	padding-top: 0;
	height: 115px;
	width: 1000px;
	/*background:  url('../images/1px_vert_E5E5ED.gif') repeat-x;*/ 
	background-color: #E5E5ED;
}

#headerinnards {
	height: 115px;
	margin: 0px;
	width: 1000px;
}

#flashArea {
	height: 0px;
	float: left;
	padding-left: 20px;
	background-color:#E5E5ED;
}

#nav {
	width: 980px;
	margin: 0;
	padding: 10px 0 10px 20px;
	background: #465CA8 url('../images/1px_vert_nav.gif') repeat-x;
	background-color: #E5E5ED;
	color: white;
	font-size: 10px;
}

.currentLink {
	text-decoration:underline;
}

#subLinks {
	width: 960px;
	margin: 0;
	padding: 5px 0 5px 40px;
	color: #E5E5ED;
	cursor: default;

	background-color: #798FDB;
}

#subLinks2 {
	position: absolute;
	top: 240px;
	left: 50px;
}

#subLinks2 a {
	color: #690369;
}

#contentholder {
	width: 1000px;
	height: 100%;
	background: #DEE0EE url('../images/leftbgback.jpg') left top repeat-y;

}

#content {
	width: 900px;
	height: 100%;
	min-height: 420px;
	background: url('../images/leftbg.jpg') left top no-repeat;
}

#drleo {
	position: relative;
	top: 34px;
	left: 400px;
}

#smallImage{
	position:absolute;
	top: 220px;
	left: 665px;
}

#bodytext {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	width: 300px;
	margin: 0 0 0 200px;
	padding: 5px 10px 30px 5px;
}

#bodytextWide2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	margin-left: 185px;
	

}


#bodytextWide {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	width: 420px;
	margin: 0 0 0 200px;
	padding: 5px 10px 30px 5px;
}

#bodytext a, #bodytextWide a{
	color:#465CA8;
	text-decoration:underline;
}
.footerLinks a{
	color:#465CA8;
	font-size: 9px;
}


#footer {
	clear: both;
	position: relative;
	color:#465CA8;
	width: 100%;
	text-align: left;
	padding-bottom: 30px;
	
}

.hand {
	cursor: pointer;
}

.address {
	text-align: center;
	height: 30px;
	color: #465ca8;
	font-size: 9px;
	margin: 0;
	padding: 5px 0 5px 40px;
}

.cassis {
	color: #465CA8;
	font-size: 10px;
}

.soc-net {
	float: left;
	top: -30px;
	position: relative;
	margin-left: 10px;
}


/* ---------  --------- */