/* CSS Document */
body { font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	color:#666666;
	
}
#menu, #menu a {
color:#27496B;
font-size:12px;
font-weight:bold;
text-decoration:none;
}

#menu a:hover {
text-decoration:underline;
}
#content { height:540px;}
#leftSide {
color:#ffffff;
background:url(images/bg_left.jpg);
background-repeat:no-repeat;}

li {
	list-style: url(images/bullet_arrow.jpg);
}

#innerMain li {
	list-style: url(images/bullet_bluearrow.jpg);
}

#home #main #innerMain {
	background-image: url(images/bg_inner_long.jpg);
background-repeat:no-repeat;
}

#innerMain{

background:url(images/bg_inner.jpg);
background-repeat:no-repeat;
height:545px;}


.largeFont {
font-size:16px;
font-weight:bold;

}

#innerLeft a { color:#ffffff; text-decoration:underline; font-weight:bold;

}

#innerLeft a:hover { color:#0099FF; text-decoration:underline; font-weight:bold;

}
#submenuClient a { color:#2E4C68; text-decoration:none; font-weight:bold;}
#submenuClient a:hover { text-decoration:underline; font-weight:bold;}


