/* CSS Document */

body {
	background-image:url(img/bg_tile.gif);
	background-repeat: repeat;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:center;
}

a:link {
	color:#0076bc;
	text-decoration:none;
}

a:hover {
	color:#0076bc;
	text-decoration:none;
}

a:visited {
	color:#0076bc;
	text-decoration:underline;
}

h1,h2,h3 {
	font-size:12px;
	color:#0076bc;
}

p.what-we-do-intro {
	margin-top:25px;
	font-size:12px;
	color:#0076bc;
	text-align:center;
}

#container {
	width:760px;
	margin: 0 auto;
	text-align:left;
	background-color:#FFFFFF;
}

#header {
	width: 760px;
	height:195px;
	background-color:#0076bc;
	border-bottom:1px solid white;
}

#header_box {
	width: 760px;
	height:21px;
	background-image:url(img/header_tile.gif);
	background-repeat:repeat-x;
}

#header img {
	padding: 30px 0 0 200px;
}

#navigation {
	width:200px;
	padding-top: 10px;
	float:left;
	background-color:#FFFFFF;
}

#main {
	width:560px;
	float:right;
	background-color:#FFFFFF;
}

#main img {
	padding-top: 10px;
}

#main p {
	width: 400px;
}

.blueBold {
	color:#0076bc;
	font-weight:bold;
}

.salesman {
	padding: 0 0 0 80px;
	width:80px;
	margin-top:-150px;
	height:151px;
	/*position:absolute;
	bottom:0;*/
}

#courses {
	width:300px;
	padding: 10px 0 10px 0;
}

*html #courses {
	width:500px;
	padding: 10px 0 10px 0;
}

#copyLeft {
	width:50px;
	float:left;
}

#copyRight {
	width:50px;
	float:right;
}

*html #copyRight {
	width:50px;
	float:right;
	margin:0 0 0 100px;
	
}

*html #copyLeft {
	width:50px;
	float:left;
}


#navFooter p {
	width: 760px;
	text-align:center;
}

#navFooter a {
	width: 760px;
	text-align:center;
	text-decoration:none;
	color:#5c5c5c;
	line-height: 16px;
}

h1, h2, h3, h4, h5 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -.05em;
	margin: 0;
	padding: 0;
	line-height: 1.2em;
}


h1 {
	text-align: left;
	font-size: 12px;
	padding: 10px 0 5px 0;
	margin: 10px 5px -15px 0;
}

.registered {
	font-size:9px;
	color:#666666;
	padding-left:25px;
}

