/* common styles
----------------------------------------------- */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #4B3F78;
	background-color: #4B3F78;
}


/* layout
----------------------------------------------- */
#pageholder {
	position: relative;
	padding: 0px;
	width: 700px;
	margin: 20px auto;
	background-color: #FFFFFF;
}

#sidebar {
	position: absolute;
	top: 200px;
	width: 125px;
	left: 0px;
	background-color: #4B3F78;
	background-position: left top;
	visibility: visible;
}

#sidebarLower {
	position: relative;
	width: 125px;
	height: 100px;
	left: 0px;
	background-color: #4B3F78;
	background-repeat: no-repeat;
	background-position: left bottom;
	bottom: 0px;
	background-image: url(images/nav-bottom-75.gif);
	overflow: hidden;
}

#sidebarUpper {
	position: absolute;
	top: 0px;
	width: 125px;
	left: 0px;
	background-color: #4B3F78;
	background-image: url(images/nav-top-75.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100px;
	visibility: visible;
}
#pageHeader {
	height: 120px;
	background-position: left top;
	background-repeat: no-repeat;
	border-bottom-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	background-color: #FFFFFF;
	background-image: url(images/top-edge.gif);
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	width: 700px;
	}


#pagebody {
	width: 550px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	background-image: url(images/inner-top-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: 150px;
}


#footer {
	height: 115px;
	background-image: url(images/bottom-image.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
}

#footerMain {
	height: 50px;
	width: 660px;
	position: relative;
	top: 0px;
	left: 10px;
}

#footerLeft {
	height: 20px;
	text-align: left;
	width: 300px;
	position: relative;
	top: 8px;
	left: 10px;
}

#footerRight {
	height: 20px;
	text-align: left;
	width: 130px;
	position: relative;
	left: 530px;
	bottom: 12px;
}

/* pageheadings
----------------------------------------------- */
#pageHeaderLeft {
	height: 78px;
	margin: 0;
	float: left;
	width: 300px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(images/sla-europe-logo-for-web.gif);
	background-repeat: no-repeat;
	background-position: left top;
	left: 20px;
	top: 30px;
	position: relative;
	}

#pageHeaderRight {
	height: 78px;
	margin: 0;
	float: right;
	width: 200px;
	background-position: right top;
	top: 16px;
	right: 0px;
	position: relative;
	border: thin none #8881A5;
	}


/* text
----------------------------------------------- */
p, h1, h2, h3, h4, h5, h6 {
	font-size: 12px;
	margin: 0;
	padding-right: 30px;
	padding-left: 15px;
	font-weight: normal;
}

p {
	font-size: 12px;
	margin: 0;
	line-height: normal;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-weight: normal;
}

.pageHeading {
	color: #706694;
	font-size: 20px;
	font-weight: bold;
	line-height: normal;
}

.subheading {
	color: #9933CC;
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
}

.bodyText {
	font-weight: normal;
	font-size: 12px;
}

.bodyBold {
	font-weight: bold;
	font-size: 12px;
}

.caption {
	font-weight: normal;
	font-size: 10px;
	line-height: 10px;
	font-style: italic;
}

/* links
----------------------------------------------- */

a, a:link {
	color: #6666FF;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #993366;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
}

.footerText {
	font-size: 11px;
	bottom: 20px;
}

.footerSmall {
	font-size: 9px;
	text-align: justify;
	line-height: 8px;
}
#searchBox {
	height: 40px;
	width: 120px;
	position: relative;
	bottom: 0px;
	text-align: left;
	visibility: visible;
	overflow: visible;
}

a .bullet { color: #FFFFFF}

a:hover .bullet { color: #6666FF}

.navigationText {
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
	background-color: #4B3F78;
	top: 100px;
	position: relative;
	padding-left: 0px;
	padding-right: 0px;
	list-style-position: outside;
	list-style-type: disc;
	color: #FFFFFF;
}

.navigationText a:link {
	color: #FFFFFF;
}

.navigationText a:visited {
	color: #FFFFFF;
}

.navigationText a:hover {
	color: #6666FF;
	text-decoration: none;
}

/* photo layout
----------------------------------------------- */
 .thumbnailImage
{
	float: left;
	width: 150px;
	padding: 0px;
	text-align: left;
	height: 120px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 20px;
}

 .thumbnailText
{
	float: left;
	width: 250px;
	padding: 0px;
	text-align: left;
	height: 125px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

 .clearboth { clear: both; }

 .imageProfiles
{
	float: left;
	width: 100px;
	padding: 0px;
	text-align: left;
	height: 100px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 0px;
}

 .flagLeft
{
	float: left;
	width: 250px;
	padding: 0px;
	text-align: left;
	height: 220px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 10px;
}

 .flagRight
{
	float: left;
	width: 250px;
	padding: 0px;
	text-align: left;
	height: 220px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}

 .imageLeft
{
	float: left;
	width: auto;
	text-align: left;
	height: auto;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin: 0px;
}

 .imageRight
{
	float: right;
	width: auto;
	text-align: left;
	height: auto;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin: 0px;
}
.rightColumn {

	float: left;
	width: 255px;
	padding: 0px;
	text-align: left;
	height: 500px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.imageHomePageLeft {

	float: left;
	width: 150px;
	padding: 0px;
	text-align: left;
	height: 200px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 20px;
}
