html, body
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-family: arial, helvetica;
	font-size: 12px;
}

a
{
	color: #2B60DE;
	font: arial;
	font-size: 11PX;
	font-weight: bold;
}

a:hover
{
	color: 4AA02C;
	font-weight: bold;
}

hr { width: 100%; }

.box
{
	border: 1px solid #555;
	color: #fff;
	font-weight: bold;
	height: 30px;
	padding: 10px 0px;
	position: absolute;
	text-align: center;
	width: 165px;
}

.box_blue { background: url('/images/bluebox.png') no-repeat top left; }
.box_green { background: url('/images/greenbox.png') no-repeat top left; }
.box_purple { background: url('/images/purplebox.png') no-repeat top left; }
.box_red { background: url('/images/redbox.png') no-repeat top left; }

.box_mentoring_model
{
	border: 1px solid #555;
	color: #000;
	font-weight: bold;
	padding: 5px 0px;
	text-align: center;
	width: 90px;
}

.callout
{
	background: #669933;
	color: #ffffff;
	font-weight: normal;
	padding: 4px 10px 4px 10px;
}

.callout p
{
	font-size: 12px;
	text-align: left;
}

#container { padding-left: 40px; }

h1
{
	font-family: arial;
	font-size: 16px;
	color: #2B60DE;
}

h2 { font-size: 15px; }

h4
{
	font-family: arial;
	font-size: 16px;
	color: #2B60DE;
}

h5
{
	color: #2B60DE;
	font-weight: normal;
}

img
{
	border: 0px;
	display: block;
	padding: 0px;
	margin: 0px;
}

.image_left
{
	clear: left;
	float: left;
	padding: 0px 20px 10px 0;
}

.image_right
{
	clear: right;
	float: right;
	padding: 0px 0 10px 20px;
}

p, td, table, tr, th, ul, li, ol
{
	font-family: arial;
	font-size: 12px;
}

p { text-align: justify; }

span.blue
{
	color: #2B60DE;
	font-weight: bold;
}

table, td, tr, th
{
	padding: 0px;
	border: 0px;
	border-spacing: 1px;
}

ul
{
	list-style-image: url(/images/hyphen.gif);
	list-style-type: none;
	list-style-position: inside;
	margin-left: 0em;
	padding-left: 2em;
	text-indent: -1em;
}

li { padding-left: 1.5em; }
#home-content { position: relative; }

#video-sidebar
{
	background-color: #fff;
	margin-left: 20px;
	color: #2B60DE;
	margin-top: 0px;
	padding: 0px 0px;
	width: 200px;
}

#news-sidebar
{
	background-color: #fff;
	border: 1px solid #2B60DE;
	margin-left: 20px;
	margin-top: 10px;
	padding: 5px 5px;
	width: 188px;
	text-align: left;
	min-height: 313px;
}

#news-sidebar h1 { font-weight: normal; }

#news-sidebar ul
{
	list-style-image: none;
	list-style-position: outside;
	padding-left: 0;
}

#news-sidebar li
{
	font-size: 8px;
	margin-bottom: 10px;
	padding-left: 0px;
	text-indent: 0;
}
