/* GENERAL RULES */
body {
	margin:0;
	padding:0;
	color:#333;
	font-family: Verdana, arial, sans-serif;
	background: #fff;
	background-image:url(images/stripes.gif);
	}

hr {
	padding-left:21px;
	width:90%;
	color:#666;
	}
	
p.right {
	text-align:right;
	}
div.client {
	float:left;
	margin:10px 10px 10px 20px;
}
	
ol {
	margin:0 0 1em 35px;
	line-height:1.4em;
	padding:0;
	font-size:90%;
	}
ul {
	margin:0 0 1em 28px;
	line-height:1.4em;
	padding:0;
	font-size:90%;
	}
li {
	line-height:1.2em;
	margin-top:0.5em;
	text-align:left;
	}

/* HEADING RULES */
h1 {
	font-family: arial, sans-serif;
	font-size:105%;
	font-weight:bold;
	margin:1em 19px -12px 19px;
	color:#333;
}

h2 {
	font-family: arial, sans-serif;
	font-size:95%;
	font-weight:bold;
	margin:13px 19px -9px 19px;
	color:#333;
}

h1.green {
	color:#669933;
}
h2.green {
	color:#669933;
}

h1.orange {
	color:#D95E23;
}
h2.orange {
	color:#D95E23;
}
	
h1.red {
	color:#990000;
}
h2.red {
	color:#990000;
}

h1.yellow {
	color:#D7D50D;
}
h2.yellow {
	color:#D7D50D;
}
h1.purple {
	color:#662C91;
}
h2.purple {
	color:#662C91;
}
h1.blue {
	color:#0054A6;
}
h2.blue {
	color:#0054A6;
}
.blue {
	color:#0054A6;
}
.purple {
	color:#662C91;
}
.yellow {
	color:#D7D50D;
}
.red {
	color:#990000;
}
.green {
	color:#669933;
}
.orange {
	color:#D95E23;
}
/* tables */
table {
	border:0;
	margin:0;
	}
table.main {
	width:760px;
	background: #fff;
	}
	
table.popup {
	width:400px;
	background: #fff;
	}
		
	
td {
	border:0;
	padding:0;
	vertical-align:top;
	}

td.spacerLeft {
	width:185px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:21px;
	}
	
td.spacerLeft p a {
	font-size: 70%;
	text-align:left;
	color: #0054A6;
	text-decoration: none;
	}

td.spacerLeft p a:hover {
	text-decoration:underline;
	}

td.topNav p {
	font-size:71%;
	line-height:2em;
	margin:0px 15px 0px 0px;
	text-align:right;
}

td.topNav p a {
	margin:0 0px 0em 0px;
	
	text-align:right;
	color: #0054A6;
	text-decoration: none;
	}


td.content {
	width:575px;
}

td.content p {
	padding-top:10px;
	font-family: arial, sans-serif;
	margin:0 19px 0.5em 19px;
	font-size:90%;
	text-align:left;
	}
	
td.pop {
	width:400px;
}

td.pop p {
	padding-top:10px;
	font-family: arial, sans-serif;
	margin:0 19px 0.5em 19px;
	font-size:90%;
	text-align:left;
	}	
	
table.insideBox {
margin: 0 19px 0.5em 19px;
}
td.insideBox p {
	padding-top:10px;
	font-family: arial, sans-serif;
	margin:0 19px 0.5em 19px;
	font-size:75%;
	text-align:left;
	}

td.content ul, ol {
	font-family: arial, sans-serif;
	margin-right:19px;
}
td.rightNavColumn {
	width:106px;
	background:#25436C;
	background-image:url(../images/navRight.jpg);
	background-repeat:no-repeat;
	position:relative;
	}
.navRight {
	position:absolute;
	margin-top:25px;
	}
td.white2px {
	background:#fff;
	width:2px;
	}

tr.footer {
	background:#fff;
	width:544px;
	}
tr.footer p {
	margin:-7px 0 0 21px;
	font-size:65%;
	text-align:left;
	color:#333;
	}

td.footer {
padding-left:21px;
}

tr.footer p a {
	color: #0054A6;
	text-decoration: none;
	}
table.outside {
	width:539px;
	margin:0 0 0 18px;
}
table.advice {
	width:180px;
}	
table.advice p {
	padding-top:7px;
	font-family: arial, sans-serif;
	margin:0 9px 0.5em 9px;
	font-size:80%;
	text-align:left;
	}
/* Links */	
td.content a {
	font-family: arial, sans-serif;
	color:#0054A6;
	text-decoration:underline;
	}
td.content  a:active {
	font-family: arial, sans-serif;
	color:#0054A6;
	text-decoration:underline;
}
td.content  a:visited {
	font-family: arial, sans-serif;
	color:#0054A6;
	text-decoration:underline;
}
td.content a:hover {
	font-family: arial, sans-serif;
	color:#0054A6;
	text-decoration:none;
	}


/* images */
img { 
	border:0;
	margin:0;
	padding:0;
	}
img.HD {
	margin-bottom: -0.5em;
	}
img.FloatRight {
	float:right;
	margin-right: -26px;
	margin-left: 10px;
	margin-bottom: 7px;
	margin-top: 7px;
}

img.floatRightBio{
	float:right;
	margin: 7px -15px 7px 10px;
}

img.FloatLeft {
	float:left;
	margin-right: 15px;
	margin-left: -19px;
	margin-bottom: 7px;
	margin-top: 7px;
}
