* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	background-color: #FFFFCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	font-size: 80%;
}

html {
	 scrollbar-3d-light-color:#FFAB2D;
    scrollbar-arrow-color: #4D2897;
	 scrollbar-base-color: #E7CCFF;
	 scrollbar-dark-shadow-color: black;
	 scrollbar-face-color: #BFACD9;
    scrollbar-highlight-color: #F4E8FF;
    scrollbar-shadow-color: #482D8A;
}

#container {
	width: 760px;
	position: relative; 
	border: 2px solid #5A4BB1;
	margin: 0 auto;
	color: #000;
	background: url(images/header-bkg.jpg) no-repeat left top;
	padding: 160px 0 0 0;
	text-align: left;
}

body.front #container  {
	background: url(images/header-bkg-fr.jpg) no-repeat left top;
}

#header h1 {
	font-size: 1em;
	letter-spacing: 1px;
	color: #442486;
	position: absolute;
	top: 50px;
	right: 30px;
	text-align: right;
	line-height: 1.4em;
}

#header img {
	position: absolute;
	top: 31px;
	left: 100px;
	border: none;
}

#navigation {
	float: left;
	width: 180px;
	text-align: left;

}

#navlist {
	margin-left: 0px;
	padding-left: 0;
	list-style: none;
}

#navlist li {
	padding-left: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
}

#navlist li a {
	padding: 4px 0 12px 26px;
	color: #442486;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}

#navlist li a:hover {
	background-image: url(images/bee-bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}

#current {
	background-image: url(images/bee-bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}

body.front #content{
	background: url(images/content-bkg-fr.jpg) repeat-y;
	padding-right: 0;
}

#content {
	background: url(images/content-bkg.jpg) repeat-y;
	padding-left: 200px;
	padding-right: 10px;
	/*  min-height:400px;
   height:auto !important;
   height:400px; DONT USE */
}

img.photoright {
	margin: 8px 0 8px 8px;
}

img.photoleft {
	margin: 8px 8px 8px 0;
}

body.front #content img {
	border: #4D2897 2px solid;
	margin: 0px 4px 10px 2px;
}

body.front #content p, td {
	font-size: 13px;
	margin-top: 4px;
}

body.front #content ul {
	padding-top: 0;
	margin-top: 0;
}

body.front #content li {
	padding-bottom: 4px;
	list-style: disc;
	margin-left: 40px;
	padding-left: 6px;
}

body.front #content h2 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 4px 0 10px 4px;
}

#content h2 {
	font-size: 1.2em;	
	font-weight: bold;
	padding: 0 0 4px 0;
	margin: 0;
}

#content p {
	line-height: 1.3em;
	padding: 0 0 10px 0;
}

#content a {
		color: #442486;
}

#content ul {
	padding-top: 6px;
	margin-top: 0;
	padding-bottom: 10px;
}

#content li {
	padding-bottom: 4px;
	margin-left: 30px;
}

#footer {
	clear: both;
	text-align: center;
	font-size: .7em;
	padding-bottom: 10px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

#footer p {
	margin: 0;
	padding: 0;
}

body.front #footer p {
	font-size: 9px;
}

table.photos img {
	margin: 10px;
}

table.photos td {
	text-align: center;
}

table.logos {
	margin-top: 10px;
	margin-bottom: 10px;
}

table.logos td {
	padding: 6px;
	text-align: center;
	vertical-align:top;
}