
body 	{ 	
	font-family: arial, helvetica, sans-serif; 	
	font-size: 12px;
	color: #333;
	line-height: 18px;
	font-weight: normal;	
	background-color: #0B2043;
	padding: 8px;	
	margin: 0px; 	
	}

/* Body background is #5317AD for Conversion Services (purple), and #0B2043 for the home page (dark blue). */

p, td, li, ul, ol, h3 {	
	font-family: arial, helvetica, sans-serif;	
	}

p.justified, p.left, p.center, p.right {	
	margin: 0 0 18px 0;	
	padding: 0;
	font-size: 12px;
	line-height: 18px;
	color: #333;
	}

p.justified {	
	text-align: justify;
	}

p.left	{
	text-align: left;
	}

p.center {
	text-align: center;
	}

p.right {
	text-align: right;
	}

.sup	{
	vertical-align: super;
	font-size: smaller;
	}

div	{
	overflow: hidden;
	}

em	{	
	font-style: italic;
	}

span.hidden {
	display: none;
	}

strong	{
	font-weight: bold;
	}

span.emstrong {	
	font-weight: bold;
	font-style: italic;
	}

ul	{
	list-style: disc inside url("/images/bullet.gif");
	margin: 0 10px 18px 10px;
	padding: 0;
	font-size: 12px;
	line-height: 18px;
	color: #333;
	text-align: left;
	}

.floatright {
	display: block;
	float: right;
	margin: 0 0 10px 15px;
	padding: 0;
	}	

.floatleft {
	display: block;
	float: left;
	margin: 0 15px 10px 0;
	padding: 0;
	}

#pagetable {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	background-color: #666;
	padding: 3px;
	}

#topbanner {
	width: 100%;
	height: 150px;
	padding: 0;
	margin: 0;
	background: #011345 url("/images/top-banner-home.jpg") no-repeat top center;	
	}

#topbanner span {
	display: none;
	}

#menu	{
	background: #DFEBFE url("/images/top-bar.gif") repeat-x top left;
	width: 100%;
	padding: 0;
	height: 29px;
	border-bottom: 1px solid #0B2043;
	}

#menu p {
	text-align: center;
	word-spacing: 4px;
	color: #044191; 
	font-size: 11px;
	padding: 2px 0 0 0;
	margin: 0;
	width: 100%;
	line-height: 29px;
	vertical-align: middle;
	text-transform: uppercase;
	}	

#menu a	{
	text-decoration: none; 
	font-weight: bold;
	}

#menu a:link, #menu a:visited {
	color: #044191; 	
	}

#menu a:hover, #menu a:active {
	color: #06c;
 	}

#pagecontent {
	background: #fff url("/images/background-rings.gif") no-repeat 290px 15px;	
	width: 100%;
	margin: 0;
	padding: 0;
	}

/* The home page does not contain the submenu div. */

#submenu {
	float: left;
	width: 125px;
	margin-top: 20px;
	margin-left: 15px;
	}

#submenu p, #submenu ul {
	font-size: 10px;
	color: #333333;
	font-weight: bold;
	line-height: 15px;
	text-align: left;
	margin: 0 0 15px 0;
	}

#submenu .submenulist {
	margin-bottom: 30px;
	}

#submenu ul {
	list-style: disc inside url("/images/bullet.gif");
	}

#submenu a {
	text-decoration: none; 
	}

#submenu a:link, #submenu a:visited {
	color: #333333; 	
	}

#submenu a:hover, #submenu a:active {
	color: #034AA4;
 	}

.submenudot {
	font-size: 12px;
	color: #0B2043;
	}

#maincontent {
	margin: 0;
	padding: 30px 70px 0 70px;
	}

h2 	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #044191;
	margin: 0 0 18px 0;
	padding: 0;
	font-weight: bold;
	line-height: 26px;
	}

h3 	{
	font-size: 14px;
	color: #044191;
	font-weight: bold;
	text-transform: uppercase;
	}

a	{
	font-weight: bold;
	text-decoration: none; 
	}

a:link, a:visited {
	color: #06c;
 	}

a:hover, a:active {
	color: #044191;
	}

.footer {
	font-size: 10px;
	color: #044191;
	line-height: 14px;
	text-align: center;
	padding: 0;
	margin: 0 0 10px 0;
	}

.footer a {
	text-decoration: underline;
	font-weight: normal;
	}

.footer a:link, .footer a:visited {
	color: #333;
 	}

.footer a:hover, .footer a:active {
	color: #044191;
	}

.bottomlinks {
	font-size: 10px;
	color: #333;
	line-height: 14px;
	text-align: center;
	padding: 0;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	}

.bottomlinks a {
	text-decoration: none;
	font-weight: normal;
	}

.bottomlinks a:link, .bottomlinks a:visited {
	color: #333;
 	}

.bottomlinks a:hover, .bottomlinks a:active {
	color: #044191;
	}




