body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #666666;
	background-image: url(../images/pattern.gif);
	background-repeat: repeat;
}

.cssHome {
	position:relative;
	font-family: arial, verdana, helvetica, sans-serif;
	background-image: url(../images/home_on.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 42px;
	height: 135px;
	margin: 0;
	margin-bottom:0px;
	padding: 0;
}
.cssHome a {
	display:block;
	font-size: 11px;
	width: 42px;
	height: 135px;
	float: left;
	margin: 0;
	padding: 0;
	color: black; text-decoration: none;
}

.cssContact {
	position:relative;
	font-family: arial, verdana, helvetica, sans-serif;
	background-image: url(../images/contact_on.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 42px;
	height: 135px;
	margin: 0;
	margin-bottom:0px;
	padding: 0;
}
.cssContact a {
	display:block;
	font-size: 11px;
	width: 42px;
	height: 135px;
	float: left;
	margin: 0;
	padding: 0;
	color: black; text-decoration: none;
}

.cssHome img, .cssContact img{width: 100%; height: 100%; border: 0; }
* html a:hover {visibility:visible}
.cssHome a:hover img, .cssContact a:hover img{visibility:hidden}
.cssHome span {
	position:absolute;
	left:5px;
	top:3px;
	margin:0;
	cursor: pointer;
}

#footer_copyRight {
	font-size:10px;
	width:194px;
	height:33px;
	background:#f1f2f4;
	padding-top: 20px;
	text-align:center;
}

#footer_address {
	font-size:10px;
	width:523px;
	height:43px;
	background:#32439b;
	padding-top: 10px;
	text-align:center;
	color: #FFFFFF;
}

#c_do {
	background-image: url(../images/bg_whatwedo.jpg);
	background-repeat: repeat-y;
	font-size:11px;	
}

#c_do p{
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	}

#c_overview {
	height:139px;
	font-size:11px;
	background-color: #FFFFFF;
}

#c_overview p{
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	}	
	
#c_link {
	background-color: #FFFFFF;
	background-image: url(../images/divider.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 10px;
	padding-bottom: 10px;
	height:20px;
	font-size:11px;
}	

#c_divider {
	background-color: #FFFFFF;
	background-image: url(../images/divider.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 10px;
	padding-bottom: 10px;
}	

#c_link a{
	color: #FF0000;
	text-decoration:none;
	padding-left : 10px;
	background : #fff url(../images/icon.gif) no-repeat bottom left;	
	white-space : nowrap; /* For IE6 */	
}

#c_link a:visited{
	color: #FF0000;
	text-decoration:none;		
}

#c_link a:hover{
	color: #0000FF;
	text-decoration:underline;
}

#c_link a:active{
	color: #0000FF;
	text-decoration:underline;
}

#s_link {
	background-color: #FFFFFF;
	background-image: url(../images/divider.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;		
	height:20px;
	font-size:11px;
}	

#s_link a{
	color: #0000FF;
	text-decoration:none;
	padding-left : 10px;
	background : #fff url(../images/icon_blue.jpg) no-repeat bottom left;	
	white-space : nowrap; /* For IE6 */	
}

#s_link a:visited{
	color: #0000FF;
	text-decoration:none;		
}

#s_link a:hover{
	color: #FF0000;
	text-decoration:underline;
}

#s_link a:active{
	color: #FF0000;
	text-decoration:underline;
}

.whiteBackground {
	background-color:#FFFFFF;
}

.whiteBackground p{
	font-size:11px;
	padding-left : 20px;
	padding-right : 20px;
}

.whiteBackground img {
	padding:5px;
	border:1px solid #021a40;
	background-color:#FFFFFF;
}

img.Links {
	padding:5px;
	border:0px;
	background-color:#FFFFFF;
}

img.Partners {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding: 0 5px 0 5px;
}


.point {
	list-style-type: square;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#pic_sd {
	background-image: url(../images/pic_sd.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 155px;
}

#pic_lms {
	background-image: url(../images/pic_lms.jpg);
	background-repeat: no-repeat;
	background-position: 20px;
	padding-left: 120px;
	height: 84px;
}

#pic_ss {
	background-image: url(../images/pic_ss.jpg);
	background-repeat: no-repeat;
	background-position: 20px;
	padding-left: 120px;
	height: 84px;
}


