*{
	margin:0px;
	padding:0px;
	font-family: verdana, arial, sans-serif;
	font-size: small;
	}

body {
	background-color: #FFFFFF;
	color: #333366;
	text-align: center;
	}
	
* html body {
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
	}
	
#wrap {
	margin: 0px auto;/* used to centre the design in non IE browsers*/
	margin-top: 10px;
	text-align: left;
	background-position: left top;
	width: 741px;
	background-color: #ffffff;
	color: #333366;
	}
	
#wrap #header {
	float: right;
}
	
/* header styles */

#header {
	float: right;
}

	
/* content styles */

#content {
	float: right;
	width: 540px;
	margin-left: 26px;
	background: url(../images/content-bg.gif) repeat left top;
	padding: 10px 10px 0px 10px;
}

#content #left_column {
	float: left;
	width: 265px;
}

#content #right_column {
	float: right;
	width: 265px;
}

#content h1 {
	height: 33px;
	background: url(../images/heading-bg.gif) no-repeat left top;
	width: 540px;
	color: #333366;
	font-weight: bold;
	font-size: 125%;
	padding-top: 5px;
}

#content h2 {
	color: #7C7CB0;
	margin-bottom: 10px;
	font-size: 110%;
	text-align: center;
}

#content p {
	margin-bottom: 10px;
}

#content #van {
	margin-top: 50px;
	text-align:center ;
}

#content #case_studies {
	margin-top: 20px;
	text-align:center ;
}

#content ul {
	list-style: none;
}

#content ol {
	margin-left: 25px;
	text-align: left;
}

a {
	color: #333366;
}

a:hover {
	color: #9999CC;
}

.small {
	font-size: 75%;
}

#content .links ul {
	margin-left: 25px;
	list-style: disc;
}

#content .links li {
	margin-bottom: 10px;
}

#content .links li a {
	font-weight: bold;
}

#content .accreditation_item{
	border-bottom:1px dotted #646698;
	float:left;
	margin:0;
	padding:10px 0;
}

#content .accreditation_item_end{
	margin-bottom:15px;
}

#content .accreditation_logo{
	float:left;
	margin-right:20px;
	padding:0;
}
/*
#content .accreditation_summary p{
	border:1px solid #FF00FF;
}
*/
#content .accreditation_link{
	float:right;
}

/* menu styles */

#menu {
	float: left;
	width: 155px;
	position: absolute;
	top: 10px;
}

#menu ul {
	text-transform: uppercase;
	list-style: none;
}

#menu li {
	vertical-align: middle;
}

#menu li a {
	display: block;
	background: url(../images/menu-bg.gif) no-repeat right top;
	width: 145px;
	Height: 29px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	padding: 7px 0px 0px 10px;
}

#menu li a:hover {
	background: url(../images/menu-bg-on.gif) no-repeat right top;
}

#menu .accreditations{
	float:left;
	width:156px;
}

#menu .accreditations .accreditation_logo_left{
	float:left;
}

#menu .accreditations .accreditation_logo_right{
	float:right;
}

/* footer styles */

#footer {
	float: right;
	margin-left: 26px;
	width: 560px;
	height: 31px;
	background: url(../images/footer-bg.gif) no-repeat left top;
}

#footer img {
	margin-left: 312px;
	margin-top: 10px;
}

#man_links {
	margin-top: 10px;
	float: right;
	width: 560px;
	text-align: center;
}
#man_links img{
	margin:0 14px;
}

.light {
	color: #9999CC;
}