/* CSS Document */

body {
	background-color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	}

* {
	margin:0;
	padding:0;
	}

p { 
	padding: 15px;
	}

.i {
	font-style: italic;
	}

.header {
	width:800;
	text-align:left;
	margin: 0;
	padding: 0;
	}

.outsource{
	background-color:#333;
	background-image:url(../images/images_design/stroup_outsprofsales.gif);
	background-position:center;
	background-repeat:no-repeat;
	}

.nav {
	text-align: center;
	background: url(../images/images_design/SL-Middle.gif) #000;
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight:bold;
	}

.nav a {
	color:#FF0033;
	text-decoration:none;
	}

.nav a:hover {
	color:#ff0000;
	}

#content {
	width:800px;
	background: url(../images/images_design/SL-Middle.gif) repeat-y #000;
	color:#fff;
	text-align:justify;
	vertical-align:top;
	padding-top:50px;
	border-collapse:collapse;
	font-size:12px;
	}

#content td {
	vertical-align:top;
	}
	
#content td a {
	color:#ff0033;
	font-weight:bold;
	}

#content td a:hover {
	color:#fff;
	font-weight:bold;
	}

#content #bio {
	color:#fff;
	text-align:justify;
	vertical-align:top;
	font-size:12px;
	padding: 25px;
	}

#content #bio a {
	color:#fff;
	font-size:16px;
	font-weight:bold;
	}
	
#content #bio.i {
	font-style: italic;
	font-size: 16px;
	}
	
#content #bio img {
	border:none;
	padding-top:10px;
	padding-right:10px;
	}

h1 {
	font:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:18px;
	}

h2 {
	font:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:14px;
	}

h3 {
	font:Tahoma, Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	text-align:center;
	}

h4 {
	font:Tahoma, Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	text-align:center;
	color:#930;
	}

h5 {
	font:Tahoma, Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-align:center;
	font-weight:bold;
	color:#930;
	}

hr {
	width:75%;
	}

.footer {
	background: url(../images/images_design/SL-Footer.gif) no-repeat #000;
	font-size:9px;
	text-align:center;
	color:#fff;
	width:800px;
	height: 100px;
	}

.copyright {
	font-size:9px;
	color:#000;
	width:800px;
	font-weight:bold;
	}
	
.left {
	text-align:left;
	}

.left a {
	color:#333;
	font-weight:bolder;
	}
	
.left a:hover {
	color:#930;
	}

.right	{
	text-align:right;
	}

.right a {
	color:#333;
	font-weight:bolder;
	}
	
.right a:hover {
	color:#930;
	}
