/** File: styles/main.css
	Date: 05/08/10
	Author: John Lay
	Description: Global style information for Skillsboost Website
**/

/* general
****************************************/
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color:#ffffff;
	color:#666666;
}
div.container {
	width:960px;
	background-color:#fafafa;
	margin: 0 auto;
}
hr {
	color: #dddddd;
	background-color: #dddddd;
	border: 0;
	height:1px;
}
a:link, a:visited {
	text-decoration: underline;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a img {
	border:0;
}
div.clear {
	clear: both;
}
/* generic page layout
****************************************/
div.main_outer {
	width: 960px;
}
div.main_tl {
	border-right: 3px solid #cccccc;
	border-bottom: 3px solid #cccccc;
	width: 40px; 
	height: 40px; 
	float: left;
}
div.main_tr {
	border-bottom: 3px solid #cccccc;
	width: 918px;
	height:40px;
	margin-left: -1px !important;
	float: right;
}
span.breadcrumb  {
	position: relative;
	top: 20px;
	left: 10px;
}
div.main_bl {
	width:40px;
	min-height: 390px;
	float: left;
}
div.main_br {
	border-left: 3px solid #cccccc;
	width: 918px;
	min-height: 390px;
	margin-left: -1px !important;
	float: right;
}
div.body {
	clear: right;
	margin: 10px 10px 10px 10px;
}
a:link, a:visited {
	text-decoration: none;
	color: #666666;
	display: inline;
}
a:hover {
	text-decoration: none;
	color: #000000;
	display: inline;
}
h1.page_title {
	font-size: 1.5em;
	display:inline;
}
h2.page_subtitle {
	font-size: 1.3em;
	font-weight: normal;
}
a.external:link, a.external:visited {
	text-decoration: none;
	color: #666666;
	display: inline;
	font-weight: bold;
}
a.external:hover {
	text-decoration: none;
	color: #000000;
	display: inline;
	font-weight: bold;
}
div.justified {
	text-align: justify;
}
span.bold {
	font-weight: bold;
}
